diff options
Diffstat (limited to 'dev-python/apipkg')
-rw-r--r-- | dev-python/apipkg/Manifest | 2 | ||||
-rw-r--r-- | dev-python/apipkg/apipkg-3.0.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/apipkg/Manifest b/dev-python/apipkg/Manifest index e9bdf58e10ff..df5b4444744b 100644 --- a/dev-python/apipkg/Manifest +++ b/dev-python/apipkg/Manifest @@ -1,3 +1,3 @@ DIST apipkg-3.0.2.gh.tar.gz 14018 BLAKE2B 2c7734db09a9718353ba1e99fd0bb4320b9e4e2a9d509d7d93c65dbb6477be6cd71149023c3b8de3e4d5226d337d44065710fe9358ccfcc29d26c968ca84a778 SHA512 57bd819869d441bc00bcba36bb4308a98f9e36114ddfb44dbb9c3123aafb5972fbbce4d7cab8f0f82d789837679d5b3c62fbd2d03d870c53095782798d0c59b6 -EBUILD apipkg-3.0.2.ebuild 694 BLAKE2B 0b2b529ba2c998b52f97d8a89e98bab2acde792849ed3662ab8d1c1e3a4b56e7b5f8e2e1a4531f4ddfcc142f7b266f10d54058819c8eb78cf646f8b18f1e856b SHA512 fd21a46cc33eaec9155cba17a1f41267bdbf1b1fbc7cdb5643fd1b4d49c8c97c4b2ead833f68af05485be093d7ed0e14faaa0356b029f6f22928303497991f66 +EBUILD apipkg-3.0.2.ebuild 703 BLAKE2B 4539d31b36f0f4a7b58964d6086bc7e9119b192908341f9e43d25080ee0b40a644c71005908bc21bcfeea4b52e32a7db75599e2de753f9df3ce630225ba6e695 SHA512 2315df2ae6d99690ce3a7b30255148172c379b06a820a6d6f4a617d1bbd53f8697edc665ef261e6390c30b22c0641ae8890d8596dde43a16d13da966f1fb874a MISC metadata.xml 391 BLAKE2B 3dbeb8dab14b48bbbeae054533b14b87196da9b34fb6a09f39354a7d9b97652858bb8011c88c2d268b6402a1a6565aff53017220ef84a08694111d3bcf413a52 SHA512 bdec41dba3cba6e644a542e44e65a294e77b6f84f35fac11e84e3c55fbdf19a3b4381caae604c06f92ca5d8cdf1a36519a9f8aa841041b1fb6f16675365da640 diff --git a/dev-python/apipkg/apipkg-3.0.2.ebuild b/dev-python/apipkg/apipkg-3.0.2.ebuild index ca16464587b4..2c79944f95be 100644 --- a/dev-python/apipkg/apipkg-3.0.2.ebuild +++ b/dev-python/apipkg/apipkg-3.0.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=hatchling -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 |