diff options
author | 2020-12-20 21:22:14 +0100 | |
---|---|---|
committer | 2020-12-20 21:34:23 +0100 | |
commit | af453e9a5ae1c6c6ccf174c5dc35d361b02d1dc1 (patch) | |
tree | 2611d16b594af0e94821b8f81e39d1bf121cfdb3 /dev-python/hiredis | |
parent | app-portage/eix: Remove old (diff) | |
download | gentoo-af453e9a5ae1c6c6ccf174c5dc35d361b02d1dc1.tar.gz gentoo-af453e9a5ae1c6c6ccf174c5dc35d361b02d1dc1.tar.bz2 gentoo-af453e9a5ae1c6c6ccf174c5dc35d361b02d1dc1.zip |
dev-python/hiredis: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hiredis')
-rw-r--r-- | dev-python/hiredis/Manifest | 1 | ||||
-rw-r--r-- | dev-python/hiredis/hiredis-1.0.1-r1.ebuild | 32 | ||||
-rw-r--r-- | dev-python/hiredis/hiredis-1.0.1.ebuild | 29 |
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest index d60dee5ddaf6..3504fdc829af 100644 --- a/dev-python/hiredis/Manifest +++ b/dev-python/hiredis/Manifest @@ -1,2 +1 @@ -DIST hiredis-1.0.1.tar.gz 54460 BLAKE2B 90bdbd99f47b0765636dbeee9fc3cbb9c71fd7ba752a0d58ab9c2c9d2ee93bfc1a343465618d1127703ae09a4870d6691d7d5b52f59150849a448eae73c6a1d3 SHA512 8aa5e29b09f42826d746857d55b8042b40ffa3977386b0f8b2ea1b2ede0c28337f3df4bbd177192d8873570810bc9d0987f1f2b29f094f27adaa4aaf409c3a6b DIST hiredis-1.1.0.tar.gz 54620 BLAKE2B 9991745d277e87efe836c1c8eabb2016ce401e2be52c7e1b3a154350776fae6fd3c49e3096da57231e42c57bf36ba692ce26bc993d0923b5246376d8694ad058 SHA512 ad37868376de91303c15ffe6109dc7fadb4f458efdd44b7ddc0a410937a389b8e062ab7d36b1aec3fe324ecafe6b1e5e6b92f547cbf619251dad22a28e02ee9c diff --git a/dev-python/hiredis/hiredis-1.0.1-r1.ebuild b/dev-python/hiredis/hiredis-1.0.1-r1.ebuild deleted file mode 100644 index 8e84e217d314..000000000000 --- a/dev-python/hiredis/hiredis-1.0.1-r1.ebuild +++ /dev/null @@ -1,32 +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 extension that wraps hiredis" -HOMEPAGE="https://github.com/pietern/hiredis-py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="system-libs" - -DEPEND="system-libs? ( dev-libs/hiredis:0/0.14 )" -RDEPEND="${DEPEND}" - -src_prepare() { - use system-libs && PATCHES+=( - "${FILESDIR}"/${P}-system-libs.patch - "${FILESDIR}"/${P}-api-0.14.patch - ) - default -} - -python_test() { - cd test - "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed" -} diff --git a/dev-python/hiredis/hiredis-1.0.1.ebuild b/dev-python/hiredis/hiredis-1.0.1.ebuild deleted file mode 100644 index bde16f819154..000000000000 --- a/dev-python/hiredis/hiredis-1.0.1.ebuild +++ /dev/null @@ -1,29 +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 extension that wraps hiredis" -HOMEPAGE="https://github.com/pietern/hiredis-py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND="dev-libs/hiredis:0/0.14" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-system-libs.patch - "${FILESDIR}"/${P}-api-0.14.patch -) - -python_test() { - cd test - "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed" -} |