diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:18:34 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:18:34 +0000 |
commit | 3e032669dcca5c242d973c1d7166f4f6dcb15902 (patch) | |
tree | b9f97e9fcb37d03fa2d1cfec68fc77f993cb6427 /dev-python/ipaddr | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-3e032669dcca5c242d973c1d7166f4f6dcb15902.tar.gz gentoo-2-3e032669dcca5c242d973c1d7166f4f6dcb15902.tar.bz2 gentoo-2-3e032669dcca5c242d973c1d7166f4f6dcb15902.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/ipaddr')
-rw-r--r-- | dev-python/ipaddr/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/ipaddr/ipaddr-2.1.11.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/ipaddr/ChangeLog b/dev-python/ipaddr/ChangeLog index d641bdb584f8..82cae9ffcab1 100644 --- a/dev-python/ipaddr/ChangeLog +++ b/dev-python/ipaddr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ipaddr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddr/ChangeLog,v 1.14 2014/02/07 19:12:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddr/ChangeLog,v 1.15 2014/03/31 21:18:34 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> ipaddr-2.1.10-r1.ebuild, + ipaddr-2.1.11.ebuild: + Add support for the new PyPy slotting. *ipaddr-2.1.11 (07 Feb 2014) diff --git a/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild b/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild index 38704bccd6c0..ac60edcf7c1c 100644 --- a/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild +++ b/dev-python/ipaddr/ipaddr-2.1.10-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/ipaddr/ipaddr-2.1.10-r1.ebuild,v 1.5 2013/09/05 18:46:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild,v 1.6 2014/03/31 21:18:34 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/ipaddr/ipaddr-2.1.11.ebuild b/dev-python/ipaddr/ipaddr-2.1.11.ebuild index 48279635ea2c..ab6ccff69055 100644 --- a/dev-python/ipaddr/ipaddr-2.1.11.ebuild +++ b/dev-python/ipaddr/ipaddr-2.1.11.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/ipaddr/ipaddr-2.1.11.ebuild,v 1.1 2014/02/07 19:12:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddr/ipaddr-2.1.11.ebuild,v 1.2 2014/03/31 21:18:34 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 |