diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-03-31 15:58:43 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-03-31 15:58:43 +0000 |
commit | 7769095143cc623957b60a13a562672186c22b89 (patch) | |
tree | 967ca8abb207f0ef6b1bd35f5a53fcd279e1590a /dev-python/requests | |
parent | unused USE flag too (diff) | |
download | gentoo-2-7769095143cc623957b60a13a562672186c22b89.tar.gz gentoo-2-7769095143cc623957b60a13a562672186c22b89.tar.bz2 gentoo-2-7769095143cc623957b60a13a562672186c22b89.zip |
Version bump. Remove old.
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/requests/requests-0.11.1.ebuild (renamed from dev-python/requests/requests-0.10.0.ebuild) | 8 | ||||
-rw-r--r-- | dev-python/requests/requests-0.9.3.ebuild | 22 |
3 files changed, 11 insertions, 27 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog index 226ed6278eec..42c395187f6c 100644 --- a/dev-python/requests/ChangeLog +++ b/dev-python/requests/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/requests # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.6 2012/02/27 05:06:29 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.7 2012/03/31 15:58:43 floppym Exp $ + +*requests-0.11.1 (31 Mar 2012) + + 31 Mar 2012; Mike Gilbert <floppym@gentoo.org> +requests-0.11.1.ebuild, + -requests-0.10.0.ebuild, -requests-0.9.3.ebuild: + Version bump. Remove old. 27 Feb 2012; Mike Gilbert <floppym@gentoo.org> requests-0.10.6.ebuild: Depend on >=dev-python/certifi-0.0.7. diff --git a/dev-python/requests/requests-0.10.0.ebuild b/dev-python/requests/requests-0.11.1.ebuild index 8e30d551cec3..6139c8638424 100644 --- a/dev-python/requests/requests-0.10.0.ebuild +++ b/dev-python/requests/requests-0.11.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.10.0.ebuild,v 1.2 2012/02/20 16:14:36 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.11.1.ebuild,v 1.1 2012/03/31 15:58:43 floppym Exp $ EAPI="4" -PYTHON_DEPEND="2" +PYTHON_DEPEND="*:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.4 2.5" inherit distutils @@ -19,5 +19,5 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools" -RDEPEND="dev-python/certifi +RDEPEND=">=dev-python/certifi-0.0.7 >=dev-python/chardet-1.0.0" diff --git a/dev-python/requests/requests-0.9.3.ebuild b/dev-python/requests/requests-0.9.3.ebuild deleted file mode 100644 index 97023efd4a36..000000000000 --- a/dev-python/requests/requests-0.9.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.9.3.ebuild,v 1.1 2012/01/20 05:53:03 floppym Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -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="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="dev-python/certifi" |