summaryrefslogtreecommitdiff
path: root/dev-python/apipkg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-18 00:01:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-18 00:01:42 +0100
commit075fd1f8cabc5879c6eb42127fb84c3058677fde (patch)
tree8b761e85416656264e041b1954427a58894b3333 /dev-python/apipkg
parent6c9dc10e04cd513437e046ccca0e51a3d6d4dc7c (diff)
gentoo auto-resync : 18:05:2024 - 00:01:41
Diffstat (limited to 'dev-python/apipkg')
-rw-r--r--dev-python/apipkg/Manifest2
-rw-r--r--dev-python/apipkg/apipkg-3.0.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/apipkg/Manifest b/dev-python/apipkg/Manifest
index b1f0ad620f86..455aa107b447 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 700 BLAKE2B 9f466fe2d6a9768795d55eddee635c3dd8040061156d2c3f82ecd5b1fa87893e86e00076a5b3d690a02179baa4b4649c235fb36e6246308a85e9316d0880bfa6 SHA512 1119699fba32677602109f4519627cd8f8b33c9b2a8e5c13be5a1ea79da72a0ae213f8090760f59dede9da7f1520fb41caf03030ec252ef48dddd573daf8c63c
+EBUILD apipkg-3.0.2.ebuild 700 BLAKE2B 3ecc42d3ccf103e30dc538b7dc23b8658e3d21080438c3f0426dfa18817d5ebd84554182b09822897d0a960f7ea98e7a0cb11e07cf1b7652f5232febe92aa356 SHA512 954e62bc5c4f050dfe5ce89ebd0a794e78c63b8e406a1da37dc4d4f2b9a28dee76c20a86df2a12e436bd39e5ab633fc97949cfcb03ec0b5597fd38dd3e726055
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 ad7cb885a7c5..0db5320c7160 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-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1