diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-04-11 05:17:08 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-12 09:29:01 +0300 |
commit | affbbbb69cedad882ac9906141f2f63d7d9f3525 (patch) | |
tree | 38f0db31e9c5174a343c87e9cd2bf03fa8f88a24 /dev-python/hiredis | |
parent | dev-ruby/image_processing: add 1.10.3 (diff) | |
download | gentoo-affbbbb69cedad882ac9906141f2f63d7d9f3525.tar.gz gentoo-affbbbb69cedad882ac9906141f2f63d7d9f3525.tar.bz2 gentoo-affbbbb69cedad882ac9906141f2f63d7d9f3525.zip |
dev-python/hiredis: drop to ~arch, cleanup
Needed to clean up vulnerable dev-libs/hiredis.
No reverse dependencies.
Bug: https://bugs.gentoo.org/710734
Acked-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/hiredis')
-rw-r--r-- | dev-python/hiredis/Manifest | 1 | ||||
-rw-r--r-- | dev-python/hiredis/hiredis-0.2.0-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-python/hiredis/hiredis-0.2.0-r3.ebuild | 24 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest index a24f01ae4f07..6803a04b8649 100644 --- a/dev-python/hiredis/Manifest +++ b/dev-python/hiredis/Manifest @@ -1,2 +1 @@ -DIST hiredis-0.2.0.tar.gz 46113 BLAKE2B bb0479f99f5f705488846ff5e7b52d6e8a5c34519936aa747027e8a597271d3ba70efc2455f54c24248091a4477ac2a307cad7d89a03c96cb7d331e6b6e82a30 SHA512 9eb18ec089517340043d14938a213b139dc948dc9cf2f9c65e632bb4694ac22543b87a5875c1cea083e2bc8e303103c749047889cdb3e9d5680b586d34330c86 DIST hiredis-1.0.1.tar.gz 54460 BLAKE2B 90bdbd99f47b0765636dbeee9fc3cbb9c71fd7ba752a0d58ab9c2c9d2ee93bfc1a343465618d1127703ae09a4870d6691d7d5b52f59150849a448eae73c6a1d3 SHA512 8aa5e29b09f42826d746857d55b8042b40ffa3977386b0f8b2ea1b2ede0c28337f3df4bbd177192d8873570810bc9d0987f1f2b29f094f27adaa4aaf409c3a6b diff --git a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild deleted file mode 100644 index 811fc2e54e96..000000000000 --- a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_6 ) - -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.13.1:0/0.13" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-r1-system-libs.patch ) diff --git a/dev-python/hiredis/hiredis-0.2.0-r3.ebuild b/dev-python/hiredis/hiredis-0.2.0-r3.ebuild deleted file mode 100644 index c6aca79094e8..000000000000 --- a/dev-python/hiredis/hiredis-0.2.0-r3.ebuild +++ /dev/null @@ -1,24 +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} ) - -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.14:=" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-r1-system-libs.patch - "${FILESDIR}"/${P}-api-0.14.patch -) |