diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
commit | 4b1be5ef874aaeb61a2116048e0c2312e53f8c69 (patch) | |
tree | e2f0118b102bf7e7ad852582d410adb43f13b035 /dev-python/inflection | |
parent | 4418da21bd05d610a3450f4aa75481785ca372a0 (diff) |
gentoo auto-resync : 28:02:2025 - 19:27:52
Diffstat (limited to 'dev-python/inflection')
-rw-r--r-- | dev-python/inflection/Manifest | 2 | ||||
-rw-r--r-- | dev-python/inflection/inflection-0.5.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/inflection/Manifest b/dev-python/inflection/Manifest index 2a5b96ab0843..278def78dd28 100644 --- a/dev-python/inflection/Manifest +++ b/dev-python/inflection/Manifest @@ -1,3 +1,3 @@ DIST inflection-0.5.1.tar.gz 15091 BLAKE2B f3db09d1010ce22b67dcd519f59f25f240f463872932fd6218209768b4c5e064776ef5300a8d7f9a6b9cb94392b05b46963f00b94c6de29fb325947df7b243cf SHA512 82f70e2b81fb166260191a464383f6674e3b21504a35ee605ac6ce4bb163c8f3bbe6d06379575178d7196701459506dd541f32e48f24b32f42d5cfb717158d50 -EBUILD inflection-0.5.1-r1.ebuild 479 BLAKE2B 61cbb7ac6cb3f3fedb4201eaf6c0eba8e1aa174a5d65893f663bc892b69d5bb9232f1192103cffdde2eae0d4441eda2bdb98c0ba98a51f05eb25db982b77d104 SHA512 ad6d371916dba06e3fc09efd38bb7755f5827fd36a5bed11828159f4dfa64d27297fde4c6d893436afc8c45c3cb7031e6be349a354fd00f0856c6023aa0c9f3f +EBUILD inflection-0.5.1-r1.ebuild 488 BLAKE2B d9232bfe97360f1b00868b6c3f9e09df397d48be3fabf3929a0fbf756ad90c40b3194f351c48eb3952b8d05066a69593bef96853f82fba4a03edc4e0e1514812 SHA512 780005c0bb0de6dde8d8d5b70236f3df3141a069c75a3034908a6c26e7fd2dc467ddba10a05a3bb93cec712d7f36d8821f433f6403d867ef316ac108d99114a8 MISC metadata.xml 445 BLAKE2B 54ea8efb9148eb2cf2c273976bda73ac7552460920d1ef99f545e2ed096d065bc7cb7ffb44f989bc8429677eacc68de97b9a7f64a6d25fe07f55ba5bda5097a6 SHA512 d32e48ed10db8276a5e9efa040b91869423bfc1ec0ef93d875e726eb4ce23d9ab7ad11deb6aee79cc29a063e4a2af64a8076352d1557cb59464c36496edd411b diff --git a/dev-python/inflection/inflection-0.5.1-r1.ebuild b/dev-python/inflection/inflection-0.5.1-r1.ebuild index f7fe702a89a3..baaafd370b40 100644 --- a/dev-python/inflection/inflection-0.5.1-r1.ebuild +++ b/dev-python/inflection/inflection-0.5.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |