summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James (sam_c) <sam@cmpct.info>2020-04-11 05:17:08 +0000
committerJoonas Niilola <juippis@gentoo.org>2020-04-12 09:29:01 +0300
commitaffbbbb69cedad882ac9906141f2f63d7d9f3525 (patch)
tree38f0db31e9c5174a343c87e9cd2bf03fa8f88a24 /dev-python/hiredis/hiredis-0.2.0-r1.ebuild
parentdev-ruby/image_processing: add 1.10.3 (diff)
downloadgentoo-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/hiredis-0.2.0-r1.ebuild')
-rw-r--r--dev-python/hiredis/hiredis-0.2.0-r1.ebuild21
1 files changed, 0 insertions, 21 deletions
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 )