diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 09:40:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 09:40:50 +0000 |
commit | 65afd24230de923759eee26dc679ee277a4765d0 (patch) | |
tree | 1e95a31228817371297f88c576bfb76985e72882 /dev-python/scimath | |
parent | Stable for amd64, wrt bug #399967 (diff) | |
download | gentoo-2-65afd24230de923759eee26dc679ee277a4765d0.tar.gz gentoo-2-65afd24230de923759eee26dc679ee277a4765d0.tar.bz2 gentoo-2-65afd24230de923759eee26dc679ee277a4765d0.zip |
Restricting pypy
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/scimath')
-rw-r--r-- | dev-python/scimath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/scimath/scimath-3.0.7.ebuild | 6 | ||||
-rw-r--r-- | dev-python/scimath/scimath-4.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/scimath/scimath-4.0.1.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/scimath/ChangeLog b/dev-python/scimath/ChangeLog index c5a5729070f1..327dc3ab2287 100644 --- a/dev-python/scimath/ChangeLog +++ b/dev-python/scimath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/scimath # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/ChangeLog,v 1.10 2012/01/17 06:23:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/ChangeLog,v 1.11 2012/02/24 09:40:50 patrick Exp $ + + 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> scimath-3.0.7.ebuild, + scimath-4.0.0.ebuild, scimath-4.0.1.ebuild: + Restricting pypy *scimath-4.0.1 (17 Jan 2012) diff --git a/dev-python/scimath/scimath-3.0.7.ebuild b/dev-python/scimath/scimath-3.0.7.ebuild index d0a4e6b16a0e..793f1c2f807a 100644 --- a/dev-python/scimath/scimath-3.0.7.ebuild +++ b/dev-python/scimath/scimath-3.0.7.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/scimath/scimath-3.0.7.ebuild,v 1.1 2011/01/30 15:27:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-3.0.7.ebuild,v 1.2 2012/02/24 09:40:50 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" DISTUTILS_SRC_TEST="setup.py" inherit distutils diff --git a/dev-python/scimath/scimath-4.0.0.ebuild b/dev-python/scimath/scimath-4.0.0.ebuild index 442df902675d..c06c675006ad 100644 --- a/dev-python/scimath/scimath-4.0.0.ebuild +++ b/dev-python/scimath/scimath-4.0.0.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/scimath/scimath-4.0.0.ebuild,v 1.1 2011/08/03 23:54:04 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-4.0.0.ebuild,v 1.2 2012/02/24 09:40:50 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" DISTUTILS_SRC_TEST="nosetests" inherit distutils virtualx diff --git a/dev-python/scimath/scimath-4.0.1.ebuild b/dev-python/scimath/scimath-4.0.1.ebuild index 7d158a84de9b..c939f329d5a9 100644 --- a/dev-python/scimath/scimath-4.0.1.ebuild +++ b/dev-python/scimath/scimath-4.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-4.0.1.ebuild,v 1.1 2012/01/17 06:23:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-4.0.1.ebuild,v 1.2 2012/02/24 09:40:50 patrick Exp $ EAPI=4 SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" DISTUTILS_SRC_TEST="nosetests" inherit distutils virtualx |