diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-10 17:50:28 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-10 19:11:45 +0200 |
commit | 5f07c2bba3a0aab8ccdcc65323cf681612b9151d (patch) | |
tree | d87f750395a9bd8e6d7701dee2b0f38ddf93d5de /dev-python/rebulk | |
parent | dev-python/fsspec: drop 2021.10.1, 2021.11.0 (diff) | |
download | gentoo-5f07c2bba3a0aab8ccdcc65323cf681612b9151d.tar.gz gentoo-5f07c2bba3a0aab8ccdcc65323cf681612b9151d.tar.bz2 gentoo-5f07c2bba3a0aab8ccdcc65323cf681612b9151d.zip |
dev-python/rebulk: drop 3.0.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/rebulk')
-rw-r--r-- | dev-python/rebulk/Manifest | 1 | ||||
-rw-r--r-- | dev-python/rebulk/rebulk-3.0.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest index 28a47e5c7984..069eda8d1fc1 100644 --- a/dev-python/rebulk/Manifest +++ b/dev-python/rebulk/Manifest @@ -1,2 +1 @@ -DIST rebulk-3.0.1.gh.tar.gz 252585 BLAKE2B ff10847d9743972c65a6a5ae3efe77acf0364770c2998401ac08d22a829bc25caf1e0c2a7decd0c2546d2bceb05b094cbd9d9cfcc7127d433b8c30fd6084c5bb SHA512 21d022bb564a416885139aa673b3fc8b762817df12d8868a2a0e8d99cc813b781d04bad4372e5ac0dbbe6239d879c506639dd87c89f92faf078ff306239d6b6d DIST rebulk-3.1.0.gh.tar.gz 252775 BLAKE2B 9624a02f8df950e3efa77c0fe7c3dfa083c255b10c118a571aa4f4fb8ee95f663f7ba45e66e77ec4c3fb801a6a1e8e369b04a6ec1323aeed6c8b13deb286614c SHA512 591bbfeef1d472722d6250cd35f308c0ac9c5f2dee77f4702f1d9fa1e41bb1a16bbf7c4aa634d0b4f43d7f9093bc1e2faa38edb0170212fea2502ff6a284fcab diff --git a/dev-python/rebulk/rebulk-3.0.1.ebuild b/dev-python/rebulk/rebulk-3.0.1.ebuild deleted file mode 100644 index 40d18384be6f..000000000000 --- a/dev-python/rebulk/rebulk-3.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -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 -} |