Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
Date: Fri, 31 May 2019 00:57:31
Message-Id: 1559264165.0425e183f192146799760b99f6ab400901243110.bman@gentoo
1 commit: 0425e183f192146799760b99f6ab400901243110
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 16 19:11:57 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 00:56:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0425e183
7
8 dev-python/hiredis: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/hiredis/hiredis-0.2.0.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-python/hiredis/hiredis-0.2.0.ebuild b/dev-python/hiredis/hiredis-0.2.0.ebuild
17 deleted file mode 100644
18 index b403546673c..00000000000
19 --- a/dev-python/hiredis/hiredis-0.2.0.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -PYTHON_COMPAT=( python{2_7,3_5} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Python extension that wraps hiredis"
32 -HOMEPAGE="https://github.com/pietern/hiredis-py"
33 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="amd64 arm x86"
38 -IUSE=""
39 -
40 -DEPEND=">=dev-libs/hiredis-0.13.1"
41 -RDEPEND="${DEPEND}"
42 -
43 -PATCHES=( "${FILESDIR}"/${P}-system-libs.patch )
44 -
45 -python_compile() {
46 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
47 -
48 - distutils-r1_python_compile
49 -}