summaryrefslogtreecommitdiff
path: root/dev-python/commentjson
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/commentjson')
-rw-r--r--dev-python/commentjson/Manifest2
-rw-r--r--dev-python/commentjson/commentjson-0.9.0-r2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/commentjson/Manifest b/dev-python/commentjson/Manifest
index db8efe58c53c..b93286752647 100644
--- a/dev-python/commentjson/Manifest
+++ b/dev-python/commentjson/Manifest
@@ -1,3 +1,3 @@
DIST commentjson-0.9.0.gh.tar.gz 15297 BLAKE2B a857b0fa5551079d3d37bff94fb51a903e998c4fb84e0f62a5de28d6eafe0cb8a38b3215515e72c56de0cddb661f109921c801d15b9ba93771290135adaaa5b1 SHA512 cd3d28adecbc445ed3faed7847c65a23829f408cf8aa3fa85544a0f0cf9fa5544b8aff560725cf51921f249123daf9ce9953069e99ca64a312bb4bff652512fe
-EBUILD commentjson-0.9.0-r2.ebuild 833 BLAKE2B e53d7deaaf60a8be457b29dffa5b81811bfa9d4c40d3c8a65e8521dfbf84368914698482431a7f97255ff08e2f513ab9e995c1b392a939ee1f2341eeb0adde0c SHA512 8adb794977b3ab4fbc6316d9b0909be5701c83d700bb85166f006d07f654e9b3eba0ca179c89e5f6cd2b6c814c54f1c9b4d59085bcd499e10b7af942aeedefe3
+EBUILD commentjson-0.9.0-r2.ebuild 834 BLAKE2B f53c8b6cc79ed27efb013dd22075e5b1ca84c518bb25165bc70048c660dcbe967d5aedc80b517830fc3bdd255cf6d9922e85d4c3d790754b17f26e994cbb6ec6 SHA512 9d7724a6bec25ffb64593d15fba5dd78fb42e4323b019f402d7af9075d04b9c48ec930addf31c8aa088cf2b293e4fad97933ade6b0d89c2ed847d9d31907a2bb
MISC metadata.xml 375 BLAKE2B 7391dadca9ed1ad8c62515f56347a04fe099c5020b2cfb5d6037e1057199f20a9a512c90800f81186bced7a8ff3f192b36e8c83d7d5ca2b961ea5f5a0e799e80 SHA512 005e5180f3f69d3c162b5ed113840494e0afbc9c09b5c4f02bad97ed7bf5a77e4b7806462f9c7aa3ca72d5d963e5d4b85a591e6e557742685c5738d66214915e
diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index 810c080baf44..6ebede96a2b3 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1