summaryrefslogtreecommitdiff
path: root/dev-python/pyphen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/pyphen
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/pyphen')
-rw-r--r--dev-python/pyphen/Manifest2
-rw-r--r--dev-python/pyphen/pyphen-0.13.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest
index 4e53f70b1cac..bf2e51868e11 100644
--- a/dev-python/pyphen/Manifest
+++ b/dev-python/pyphen/Manifest
@@ -1,3 +1,3 @@
DIST pyphen-0.13.2.gh.tar.gz 1998017 BLAKE2B 7290cf7902a3dcfc9355d39de40a13b7aea20252636bdcdcd70436f59ca493dd287f96f365323c3e2d45dfc989e5418db4e3fb676602d123182c33b715ac7d26 SHA512 63bd3411c3120e73cd484eef3c3a280e9f8fee40f9aaf3fdca46c3ddf545aeb462eb4214fb239bd6a1fb6c065d5a34290f39763985e85447f413fc0af0afdae8
-EBUILD pyphen-0.13.2.ebuild 596 BLAKE2B fdb94d1eb66d57dcf4ff0fd7b302598f391be30cebffc3e12bb544b187e965e1406074558013a699d83a1f731a12efc90560bea75b3f3101a752e67c4711b559 SHA512 c5c139c05c76d5f8114ecccbfb7301c2df2ca9426fc4a9d2e512fbc4daa3b95da77fc07364393920db11bf89eec474f18648faea05a4ed670301737fbbf413e6
+EBUILD pyphen-0.13.2.ebuild 596 BLAKE2B d087919ee1591d6b91917d28fa556c12f2abd10bcb06e3d0e6f72e1689cf95cfa58fb19a2754772e95d8aefc4218d5501f06760cae3b99783426ef552429531f SHA512 a28bf7d4bd113045123aeec3342843d2cb83491abea927e1483c126c180e2b97168ce9536f90222cbfa5d482519e8db65a039d4532a858623f046f556a77bc26
MISC metadata.xml 386 BLAKE2B 884bd76d980e70fcec706674b5363dfebc74931eac7a2e06cd77e5ca2cd7a72ec0673e44dd05a17dd16f91b7d43b7f97c996bb3994045adb008d97b64ef40c0f SHA512 20752bbbc3c47d4a6f1330a552a5c02bb5fc036f3656c067cb6ebcb4ac2fe2e766c343ec90542aa3ff7465d0726fcf705118ac03d743508ab135261fb115f8f8
diff --git a/dev-python/pyphen/pyphen-0.13.2.ebuild b/dev-python/pyphen/pyphen-0.13.2.ebuild
index e8239222450f..7e769a5c3a14 100644
--- a/dev-python/pyphen/pyphen-0.13.2.ebuild
+++ b/dev-python/pyphen/pyphen-0.13.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1