diff options
Diffstat (limited to 'dev-python/python-daemon')
-rw-r--r-- | dev-python/python-daemon/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-daemon/python-daemon-3.1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 0af19b0a380e..feacf0cac542 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,3 +1,3 @@ DIST python_daemon-3.1.2.tar.gz 71576 BLAKE2B 605b84271935e5c8bf54aee64f4a4a4dfec06e87acb7d2edd2c7676c67f0b1b933bceec29ab91debad8745e501744cf507f745e1aa0b159f7b600257ed68815c SHA512 3901b9f14f11b8765eb31874fdb9410cbda1425ce70d2702827fe4745b5b8fb93f23e9f71faa6b0ca001745aeea03c186c4e29d973cb12a5912340dae6aa2ee0 -EBUILD python-daemon-3.1.2.ebuild 1124 BLAKE2B 3ee0fda7a9de462b433c92351c30ae394c3e03747aa2a6dc5f08ead8c33833259822854ee8358f11ca06c8f60a7bcac666c3add83cf43fff68c8f0c824614275 SHA512 fcd205a57dcace2a08272fae41b225290f076007d076b2b135414bf254c73777daaff5bc7895279a12299265825b2607ea9a76d08360586e60575d9247f232d1 +EBUILD python-daemon-3.1.2.ebuild 1133 BLAKE2B 8256a69f0aa1086d24ebaa555c9df309187f55dd4a55c2f855385fe0479f0af6410001b10a275b90edb5846369f9eadb4e28723d78606bc4c420c66b92c530e9 SHA512 b2ea29c79dd640882e1f4fe55e07b855b423c7e201e6a16815ca48cecb8e23b5fd2c0fc9ca67040ffcedf3a7d3fe8aea346e7bc51bf3832a315d997e58dea499 MISC metadata.xml 341 BLAKE2B 62d37c28a9bf9e9fc6e2dd9fc5295558eb395dac54a45e548ec7d6738fdebe42053cd2f85b160135fe8fe5828eb065bf7d95b17f3c76697ab6ca2f0e664ffb8b SHA512 83badd112e5e5ed2584cd883abc20b43a18585e7c1d006c4d4861f555e633225f251d7c5b05e2e8f94f74107e32a5eeffcdd3f1265feb463f7c521c7c7141752 diff --git a/dev-python/python-daemon/python-daemon-3.1.2.ebuild b/dev-python/python-daemon/python-daemon-3.1.2.ebuild index 948a110dc775..e130dd5ee635 100644 --- a/dev-python/python-daemon/python-daemon-3.1.2.ebuild +++ b/dev-python/python-daemon/python-daemon-3.1.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi |