summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2014-09-23 18:40:46 +0000
committerDirkjan Ochtman <djc@gentoo.org>2014-09-23 18:40:46 +0000
commit3d7d409a95d6728d87c5344ccbaaa1c88da3138b (patch)
tree049fb7934e5be179e4d2bf42310871a84d35645b /dev-python/requests
parentVersion bump, bug 523544 by emil karlson. (diff)
downloadgentoo-2-3d7d409a95d6728d87c5344ccbaaa1c88da3138b.tar.gz
gentoo-2-3d7d409a95d6728d87c5344ccbaaa1c88da3138b.tar.bz2
gentoo-2-3d7d409a95d6728d87c5344ccbaaa1c88da3138b.zip
Remove a bunch of old versions
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Diffstat (limited to 'dev-python/requests')
-rw-r--r--dev-python/requests/ChangeLog7
-rw-r--r--dev-python/requests/requests-1.2.2.ebuild46
-rw-r--r--dev-python/requests/requests-2.0.0.ebuild45
-rw-r--r--dev-python/requests/requests-2.0.1.ebuild45
-rw-r--r--dev-python/requests/requests-2.1.0.ebuild45
-rw-r--r--dev-python/requests/requests-2.2.0.ebuild44
-rw-r--r--dev-python/requests/requests-2.2.1.ebuild44
7 files changed, 6 insertions, 270 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog
index cc09662a3ad2..14419cb85c7a 100644
--- a/dev-python/requests/ChangeLog
+++ b/dev-python/requests/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/requests
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.72 2014/09/10 01:36:55 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.73 2014/09/23 18:40:46 djc Exp $
+
+ 23 Sep 2014; Dirkjan Ochtman <djc@gentoo.org> -requests-1.2.2.ebuild,
+ -requests-2.0.0.ebuild, -requests-2.0.1.ebuild, -requests-2.1.0.ebuild,
+ -requests-2.2.0.ebuild, -requests-2.2.1.ebuild:
+ Remove a bunch of old versions
*requests-2.4.1 (10 Sep 2014)
diff --git a/dev-python/requests/requests-1.2.2.ebuild b/dev-python/requests/requests-1.2.2.ebuild
deleted file mode 100644
index 88c64699366b..000000000000
--- a/dev-python/requests/requests-1.2.2.ebuild
+++ /dev/null
@@ -1,46 +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/requests/requests-1.2.2.ebuild,v 1.6 2014/06/08 17:03:48 hattya Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86"
-IUSE="test"
-
-# bundles dev-python/urllib3 snapshot
-RDEPEND="app-misc/ca-certificates
- dev-python/charade[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-# tests connect to various remote sites
-RESTRICT="test"
-
-DOCS=( README.rst HISTORY.rst )
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}"/${PN}-1.2.0-system-cacerts.patch
- "${FILESDIR}"/${PN}-1.2.0-system-libs.patch
- "${FILESDIR}"/${PN}-1.2.1-urllib3-py3.patch
- )
-
- # use system charade
- rm -r requests/packages/charade || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/requests/requests-2.0.0.ebuild b/dev-python/requests/requests-2.0.0.ebuild
deleted file mode 100644
index 54d1b664a90b..000000000000
--- a/dev-python/requests/requests-2.0.0.ebuild
+++ /dev/null
@@ -1,45 +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/requests/requests-2.0.0.ebuild,v 1.3 2014/06/08 17:03:48 hattya Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86"
-IUSE="test"
-
-# bundles dev-python/urllib3 snapshot
-RDEPEND="app-misc/ca-certificates
- dev-python/charade[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-# tests connect to various remote sites
-RESTRICT="test"
-
-DOCS=( README.rst HISTORY.rst )
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}"/${PN}-1.2.0-system-cacerts.patch
- "${FILESDIR}"/${PN}-1.2.0-system-libs.patch
- )
-
- # use system charade
- rm -r requests/packages/charade || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/requests/requests-2.0.1.ebuild b/dev-python/requests/requests-2.0.1.ebuild
deleted file mode 100644
index cb2cb14bc59d..000000000000
--- a/dev-python/requests/requests-2.0.1.ebuild
+++ /dev/null
@@ -1,45 +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/requests/requests-2.0.1.ebuild,v 1.4 2014/08/11 22:22:59 blueness Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-# bundles dev-python/urllib3 snapshot
-RDEPEND="app-misc/ca-certificates
- dev-python/charade[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-# tests connect to various remote sites
-RESTRICT="test"
-
-DOCS=( README.rst HISTORY.rst )
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}"/${PN}-1.2.0-system-cacerts.patch
- "${FILESDIR}"/${PN}-1.2.0-system-libs.patch
- )
-
- # use system charade
- rm -r requests/packages/charade || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/requests/requests-2.1.0.ebuild b/dev-python/requests/requests-2.1.0.ebuild
deleted file mode 100644
index a9427dca430d..000000000000
--- a/dev-python/requests/requests-2.1.0.ebuild
+++ /dev/null
@@ -1,45 +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/requests/requests-2.1.0.ebuild,v 1.4 2014/08/11 22:22:59 blueness Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-# bundles dev-python/urllib3 snapshot
-RDEPEND="app-misc/ca-certificates
- dev-python/charade[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-# tests connect to various remote sites
-RESTRICT="test"
-
-DOCS=( README.rst HISTORY.rst )
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}"/${PN}-1.2.0-system-cacerts.patch
- "${FILESDIR}"/${PN}-1.2.0-system-libs.patch
- )
-
- # use system charade
- rm -r requests/packages/charade || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/requests/requests-2.2.0.ebuild b/dev-python/requests/requests-2.2.0.ebuild
deleted file mode 100644
index 17f5fcc97bc5..000000000000
--- a/dev-python/requests/requests-2.2.0.ebuild
+++ /dev/null
@@ -1,44 +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/requests/requests-2.2.0.ebuild,v 1.4 2014/08/11 22:22:59 blueness Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
-IUSE=""
-
-# bundles dev-python/urllib3 snapshot
-RDEPEND="app-misc/ca-certificates
- >=dev-python/chardet-2.2.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# tests connect to various remote sites
-RESTRICT="test"
-
-DOCS=( README.rst HISTORY.rst )
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}"/${PN}-1.2.0-system-cacerts.patch
- "${FILESDIR}"/${P}-system-chardet.patch
- )
-
- # use system chardet
- rm -r requests/packages/chardet || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- "${PYTHON}" test_requests.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/requests/requests-2.2.1.ebuild b/dev-python/requests/requests-2.2.1.ebuild
deleted file mode 100644
index 38df6095effa..000000000000
--- a/dev-python/requests/requests-2.2.1.ebuild
+++ /dev/null
@@ -1,44 +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/requests/requests-2.2.1.ebuild,v 1.6 2014/08/11 22:22:59 blueness Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-# bundles dev-python/urllib3 snapshot
-RDEPEND="app-misc/ca-certificates
- >=dev-python/chardet-2.2.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# tests connect to various remote sites
-RESTRICT="test"
-
-DOCS=( README.rst HISTORY.rst )
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}"/${PN}-1.2.0-system-cacerts.patch
- "${FILESDIR}"/${PN}-2.2.0-system-chardet.patch
- )
-
- # use system chardet
- rm -r requests/packages/chardet || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- "${PYTHON}" test_requests.py || die "Tests fail with ${EPYTHON}"
-}