diff options
author | 2012-02-04 21:09:39 +0000 | |
---|---|---|
committer | 2012-02-04 21:09:39 +0000 | |
commit | 14bff4170e166f78c4c66b450dbdcbd9d9d7137b (patch) | |
tree | 779819966df800024ad3d8aa4ae05e3a3d9a80de /dev-python/redis-py/redis-py-2.4.9.ebuild | |
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/redis-py-2.4.9.ebuild')
-rw-r--r-- | dev-python/redis-py/redis-py-2.4.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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" |