diff options
author | 2018-02-06 23:12:29 +0300 | |
---|---|---|
committer | 2018-02-07 20:22:10 +0100 | |
commit | fc792b26ce8806ab13ed6299e1e826e3f6c143a0 (patch) | |
tree | 4ec926457c37fef2ae39183a32b787d6dc09346c /dev-python | |
parent | dev-python/guessit: remove old (diff) | |
download | gentoo-fc792b26ce8806ab13ed6299e1e826e3f6c143a0.tar.gz gentoo-fc792b26ce8806ab13ed6299e1e826e3f6c143a0.tar.bz2 gentoo-fc792b26ce8806ab13ed6299e1e826e3f6c143a0.zip |
dev-python/rebulk: remove old
Closes: https://github.com/gentoo/gentoo/pull/7098
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rebulk/Manifest | 1 | ||||
-rw-r--r-- | dev-python/rebulk/rebulk-0.8.2.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest index 27581879d706..e079271f18e7 100644 --- a/dev-python/rebulk/Manifest +++ b/dev-python/rebulk/Manifest @@ -1,2 +1 @@ -DIST rebulk-0.8.2.tar.gz 257147 BLAKE2B ef907a6c6dcd3ab749e04080cb7b7405da640a2c3142f4754535ad2e166fc14e97765193c675ad406542cf08aaf797dbb40d466e344b1b68942de8cec2126409 SHA512 7abbeb1974102db4846759de6c797b9fb0b81a6ffe573d8a7590342da8ed5b4c006258407540be8563d51fb36ac2a148132e879586a200a923cfe93dcc715bee DIST rebulk-0.9.0.tar.gz 257342 BLAKE2B a08b2d74685eea35597331bb2ef3c48e8a9cddc39ad3821cb7f33b80a47184a21f813b339e9d64548b3003913178191075455a6f787ab80ffa2cb3bf7f0db35d SHA512 25a22b3a5f5519f6f8c10abf6a477f212c0500264cfdcc5a9be09d3818462a051b1a7cd78f94991c44ac6bcdc7435b9909e65de48d1bd8138989e0da98d10262 diff --git a/dev-python/rebulk/rebulk-0.8.2.ebuild b/dev-python/rebulk/rebulk-0.8.2.ebuild deleted file mode 100644 index 4fbf9cb372d9..000000000000 --- a/dev-python/rebulk/rebulk-0.8.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Python library that performs advanced searches in strings" -HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.python.org/pypi/rebulk" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - ) -" - -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 -} - -python_test() { - esetup.py test -} |