| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.2 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..14} )
inherit pypi distutils-r1
DESCRIPTION="A pure Python implementation of systemd's service notification protocol"
HOMEPAGE="https://pypi.python.org/pypi/sdnotify https://github.com/bb4242/sdnotify"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"