summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-12-10 17:50:28 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2021-12-10 19:11:45 +0200
commit5f07c2bba3a0aab8ccdcc65323cf681612b9151d (patch)
treed87f750395a9bd8e6d7701dee2b0f38ddf93d5de /dev-python/rebulk/rebulk-3.0.1.ebuild
parentdev-python/fsspec: drop 2021.10.1, 2021.11.0 (diff)
downloadgentoo-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/rebulk-3.0.1.ebuild')
-rw-r--r--dev-python/rebulk/rebulk-3.0.1.ebuild30
1 files changed, 0 insertions, 30 deletions
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
-}