Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ndg-httpsclient/
Date: Fri, 05 Jan 2018 09:37:01
Message-Id: 1515145003.ab8822986c518b2e853c4da16870b3a1ce9656a6.mgorny@gentoo
1 commit: ab8822986c518b2e853c4da16870b3a1ce9656a6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 23:36:26 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 09:36:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab882298
7
8 dev-python/ndg-httpsclient: Clean old up
9
10 .../ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild | 27 ----------------------
11 1 file changed, 27 deletions(-)
12
13 diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild
14 deleted file mode 100644
15 index 63a3b925a3f..00000000000
16 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild
17 +++ /dev/null
18 @@ -1,27 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=6
23 -
24 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
25 -
26 -inherit distutils-r1
27 -
28 -DESCRIPTION="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
29 -HOMEPAGE="
30 - https://github.com/cedadev/ndg_httpsclient/
31 - https://pypi.python.org/pypi/ndg-httpsclient"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
37 -IUSE=""
38 -
39 -RDEPEND="dev-python/pyopenssl[$(python_gen_usedep 'python*' pypy)]"
40 -DEPEND="${RDEPEND}
41 - dev-python/setuptools[${PYTHON_USEDEP}]"
42 -
43 -S="${WORKDIR}/${P/-/_}"
44 -
45 -# doc build by Makefile in folder documentation is broken