commit:     16e6630c6f1a0aece1cca81f407ab0665d89969b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 06:05:14 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 07:44:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e6630c

dev-python/regex: Remove old

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

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

diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest
index 3f0bc95c6362..f567f1bc8d0a 100644
--- a/dev-python/regex/Manifest
+++ b/dev-python/regex/Manifest
@@ -1,3 +1 @@
 DIST regex-2024.11.6.tar.gz 399494 BLAKE2B 
5b805e71d505516f1b1454d5198591c902eadf56887529bff988e301af639e891b25196467d4b7e2a55144e223ae731e878e2237c1b1ac7852f282aad1d34e13
 SHA512 
e04c611c22c07cf649ca01517c2508ea5ffbc0c729c43e6f9e0274a7ede68ace88a452987b50345928317869f710c9c75e0c5a0280e2410fc760bcbac7482dd6
-DIST regex-2024.7.24.tar.gz 393485 BLAKE2B 
d2a46fe2039f78fc3f1e8cda1b7b1808b160018d8e0c1b880bb1a573b36a3e1e7c7ccfa238f99719b5a484fa3b7457109f9e8668fbf16cbaef52006e0e6f6f89
 SHA512 
7b9efc5bdefa6610862be06831404380939dfffad6e2a488d362f4a247356eb0739c2b9078f41e554eca21d64fd4b1b145291ca8140f18d1586328f7d19cefc9
-DIST regex-2024.9.11.tar.gz 399403 BLAKE2B 
6ddf11954723183aa2cf15568592e0466a072897f7d69a22139c3db08fbf113a5b5df5df8b7982e4dc1987be836bbd323612549ba4723408cc235b36c21ae7b1
 SHA512 
5fec15361d19df69445093a3e4ef59e66d72c5c0a661d83640877850e31d874827aab5ebece2004a93534d7c4cc6084f76f76dda5db8ca3196f9f0a5f98a0043

diff --git a/dev-python/regex/regex-2024.7.24.ebuild 
b/dev-python/regex/regex-2024.7.24.ebuild
deleted file mode 100644
index eebf53e45d69..000000000000
--- a/dev-python/regex/regex-2024.7.24.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 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_{10..13} )
-
-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-2024.9.11.ebuild 
b/dev-python/regex/regex-2024.9.11.ebuild
deleted file mode 100644
index f4a838965832..000000000000
--- a/dev-python/regex/regex-2024.9.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 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_{10..13} )
-
-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