commit:     81de137ab50218a02cf8c53d577df8a11289f60f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 28 06:00:04 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 28 06:38:13 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81de137a

dev-python/regex: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/regex/Manifest               |  1 -
 dev-python/regex/regex-2025.11.3.ebuild | 37 ---------------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest
index a57ec670114d..7bbfac1fc1a3 100644
--- a/dev-python/regex/Manifest
+++ b/dev-python/regex/Manifest
@@ -1,3 +1,2 @@
-DIST regex-2025.11.3.tar.gz 414669 BLAKE2B 
df6ddec6ab70f9119ecc780a5a69061cd19ed2067d8d5311712e2804b2d039988e243921366224c2e983cbbc4d4c38516839f7683b710e956a77e66d0ec1efc8
 SHA512 
929c4de507416c435343d7e27f2ce05520166c1b7499887747055c10dd05e7a424e009d3bf9661038707fbe99bd3cd0eda1eab2d5743d5bd8cae4bfd576390c4
 DIST regex-2026.1.15.tar.gz 414811 BLAKE2B 
c8e75bc8981dea96bc40e5599e0244407c03c0bd2e85789577f8b600e3c1526996abaaeb67c7d26e4f2e2f0db8531863a09951f21c1cb72d166c2df66621bd5b
 SHA512 
38d3b0dcb4c2cf705dd9cceeb57ddc7ee1b7612ccd3f00cc97f4b21f99ae716f0d411bbb5fb1aab489558d9892cefb269a286ab790b15644175e6fb250aca7ef
 DIST regex-2026.2.19.tar.gz 414973 BLAKE2B 
6d0bb23520da74d6f5d00603e2bdec3136fb19118ba7dc8393523430f0391f36913921969e7f79b64945575d793316214201359a1250ff25d98db9a5fdf3270d
 SHA512 
4a546d90e755d58d899ee5d80381bd24b1d38718dedb3903e8c5e286620a7e54a0631a77f5d8ac4f2807265b4dc8d22d29779853255e97a1ce57162c93ee044c

diff --git a/dev-python/regex/regex-2025.11.3.ebuild 
b/dev-python/regex/regex-2025.11.3.ebuild
deleted file mode 100644
index 706f9729b4b8..000000000000
--- a/dev-python/regex/regex-2025.11.3.ebuild
+++ /dev/null
@@ -1,37 +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} python3_{13,14}t )
-
-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
-}
-
-python_test() {
-       cd "${BUILD_DIR}/install$(python_get_sitedir)/regex/tests" || die
-       eunittest
-}

Reply via email to