Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/regex/
Date: Sun, 28 Nov 2021 19:27:27
Message-Id: 1638127605.ce90395a6ea7bf18ccb22f303fb6ef2ecfec74ba.mgorny@gentoo
1 commit: ce90395a6ea7bf18ccb22f303fb6ef2ecfec74ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 19:26:45 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 19:26:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce90395a
7
8 dev-python/regex: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/regex/Manifest | 3 ---
13 dev-python/regex/regex-2021.10.23.ebuild | 34 --------------------------------
14 dev-python/regex/regex-2021.10.8.ebuild | 34 --------------------------------
15 dev-python/regex/regex-2021.11.2.ebuild | 34 --------------------------------
16 4 files changed, 105 deletions(-)
17
18 diff --git a/dev-python/regex/Manifest b/dev-python/regex/Manifest
19 index 134b7b588c73..6f47fe84a969 100644
20 --- a/dev-python/regex/Manifest
21 +++ b/dev-python/regex/Manifest
22 @@ -1,4 +1 @@
23 -DIST regex-2021.10.23.tar.gz 703746 BLAKE2B e26ec50994375f8b128206743209dff1ceb760b67967ff66d2553c1da27840e0df1611bf1a2746fd26246d3ac8b4a3974c98c8b4d4ede4e6d7954875c17b2405 SHA512 6bc67a066a7f33f6567a672132b1b65d89b21152d5ec3546262e542413ce40999ad57fb55eec92b9f4010489968b6eed1dab27efa63e14b771d883a890ddf9ab
24 -DIST regex-2021.10.8.tar.gz 703541 BLAKE2B da2a35c0f95c208fe2a9951d4c8cf756cd9eecb3ff27c5d729e9b5702256cc12bdde896019abf2aa12d206cbaace0fa693be332ff8d8baa5e6e628866eb64dea SHA512 395fbef61d54fad539bbd1e51c9100cba02bcd3a147e95a32ff8c32cb7fca66df98bade638e24f9a5c6e5d6c7becca033f925c4fa675b4e6689cba8316a8b46d
25 DIST regex-2021.11.10.tar.gz 702813 BLAKE2B 4729067d690033ff3c6dabb4e180d9f46fbf9cb53c4244d7d76a96d90c07c14afd4487fb068d4b4eef17bc8457f8f9de1a8bcdcefd0fe1a6a74eae00e6fabeb4 SHA512 b821e2d5a9e21e24cacfb4ed7c4e64be89a50562f6159088587e7701940a0598114abe9b96b11b17d638b098beb070b6722ea8ca8a7ccd0d60cef6973df3ee7d
26 -DIST regex-2021.11.2.tar.gz 712630 BLAKE2B 0a6247d1ca26b0ce644f8036892ed4a5177d69b06eb6055bcd42a08874b24666df7525d19c270b61eca0c14474a0b68fb365e4f0499cdf5ede6510595bc302b8 SHA512 1863158271224595f6a540dcc0f7fd9125b69f9cdcf7b67efc589605b739e7ed7a09fbe30fbd1f26b1d57fca25df8b150b9726412d331a4aa757387c247cb904
27
28 diff --git a/dev-python/regex/regex-2021.10.23.ebuild b/dev-python/regex/regex-2021.10.23.ebuild
29 deleted file mode 100644
30 index 67c833d04b54..000000000000
31 --- a/dev-python/regex/regex-2021.10.23.ebuild
32 +++ /dev/null
33 @@ -1,34 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Alternative regular expression module to replace re"
43 -HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
49 -IUSE="doc"
50 -
51 -PATCHES=(
52 - "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_empty_array.patch"
53 - "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_issue_18468.patch"
54 -)
55 -
56 -distutils_enable_tests unittest
57 -
58 -python_test() {
59 - eunittest -s "${BUILD_DIR}"/lib
60 -}
61 -
62 -python_install_all() {
63 - use doc && local HTML_DOCS=( docs/Features.html )
64 - local DOCS=( README.rst docs/*.rst )
65 -
66 - distutils-r1_python_install_all
67 -}
68
69 diff --git a/dev-python/regex/regex-2021.10.8.ebuild b/dev-python/regex/regex-2021.10.8.ebuild
70 deleted file mode 100644
71 index 950e8b9bcee9..000000000000
72 --- a/dev-python/regex/regex-2021.10.8.ebuild
73 +++ /dev/null
74 @@ -1,34 +0,0 @@
75 -# Copyright 1999-2021 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -
80 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="Alternative regular expression module to replace re"
84 -HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex"
85 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
86 -
87 -LICENSE="Apache-2.0"
88 -SLOT="0"
89 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
90 -IUSE="doc"
91 -
92 -PATCHES=(
93 - "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_empty_array.patch"
94 - "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_issue_18468.patch"
95 -)
96 -
97 -distutils_enable_tests unittest
98 -
99 -python_test() {
100 - eunittest -s "${BUILD_DIR}"/lib
101 -}
102 -
103 -python_install_all() {
104 - use doc && local HTML_DOCS=( docs/Features.html )
105 - local DOCS=( README.rst docs/*.rst )
106 -
107 - distutils-r1_python_install_all
108 -}
109
110 diff --git a/dev-python/regex/regex-2021.11.2.ebuild b/dev-python/regex/regex-2021.11.2.ebuild
111 deleted file mode 100644
112 index 67c833d04b54..000000000000
113 --- a/dev-python/regex/regex-2021.11.2.ebuild
114 +++ /dev/null
115 @@ -1,34 +0,0 @@
116 -# Copyright 1999-2021 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=8
120 -
121 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
122 -inherit distutils-r1
123 -
124 -DESCRIPTION="Alternative regular expression module to replace re"
125 -HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex"
126 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
127 -
128 -LICENSE="Apache-2.0"
129 -SLOT="0"
130 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
131 -IUSE="doc"
132 -
133 -PATCHES=(
134 - "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_empty_array.patch"
135 - "${FILESDIR}/${PN}-2021.4.4-pypy3-fix-test_issue_18468.patch"
136 -)
137 -
138 -distutils_enable_tests unittest
139 -
140 -python_test() {
141 - eunittest -s "${BUILD_DIR}"/lib
142 -}
143 -
144 -python_install_all() {
145 - use doc && local HTML_DOCS=( docs/Features.html )
146 - local DOCS=( README.rst docs/*.rst )
147 -
148 - distutils-r1_python_install_all
149 -}