commit:     8a18f3ef2c91b358198e7667af380764323d1d93
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 04:25:08 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 05:52:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a18f3ef

dev-python/regex: drop old

Several regressions fixed in .34 anyway -- good riddance to .31

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-python/regex/Manifest               |  2 --
 dev-python/regex/regex-2024.11.6.ebuild | 32 --------------------------------
 dev-python/regex/regex-2025.7.31.ebuild | 32 --------------------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest
index b366988b575b..af18035ca7a9 100644
--- a/dev-python/regex/Manifest
+++ b/dev-python/regex/Manifest
@@ -1,5 +1,3 @@
-DIST regex-2024.11.6.tar.gz 399494 BLAKE2B 
5b805e71d505516f1b1454d5198591c902eadf56887529bff988e301af639e891b25196467d4b7e2a55144e223ae731e878e2237c1b1ac7852f282aad1d34e13
 SHA512 
e04c611c22c07cf649ca01517c2508ea5ffbc0c729c43e6f9e0274a7ede68ace88a452987b50345928317869f710c9c75e0c5a0280e2410fc760bcbac7482dd6
-DIST regex-2025.7.31.tar.gz 407354 BLAKE2B 
76ff46c4d745c6710faeb2745b7e97260c07093d697dfc26c25118d988d3cb34efdb456417296de8bc3372c2c6e55dc7bb0407a2043ca418ebd1d8cb19a80a18
 SHA512 
d30a07dee87612efd743eee687c158a886d19de34bcf98183ccbf0c72f911c6f6534875312c46c77506e7897894bf96b6fb42fa7309825e12ea4855045896c3a
 DIST regex-2025.7.34.tar.gz 400714 BLAKE2B 
4eb0c5600b9ef759f1e7511d01d533a3fda7b6010b6c974c0071e7cde2f5bbd9a8c62289b7abb4f2e0d9c251a9421876f6bf0a021892073babffb181d099ae55
 SHA512 
d30f69559804db12d85ee4c81d7055f3aab70f9a7c86b642932b7a12295ab2a4ca8e2a9bbf3a208b0546b7f7c76c64216cbd0b3ddfb7dfbd3fff7f9d4fa1d9ec
 DIST regex-2025.8.29.tar.gz 400817 BLAKE2B 
826f2deb3e94069124e35848f2ef33c4eab60464d548c5cba0e3dc16b09185dad0cfc427dde89d38f04f924bb16fbb539d79ebf34d83bcd7c62f344f9ace208d
 SHA512 
9c17e000145523bdbeeffb9cfe177eab89fd55b2bcd7f74d3c122bfed7c7ce42b92b8f6b407157c3f5c84c32b285d24377d27c228ba52ef804ed432d0cd92623
 DIST regex-2025.9.1.tar.gz 400852 BLAKE2B 
31f07a4954cbafc48668424da6b7362f32d76fc3c8027ecd540d759324412f1f5db56aad9a75e212d73284dd05cd2369c17811e1f98ad551b5cc31f3e40c55d0
 SHA512 
80838c83207e750f986b034594c2460464758e4024fb1e8fcc13d4d3d746b07d00ff9f3226ab83cbd7a07674f9c6373dd1bd56981615017f72dae7ac80366c7f

diff --git a/dev-python/regex/regex-2024.11.6.ebuild 
b/dev-python/regex/regex-2024.11.6.ebuild
deleted file mode 100644
index 1d170ecafed6..000000000000
--- a/dev-python/regex/regex-2024.11.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Alternative regular expression module to replace re"
-HOMEPAGE="
-       https://github.com/mrabarnett/mrab-regex/
-       https://pypi.org/project/regex/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~arm64-macos ~x64-macos"
-IUSE="doc"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/Features.html )
-       local DOCS=( README.rst docs/*.rst )
-
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/regex/regex-2025.7.31.ebuild 
b/dev-python/regex/regex-2025.7.31.ebuild
deleted file mode 100644
index 1d170ecafed6..000000000000
--- a/dev-python/regex/regex-2025.7.31.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Alternative regular expression module to replace re"
-HOMEPAGE="
-       https://github.com/mrabarnett/mrab-regex/
-       https://pypi.org/project/regex/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~arm64-macos ~x64-macos"
-IUSE="doc"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/Features.html )
-       local DOCS=( README.rst docs/*.rst )
-
-       distutils-r1_python_install_all
-}

Reply via email to