diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-08 00:39:54 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-08 00:39:54 +0000 |
commit | 125c7433db921d0bdbb87a854e3b306ae5c6fc6f (patch) | |
tree | d8e0a3135e758636a489be914aa6008290acb43c /dev-python | |
parent | Version bump. (diff) | |
download | gentoo-2-125c7433db921d0bdbb87a854e3b306ae5c6fc6f.tar.gz gentoo-2-125c7433db921d0bdbb87a854e3b306ae5c6fc6f.tar.bz2 gentoo-2-125c7433db921d0bdbb87a854e3b306ae5c6fc6f.zip |
Use EAPI="3".
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mpmath/mpmath-0.15.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/mpmath/mpmath-0.15.ebuild b/dev-python/mpmath/mpmath-0.15.ebuild index 6fbcebf1e9e0..02ace74e279d 100644 --- a/dev-python/mpmath/mpmath-0.15.ebuild +++ b/dev-python/mpmath/mpmath-0.15.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.15.ebuild,v 1.1 2010/06/07 16:47:26 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.15.ebuild,v 1.2 2010/06/08 00:39:54 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" DISTUTILS_SRC_TEST="py.test" inherit distutils DESCRIPTION="A python library for arbitrary-precision floating-point arithmetic" -HOMEPAGE="http://code.google.com/p/mpmath/ http://pypi.python.org/pypi/mpmath/" +HOMEPAGE="http://code.google.com/p/mpmath/ http://pypi.python.org/pypi/mpmath" SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" @@ -20,7 +21,6 @@ IUSE="doc examples gmp" RDEPEND="gmp? ( dev-python/gmpy )" DEPEND="doc? ( dev-python/sphinx )" -RESTRICT_PYTHON_ABIS="3.*" DOCS="CHANGES" |