diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-14 17:52:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-14 17:52:12 +0000 |
commit | a90c84e720803f3d26c0ade8f1f1e405ca97502a (patch) | |
tree | f788ea0972d51c66823825021dd83427e1d466c4 /dev-python/humanfriendly | |
parent | 07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff) |
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/humanfriendly')
-rw-r--r-- | dev-python/humanfriendly/Manifest | 2 | ||||
-rw-r--r-- | dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/humanfriendly/Manifest b/dev-python/humanfriendly/Manifest index dc854e9b5b03..a2db3bd2f7fd 100644 --- a/dev-python/humanfriendly/Manifest +++ b/dev-python/humanfriendly/Manifest @@ -1,3 +1,3 @@ DIST humanfriendly-10.0.tar.gz 360702 BLAKE2B 6db7f2f11bafcdc087c078eae6123046610594b17899678e445baa18c25b2210cc1d84363d858ab7c57fce6d6b7a189be69dea08c1891d3f5b11ff9900c9bef9 SHA512 496700bcea1dabf003c938558bf807fabb41b71192f69622979dd9e243dda9b4b06c5ac8f65cef217df85ebadf99099dc22b50d63216791a569be11081d267d6 -EBUILD humanfriendly-10.0-r1.ebuild 993 BLAKE2B d9f51863a7f11349c043a519c45677646f05988a31696a3436f734dc8de8ae54d0d93cbd3749d033625f4f4a80d4628601d939d365d4f321094caaa7dcd6c30c SHA512 9caf8e5d7ac8961902080c16aeba082301d5bf0041fef3afafa48af7fcb850966666c25cff09b5f6954c12ea5f98eb8e578d0c57af701a23c5c2b1fbe6bf0201 +EBUILD humanfriendly-10.0-r1.ebuild 993 BLAKE2B dd11c3fbb3a97e4046b5ed58614512b63723c8c491574543be3e2f6d627d4839d4701a31048718b6544e4f4a18b59c1d32fdb4d5e8be80a3174986b4039499c5 SHA512 a67779d89c37435c14f737db599fb8faa3058fa0f45935c6d740ff8d8ce728886e50c132ae36e77be2454bde62360266bddd2c8ee4f7bdddb314178c0201d4f4 MISC metadata.xml 407 BLAKE2B 7d2146a2514b6d9afb68e6ba104acff4a38c650f678e930242659a96028d734dba0c69deaf3cca06225a2b9324f9e4639ec5e6324a2b845468bc5e180f2ba061 SHA512 57e8f1b2de1594bd97fca291b778b92ed09a26b61f97ca7988fda2b1efff181394bbd7ae20a0a94066c7cf58da553ef4881cff2b79207577c710780b9800baaf diff --git a/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild b/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild index c39fcb139268..de2770418f18 100644 --- a/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild +++ b/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{8..11} ) +PYTHON_COMPAT=( pypy3 python3_{9..11} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |