diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:00:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:00:47 +0000 |
commit | 4c40c1167e5d3ea7024031725d5b24ead19ee04d (patch) | |
tree | 7f7fc9cb59c647b55d9b6b3b2633e04b8565d639 /dev-python/stsci-distutils | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-4c40c1167e5d3ea7024031725d5b24ead19ee04d.tar.gz gentoo-2-4c40c1167e5d3ea7024031725d5b24ead19ee04d.tar.bz2 gentoo-2-4c40c1167e5d3ea7024031725d5b24ead19ee04d.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/stsci-distutils')
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/stsci-distutils/ChangeLog b/dev-python/stsci-distutils/ChangeLog index a9f970a9fcf7..a7874cfac7f3 100644 --- a/dev-python/stsci-distutils/ChangeLog +++ b/dev-python/stsci-distutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/stsci-distutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.15 2014/01/28 18:00:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.16 2014/03/31 21:00:47 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> stsci-distutils-0.3.2-r1.ebuild, + stsci-distutils-0.3.4.ebuild, stsci-distutils-0.3.7.ebuild: + Add support for the new PyPy slotting. *stsci-distutils-0.3.7 (28 Jan 2014) diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild index 805074aa2a1e..0de8cdb2059a 100644 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild +++ b/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild @@ -1,10 +1,10 @@ -# 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/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild,v 1.4 2013/09/05 18:46:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild,v 1.5 2014/03/31 21:00:47 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 ) MY_PN=${PN/-/.} MY_P=${MY_PN}-${PV} diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.4.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.4.ebuild index c3a0ae781998..234593d72cb6 100644 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.4.ebuild +++ b/dev-python/stsci-distutils/stsci-distutils-0.3.4.ebuild @@ -1,10 +1,10 @@ -# 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/stsci-distutils/stsci-distutils-0.3.4.ebuild,v 1.2 2013/09/05 18:46:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.4.ebuild,v 1.3 2014/03/31 21:00:47 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 ) MY_PN=${PN/-/.} MY_P=${MY_PN}-${PV} diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild index 1ef460df68f0..e7d9b4c3ce3f 100644 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild +++ b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild,v 1.1 2014/01/28 18:00:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild,v 1.2 2014/03/31 21:00:47 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 ) MY_PN=${PN/-/.} MY_P=${MY_PN}-${PV} |