diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-04-29 05:38:29 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-04-29 05:38:29 +0000 |
commit | 921851192d5b4e8b62739da6d84f831ad7211cba (patch) | |
tree | 8cc308b53b53cf8992d5864c92b59035d158b947 /dev-python/requests | |
parent | Version bump. (diff) | |
download | gentoo-2-921851192d5b4e8b62739da6d84f831ad7211cba.tar.gz gentoo-2-921851192d5b4e8b62739da6d84f831ad7211cba.tar.bz2 gentoo-2-921851192d5b4e8b62739da6d84f831ad7211cba.zip |
pypy support added
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/requests/requests-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog index c841749f5c9f..f3df6e816064 100644 --- a/dev-python/requests/ChangeLog +++ b/dev-python/requests/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/requests # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.36 2013/03/31 07:45:50 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.37 2013/04/29 05:38:29 idella4 Exp $ + + 29 Apr 2013; Ian Delaney <idella4@gentoo.org> requests-1.2.0.ebuild: + pypy support added *requests-1.2.0 (31 Mar 2013) diff --git a/dev-python/requests/requests-1.2.0.ebuild b/dev-python/requests/requests-1.2.0.ebuild index 009213afc8a4..375302b609c4 100644 --- a/dev-python/requests/requests-1.2.0.ebuild +++ b/dev-python/requests/requests-1.2.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-1.2.0.ebuild,v 1.1 2013/03/31 07:45:50 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-1.2.0.ebuild,v 1.2 2013/04/29 05:38:29 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 |