diff options
author | Sven Wegener <swegener@gentoo.org> | 2012-02-04 21:09:39 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2012-02-04 21:09:39 +0000 |
commit | 14bff4170e166f78c4c66b450dbdcbd9d9d7137b (patch) | |
tree | 779819966df800024ad3d8aa4ae05e3a3d9a80de /dev-python/redis-py | |
parent | Pass --exec-prefix= to configure; requested by Richard Yao. (diff) | |
download | gentoo-2-14bff4170e166f78c4c66b450dbdcbd9d9d7137b.tar.gz gentoo-2-14bff4170e166f78c4c66b450dbdcbd9d9d7137b.tar.bz2 gentoo-2-14bff4170e166f78c4c66b450dbdcbd9d9d7137b.zip |
Require at least python 2.5.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/redis-py')
-rw-r--r-- | dev-python/redis-py/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-2.4.10.ebuild | 8 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-2.4.9.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-python/redis-py/ChangeLog b/dev-python/redis-py/ChangeLog index b0fa07e997af..1c91633959f1 100644 --- a/dev-python/redis-py/ChangeLog +++ b/dev-python/redis-py/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/redis-py -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v 1.12 2011/11/30 16:34:57 djc Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v 1.13 2012/02/04 21:09:39 swegener Exp $ + + 04 Feb 2012; Sven Wegener <swegener@gentoo.org> redis-py-2.4.9.ebuild, + redis-py-2.4.10.ebuild: + Require at least python 2.5. *redis-py-2.4.10 (30 Nov 2011) diff --git a/dev-python/redis-py/redis-py-2.4.10.ebuild b/dev-python/redis-py/redis-py-2.4.10.ebuild index 291df24b2cb5..8a25042573ea 100644 --- a/dev-python/redis-py/redis-py-2.4.10.ebuild +++ b/dev-python/redis-py/redis-py-2.4.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.4.10.ebuild,v 1.1 2011/11/30 16:34:57 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.4.10.ebuild,v 1.2 2012/02/04 21:09:39 swegener Exp $ EAPI="3" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.4 3.*" # Tests are not distributed in the tarball. # DISTUTILS_SRC_TEST="setup.py" diff --git a/dev-python/redis-py/redis-py-2.4.9.ebuild b/dev-python/redis-py/redis-py-2.4.9.ebuild index d8dc93f1c1b8..f5c2ce02f878 100644 --- a/dev-python/redis-py/redis-py-2.4.9.ebuild +++ b/dev-python/redis-py/redis-py-2.4.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.4.9.ebuild,v 1.3 2011/10/13 21:26:09 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.4.9.ebuild,v 1.4 2012/02/04 21:09:39 swegener Exp $ EAPI="3" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.4 3.*" # Tests are not distributed in the tarball. # DISTUTILS_SRC_TEST="setup.py" |