diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 12:59:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:24:48 +0100 |
commit | 13b1826f5b0bb17256d84bfdaa8c535114265824 (patch) | |
tree | 9fd1b66d9487839402d2d429a71124f9952e9629 /dev-python/python-daemon | |
parent | dev-python/python-bugzilla: Use pypi.eclass (diff) | |
download | gentoo-13b1826f5b0bb17256d84bfdaa8c535114265824.tar.gz gentoo-13b1826f5b0bb17256d84bfdaa8c535114265824.tar.bz2 gentoo-13b1826f5b0bb17256d84bfdaa8c535114265824.zip |
dev-python/python-daemon: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-daemon')
-rw-r--r-- | dev-python/python-daemon/python-daemon-2.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild index d1a4abe34253..1e5e70723db1 100644 --- a/dev-python/python-daemon/python-daemon-2.3.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.2.ebuild @@ -4,16 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Library to implement a well-behaved Unix daemon process" HOMEPAGE=" https://pagure.io/python-daemon/ https://pypi.org/project/python-daemon/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" |