From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rebulk/
Date: Wed, 27 Jan 2021 09:00:12 +0000 (UTC) [thread overview]
Message-ID: <1611737902.173332bf318fd3d0d543222d4a699065d9781b2a.mgorny@gentoo> (raw)
commit: 173332bf318fd3d0d543222d4a699065d9781b2a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 08:58:22 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 08:58:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173332bf
dev-python/rebulk: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rebulk/Manifest | 2 --
dev-python/rebulk/rebulk-2.0.1.ebuild | 30 ------------------------------
dev-python/rebulk/rebulk-3.0.0.ebuild | 30 ------------------------------
3 files changed, 62 deletions(-)
diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest
index 3f40831c065..84de9254d1d 100644
--- a/dev-python/rebulk/Manifest
+++ b/dev-python/rebulk/Manifest
@@ -1,3 +1 @@
-DIST rebulk-2.0.1.tar.gz 258115 BLAKE2B d19210911cf89cb7c371819e384da95c2159eb92abf9f027cbdf1803a18054c556e73364ae10c5bb0b5007cbdb2156b2118d22d6e278b6a02055bacbcbdbc322 SHA512 7d453b7ba952994dec3258aa95a3f6090e6f8afb5a674c1b5e54e036f41022b887d3d65d21f2023ae6e2596cce3baf52d33fc23708498a4f0aef26d3594c8289
-DIST rebulk-3.0.0.gh.tar.gz 252364 BLAKE2B 669f25fa4cf25d4de426552eafd1f3463c05e42eb6f587b8c15d0d319c9c81e515d8461c5c412bd89a483d619374af0a93849deb0ccb3af9ccd7617ebd908504 SHA512 eb474b8b8509f291938bc3c96ef591b8233a41b9eb28f7957f3d20e098140ac6d80a1337c6ff1c89eeea4c34f94eb37af811d2200a8f2a574fc93b8fa1ea3c5d
DIST rebulk-3.0.1.gh.tar.gz 252585 BLAKE2B ff10847d9743972c65a6a5ae3efe77acf0364770c2998401ac08d22a829bc25caf1e0c2a7decd0c2546d2bceb05b094cbd9d9cfcc7127d433b8c30fd6084c5bb SHA512 21d022bb564a416885139aa673b3fc8b762817df12d8868a2a0e8d99cc813b781d04bad4372e5ac0dbbe6239d879c506639dd87c89f92faf078ff306239d6b6d
diff --git a/dev-python/rebulk/rebulk-2.0.1.ebuild b/dev-python/rebulk/rebulk-2.0.1.ebuild
deleted file mode 100644
index a1e0c8ec50a..00000000000
--- a/dev-python/rebulk/rebulk-2.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library that performs advanced searches in strings"
-HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # Remove base64-encoded zip archive with pytest.
- rm runtests.py || die
-
- # Disable unconditional dependency on dev-python/pytest-runner.
- sed -i -e "s|'pytest-runner'||g" setup.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/rebulk/rebulk-3.0.0.ebuild b/dev-python/rebulk/rebulk-3.0.0.ebuild
deleted file mode 100644
index 35dcb15832c..00000000000
--- a/dev-python/rebulk/rebulk-3.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library that performs advanced searches in strings"
-HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/"
-SRC_URI="
- https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # Remove base64-encoded zip archive with pytest.
- rm runtests.py || die
-
- # Disable unconditional dependency on dev-python/pytest-runner.
- sed -i -e "s|'pytest-runner'||g" setup.py || die
-
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2021-01-27 9:00 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-27 9:00 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-13 1:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/rebulk/ Sam James
2024-05-18 8:59 Michał Górny
2023-11-24 14:43 Michał Górny
2023-05-31 19:22 Arthur Zamarin
2023-03-25 5:02 Michał Górny
2023-03-24 20:27 Arthur Zamarin
2023-02-19 4:32 Michał Górny
2022-06-22 11:50 Michał Górny
2022-06-22 10:10 Agostino Sarubbo
2022-05-19 7:32 Michał Górny
2022-05-19 7:32 Michał Górny
2021-12-10 17:12 Arthur Zamarin
2021-12-10 12:11 Jakov Smolić
2021-11-05 9:25 Michał Górny
2021-06-05 18:10 Michał Górny
2021-01-27 3:06 Sam James
2020-12-25 21:51 Michał Górny
2020-12-24 0:19 Michał Górny
2020-10-27 19:58 Sam James
2020-10-27 5:11 Sam James
2020-08-02 6:46 Michał Górny
2020-08-02 6:46 Michał Górny
2020-05-21 8:06 Agostino Sarubbo
2020-05-21 7:53 Agostino Sarubbo
2020-05-03 7:08 Michał Górny
2020-05-03 7:08 Michał Górny
2020-03-25 11:06 Michał Górny
2020-03-25 11:06 Michał Górny
2020-03-25 11:06 Michał Górny
2020-02-05 21:21 Michał Górny
2018-02-07 19:22 Michał Górny
2017-08-19 0:31 Thomas Deutschmann
2017-07-30 9:44 Michał Górny
2017-07-19 18:06 Tobias Klausmann
2017-06-11 8:50 Michael Palimaka
2017-05-05 14:59 Manuel Rüger
2017-01-16 17:55 David Seifert
2017-01-16 10:15 Agostino Sarubbo
2017-01-16 9:49 Agostino Sarubbo
2016-12-10 23:04 David Seifert
2016-12-10 23:04 David Seifert
2016-12-10 23:04 David Seifert
2016-12-05 20:22 Pacho Ramos
2016-09-20 21:12 David Seifert
2016-09-20 21:12 David Seifert
2016-09-11 12:24 David Seifert
2016-09-11 12:24 David Seifert
2016-08-22 14:10 Göktürk Yüksek
2016-08-22 14:09 Göktürk Yüksek
2016-05-31 7:51 Patrice Clement
2016-05-12 11:40 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611737902.173332bf318fd3d0d543222d4a699065d9781b2a.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox