diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:09:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:09:33 +0000 |
commit | 763cc92ca492d4fac7b98e2d00fc7e7af21958fb (patch) | |
tree | 5c3c5c32df339a52885207959bab338568dfb1e4 /dev-python/redis-py | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-763cc92ca492d4fac7b98e2d00fc7e7af21958fb.tar.gz gentoo-2-763cc92ca492d4fac7b98e2d00fc7e7af21958fb.tar.bz2 gentoo-2-763cc92ca492d4fac7b98e2d00fc7e7af21958fb.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/redis-py')
-rw-r--r-- | dev-python/redis-py/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-2.7.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-2.7.4.ebuild | 6 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-2.7.5.ebuild | 6 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-2.7.6.ebuild | 6 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-2.9.1.ebuild | 4 |
6 files changed, 20 insertions, 15 deletions
diff --git a/dev-python/redis-py/ChangeLog b/dev-python/redis-py/ChangeLog index 6d0ab752896d..6a90320892c0 100644 --- a/dev-python/redis-py/ChangeLog +++ b/dev-python/redis-py/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/redis-py # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v 1.43 2014/02/06 06:13:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v 1.44 2014/03/31 21:09:33 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> redis-py-2.7.2-r1.ebuild, + redis-py-2.7.4.ebuild, redis-py-2.7.5.ebuild, redis-py-2.7.6.ebuild, + redis-py-2.9.1.ebuild: + Add support for the new PyPy slotting. *redis-py-2.9.1 (06 Feb 2014) diff --git a/dev-python/redis-py/redis-py-2.7.2-r1.ebuild b/dev-python/redis-py/redis-py-2.7.2-r1.ebuild index 06afd3eb7b2d..927ef0f57e15 100644 --- a/dev-python/redis-py/redis-py-2.7.2-r1.ebuild +++ b/dev-python/redis-py/redis-py-2.7.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.7.2-r1.ebuild,v 1.5 2013/09/05 18:46:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.7.2-r1.ebuild,v 1.6 2014/03/31 21:09:33 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/redis-py/redis-py-2.7.4.ebuild b/dev-python/redis-py/redis-py-2.7.4.ebuild index 7caf079ffad2..dbd277d4472c 100644 --- a/dev-python/redis-py/redis-py-2.7.4.ebuild +++ b/dev-python/redis-py/redis-py-2.7.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.7.4.ebuild,v 1.4 2013/09/05 18:46:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.7.4.ebuild,v 1.5 2014/03/31 21:09:33 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/redis-py/redis-py-2.7.5.ebuild b/dev-python/redis-py/redis-py-2.7.5.ebuild index b44f4a1da53f..b2fa00a6806f 100644 --- a/dev-python/redis-py/redis-py-2.7.5.ebuild +++ b/dev-python/redis-py/redis-py-2.7.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.7.5.ebuild,v 1.2 2013/09/05 18:46:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.7.5.ebuild,v 1.3 2014/03/31 21:09:33 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/redis-py/redis-py-2.7.6.ebuild b/dev-python/redis-py/redis-py-2.7.6.ebuild index d88509c560de..5602102911a1 100644 --- a/dev-python/redis-py/redis-py-2.7.6.ebuild +++ b/dev-python/redis-py/redis-py-2.7.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.7.6.ebuild,v 1.2 2013/09/05 18:46:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.7.6.ebuild,v 1.3 2014/03/31 21:09:33 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/redis-py/redis-py-2.9.1.ebuild b/dev-python/redis-py/redis-py-2.9.1.ebuild index 2c7c2a8255ee..8c6a1e936bf7 100644 --- a/dev-python/redis-py/redis-py-2.9.1.ebuild +++ b/dev-python/redis-py/redis-py-2.9.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 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.9.1.ebuild,v 1.1 2014/02/06 06:13:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.9.1.ebuild,v 1.2 2014/03/31 21:09:33 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 |