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/rebulk/
Date: Wed, 27 Jan 2021 09:00:16
Message-Id: 1611737902.173332bf318fd3d0d543222d4a699065d9781b2a.mgorny@gentoo
1 commit: 173332bf318fd3d0d543222d4a699065d9781b2a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 08:58:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 08:58:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173332bf
7
8 dev-python/rebulk: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rebulk/Manifest | 2 --
13 dev-python/rebulk/rebulk-2.0.1.ebuild | 30 ------------------------------
14 dev-python/rebulk/rebulk-3.0.0.ebuild | 30 ------------------------------
15 3 files changed, 62 deletions(-)
16
17 diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest
18 index 3f40831c065..84de9254d1d 100644
19 --- a/dev-python/rebulk/Manifest
20 +++ b/dev-python/rebulk/Manifest
21 @@ -1,3 +1 @@
22 -DIST rebulk-2.0.1.tar.gz 258115 BLAKE2B d19210911cf89cb7c371819e384da95c2159eb92abf9f027cbdf1803a18054c556e73364ae10c5bb0b5007cbdb2156b2118d22d6e278b6a02055bacbcbdbc322 SHA512 7d453b7ba952994dec3258aa95a3f6090e6f8afb5a674c1b5e54e036f41022b887d3d65d21f2023ae6e2596cce3baf52d33fc23708498a4f0aef26d3594c8289
23 -DIST rebulk-3.0.0.gh.tar.gz 252364 BLAKE2B 669f25fa4cf25d4de426552eafd1f3463c05e42eb6f587b8c15d0d319c9c81e515d8461c5c412bd89a483d619374af0a93849deb0ccb3af9ccd7617ebd908504 SHA512 eb474b8b8509f291938bc3c96ef591b8233a41b9eb28f7957f3d20e098140ac6d80a1337c6ff1c89eeea4c34f94eb37af811d2200a8f2a574fc93b8fa1ea3c5d
24 DIST rebulk-3.0.1.gh.tar.gz 252585 BLAKE2B ff10847d9743972c65a6a5ae3efe77acf0364770c2998401ac08d22a829bc25caf1e0c2a7decd0c2546d2bceb05b094cbd9d9cfcc7127d433b8c30fd6084c5bb SHA512 21d022bb564a416885139aa673b3fc8b762817df12d8868a2a0e8d99cc813b781d04bad4372e5ac0dbbe6239d879c506639dd87c89f92faf078ff306239d6b6d
25
26 diff --git a/dev-python/rebulk/rebulk-2.0.1.ebuild b/dev-python/rebulk/rebulk-2.0.1.ebuild
27 deleted file mode 100644
28 index a1e0c8ec50a..00000000000
29 --- a/dev-python/rebulk/rebulk-2.0.1.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{6,7,8,9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python library that performs advanced searches in strings"
42 -HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="MIT Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm ~arm64 x86"
48 -
49 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
50 -
51 -distutils_enable_tests pytest
52 -
53 -python_prepare_all() {
54 - # Remove base64-encoded zip archive with pytest.
55 - rm runtests.py || die
56 -
57 - # Disable unconditional dependency on dev-python/pytest-runner.
58 - sed -i -e "s|'pytest-runner'||g" setup.py || die
59 -
60 - distutils-r1_python_prepare_all
61 -}
62
63 diff --git a/dev-python/rebulk/rebulk-3.0.0.ebuild b/dev-python/rebulk/rebulk-3.0.0.ebuild
64 deleted file mode 100644
65 index 35dcb15832c..00000000000
66 --- a/dev-python/rebulk/rebulk-3.0.0.ebuild
67 +++ /dev/null
68 @@ -1,30 +0,0 @@
69 -# Copyright 1999-2020 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=7
73 -
74 -PYTHON_COMPAT=( python3_{6,7,8,9} )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Python library that performs advanced searches in strings"
79 -HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/"
80 -SRC_URI="
81 - https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz
82 - -> ${P}.gh.tar.gz"
83 -
84 -LICENSE="MIT Apache-2.0"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
87 -
88 -distutils_enable_tests pytest
89 -
90 -python_prepare_all() {
91 - # Remove base64-encoded zip archive with pytest.
92 - rm runtests.py || die
93 -
94 - # Disable unconditional dependency on dev-python/pytest-runner.
95 - sed -i -e "s|'pytest-runner'||g" setup.py || die
96 -
97 - distutils-r1_python_prepare_all
98 -}