summaryrefslogtreecommitdiff
path: root/dev-python/regex
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/regex')
-rw-r--r--dev-python/regex/Manifest2
-rw-r--r--dev-python/regex/regex-2024.11.6.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest
index 011af24ae8c1..39132d5e752c 100644
--- a/dev-python/regex/Manifest
+++ b/dev-python/regex/Manifest
@@ -1,3 +1,3 @@
DIST regex-2024.11.6.tar.gz 399494 BLAKE2B 5b805e71d505516f1b1454d5198591c902eadf56887529bff988e301af639e891b25196467d4b7e2a55144e223ae731e878e2237c1b1ac7852f282aad1d34e13 SHA512 e04c611c22c07cf649ca01517c2508ea5ffbc0c729c43e6f9e0274a7ede68ace88a452987b50345928317869f710c9c75e0c5a0280e2410fc760bcbac7482dd6
-EBUILD regex-2024.11.6.ebuild 880 BLAKE2B 7e3f8cbd5f0f4a01a15a0b24dd8aa9b30f2a44e435317ed59cb52fa10a19f63ec86b04f8844b1ba27dc9dafcd285538e73737fb7f49e95d74a0778a4a6826ea6 SHA512 365de4130bb1e8665b880a713baae8a9c0dda8c9c67075b11462cd504cda1d7f6735a2212e3641e8f123c2999e3ebff0d06ed39e15691e89a6a2847849f80144
+EBUILD regex-2024.11.6.ebuild 880 BLAKE2B af2eafd541727700f4cb845a4b2455c20b84c74ef9a91821c3e30c99a9cfa9cc42d5f4a65f2d07acd97425bf0cf5367ec5dbdea53ccedea1214805856be7b173 SHA512 39a4d26bdf68e1032fa5e6cb1afd244875b19d23ddda5026081cb271531bae196562d2374cde1b87f5a5bbc2ef6ef0879f480c3986055570611a7debdd52f19d
MISC metadata.xml 448 BLAKE2B ce92d069195d11c558d338d4f21cc9bb48e50f21a44aacee610f88283aeae0319b9a31b987fc1b6206832f7b251bb1f64b0d9bccd3eefd6c54953192911eb5e9 SHA512 a9b18af0c107005e8a9e0e7bc4e1dd44891faa9a5234365ddc39ecac2e3dc197c58b31087b4d97d94b48644be7c984d773e50ddb03063c6c95b1f94884483dfc
diff --git a/dev-python/regex/regex-2024.11.6.ebuild b/dev-python/regex/regex-2024.11.6.ebuild
index d04d6858f341..c620c5aaf5ed 100644
--- a/dev-python/regex/regex-2024.11.6.ebuild
+++ b/dev-python/regex/regex-2024.11.6.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
# pypy isn't supported upstream because of its UTF8 representation for strings
# See https://github.com/mrabarnett/mrab-regex/issues/521#issuecomment-1936260187.
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi