summaryrefslogtreecommitdiff
path: root/dev-python/python-daemon
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
commit1f254b1ee917690b4f8f7738fdcfc295ee304ff7 (patch)
tree136ad1b72b899873af1ab7e8fcc6ec343484f41f /dev-python/python-daemon
parentbcf596975a1c2450e077c80c84017c54198f216c (diff)
gentoo auto-resync : 17:03:2023 - 18:28:08
Diffstat (limited to 'dev-python/python-daemon')
-rw-r--r--dev-python/python-daemon/Manifest2
-rw-r--r--dev-python/python-daemon/python-daemon-2.3.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest
index a3499d652b85..d54887a7c9a8 100644
--- a/dev-python/python-daemon/Manifest
+++ b/dev-python/python-daemon/Manifest
@@ -1,3 +1,3 @@
DIST python-daemon-2.3.2.tar.gz 83127 BLAKE2B bce00867850e8451bcaf5a51864bdd751fa3b5e7be8ae1d36d724a915680713fc66c0fc6c8499bce03e0eb86465f5806fb8645376e600b8eac579fee3c24a087 SHA512 d9f6e6c376a496fae96bd9efed0a56d00a137617a3d1d5ef74802ef176bc813bb1d49bbb9164cdbec03213529f944b32b257bcc64283abfa4a3522ff00826bfd
-EBUILD python-daemon-2.3.2.ebuild 816 BLAKE2B ef5ff596dbd862ed4c8f9b262166f6c0136421aa8f7d08f042d971d16ed6b908b552f4ff8b944c956cbb9b0df6b9e2fa238bc110d600bac7d172b58059858e2a SHA512 a23a8ab038284fa6ebc589bebaa1c23b2694bc49ba0eb5fc7b589ce02e1a63ae97dbfbff78e93f73149e164d516a4a71bff1b0787b1f00af00a176eeb0aa3b6e
+EBUILD python-daemon-2.3.2.ebuild 789 BLAKE2B 72febe0c35a6d71290dc9954e07a6c75a175e9d2662592522f3336b0de9e5bcdccb14f2d1f6a78436dff5ea0b7647b407e7587cd479edff9cbbfb0ba8c6524f5 SHA512 71b937ccd95f39f53182118a278003b75f5c4dab9346bb48f71429cf7df5f908748d1d4278ff2762d61a543c0a744bf58f4210c8c51b39742393ccc58bdfe3d5
MISC metadata.xml 341 BLAKE2B 62d37c28a9bf9e9fc6e2dd9fc5295558eb395dac54a45e548ec7d6738fdebe42053cd2f85b160135fe8fe5828eb065bf7d95b17f3c76697ab6ca2f0e664ffb8b SHA512 83badd112e5e5ed2584cd883abc20b43a18585e7c1d006c4d4861f555e633225f251d7c5b05e2e8f94f74107e32a5eeffcdd3f1265feb463f7c521c7c7141752
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"