diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-10-13 08:20:54 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-10-13 08:20:54 +0000 |
commit | 9f46d2b418e4ae4f4cd685cc47442dc3a3c95dce (patch) | |
tree | bc513f701f0b45e1277c7b940ac68a2f78fc8437 /dev-python/urllib3 | |
parent | bump; add py3.4, IUSE doc & doc build, update deps, test phase, rm old (diff) | |
download | gentoo-2-9f46d2b418e4ae4f4cd685cc47442dc3a3c95dce.tar.gz gentoo-2-9f46d2b418e4ae4f4cd685cc47442dc3a3c95dce.tar.bz2 gentoo-2-9f46d2b418e4ae4f4cd685cc47442dc3a3c95dce.zip |
rm more old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/urllib3/urllib3-1.5-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-python/urllib3/urllib3-1.5.ebuild | 39 | ||||
-rw-r--r-- | dev-python/urllib3/urllib3-1.7.1.ebuild | 40 | ||||
-rw-r--r-- | dev-python/urllib3/urllib3-1.7.ebuild | 39 |
5 files changed, 5 insertions, 157 deletions
diff --git a/dev-python/urllib3/ChangeLog b/dev-python/urllib3/ChangeLog index 31901fd812f3..ad8151466008 100644 --- a/dev-python/urllib3/ChangeLog +++ b/dev-python/urllib3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/urllib3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.24 2014/10/13 08:16:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.25 2014/10/13 08:20:54 idella4 Exp $ + + 13 Oct 2014; Ian Delaney <idella4@gentoo.org> -urllib3-1.5-r1.ebuild, + -urllib3-1.5.ebuild, -urllib3-1.7.1.ebuild, -urllib3-1.7.ebuild: + rm more old *urllib3-1.9.1 (13 Oct 2014) diff --git a/dev-python/urllib3/urllib3-1.5-r1.ebuild b/dev-python/urllib3/urllib3-1.5-r1.ebuild deleted file mode 100644 index 913b8d0ddb06..000000000000 --- a/dev-python/urllib3/urllib3-1.5-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.5-r1.ebuild,v 1.1 2013/03/25 16:41:11 prometheanfire Exp $ - -EAPI="5" -PYTHON_COMPAT=( python2_6 python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more" -HOMEPAGE="https://github.com/shazow/urllib3" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( www-servers/tornado[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] )" - -python_prepare() { - # Replace bundled copy of dev-python/six - cat > urllib3/packages/six.py <<-EOF - from __future__ import absolute_import - from six import * - EOF - - sed -i -e "s/'dummyserver',//" setup.py || die - - distutils-r1_python_prepare -} - -python_test() { - nosetests || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/urllib3/urllib3-1.5.ebuild b/dev-python/urllib3/urllib3-1.5.ebuild deleted file mode 100644 index 2b45dae6ecd9..000000000000 --- a/dev-python/urllib3/urllib3-1.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.5.ebuild,v 1.4 2013/03/19 10:25:15 patrick Exp $ - -EAPI=4 - -PYTHON_DEPEND="*:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5" -DISTUTILS_SRC_TEST="nosetests" -PYTHON_TESTS_RESTRICTED_ABIS="2.6 3.1 3.2" - -inherit distutils - -DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more" -HOMEPAGE="https://github.com/shazow/urllib3" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" - -RDEPEND="dev-python/six" -DEPEND="${RDEPEND} - dev-python/setuptools - test? ( www-servers/tornado )" - -src_prepare() { - # Replace bundled copy of dev-python/six - cat > urllib3/packages/six.py <<-EOF - from __future__ import absolute_import - from six import * - EOF - - sed -i -e "s/'dummyserver',//" setup.py || die - - distutils_src_prepare -} diff --git a/dev-python/urllib3/urllib3-1.7.1.ebuild b/dev-python/urllib3/urllib3-1.7.1.ebuild deleted file mode 100644 index 1ac5a8581292..000000000000 --- a/dev-python/urllib3/urllib3-1.7.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.7.1.ebuild,v 1.4 2014/03/31 20:30:01 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more" -HOMEPAGE="https://github.com/shazow/urllib3" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=www-servers/tornado-2.4.1[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] )" - -python_prepare_all() { - # Replace bundled copy of dev-python/six - cat > urllib3/packages/six.py <<-EOF - from __future__ import absolute_import - from six import * - EOF - - sed -i -e "s/'dummyserver',//" setup.py || die - sed -e 's:cover-min-percentage = 100::' -i setup.cfg || die - - distutils-r1_python_prepare_all -} - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/urllib3/urllib3-1.7.ebuild b/dev-python/urllib3/urllib3-1.7.ebuild deleted file mode 100644 index 63a525377d44..000000000000 --- a/dev-python/urllib3/urllib3-1.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.7.ebuild,v 1.3 2014/03/31 20:30:01 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more" -HOMEPAGE="https://github.com/shazow/urllib3" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=www-servers/tornado-2.4.1[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] )" - -python_prepare() { - # Replace bundled copy of dev-python/six - cat > urllib3/packages/six.py <<-EOF - from __future__ import absolute_import - from six import * - EOF - - sed -i -e "s/'dummyserver',//" setup.py || die - sed -e 's:cover-min-percentage = 100::' -i setup.cfg || die - - distutils-r1_python_prepare -} - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} |