summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-08 00:39:54 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-08 00:39:54 +0000
commitfcbbf0a0bc3362d497f6da537a7134c7dc2bacd6 (patch)
tree0ac521acd338fd0a6615d00eb2d762e75900a878 /dev-python/mpmath
parentVersion bump. (diff)
downloadhistorical-fcbbf0a0bc3362d497f6da537a7134c7dc2bacd6.tar.gz
historical-fcbbf0a0bc3362d497f6da537a7134c7dc2bacd6.tar.bz2
historical-fcbbf0a0bc3362d497f6da537a7134c7dc2bacd6.zip
Use EAPI="3".
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r--dev-python/mpmath/Manifest2
-rw-r--r--dev-python/mpmath/mpmath-0.15.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/mpmath/Manifest b/dev-python/mpmath/Manifest
index 862605d66f48..a768640540d8 100644
--- a/dev-python/mpmath/Manifest
+++ b/dev-python/mpmath/Manifest
@@ -1,6 +1,6 @@
DIST mpmath-0.14.tar.gz 468606 RMD160 54b07c811cd1d9b7c4a9d1da91050dd921aa75f3 SHA1 94069d827d08f9547301e0faf04f0e2574a7dae5 SHA256 039c8649c926584c93e88b917908bfb512ceb4d124ba787f2aa14ecaf58f007b
DIST mpmath-0.15.tar.gz 514744 RMD160 cba11fc866e073d81de1482b0ebd451fef4cb861 SHA1 73d94ef01f2d50b50edfd2c1383e894663f792e4 SHA256 171cd91bccac0cb7e79c70b600cfe1cb2b419b1103fcc0828948178d10849ad1
EBUILD mpmath-0.14.ebuild 1061 RMD160 a40c25b7ad67c0cf41f311e131f17780f052e513 SHA1 5926acb4e1d773a6162850e8e5ffcda426b55385 SHA256 3ff008a6851c612f34d208f857d57aa5c63decbd4b08d43cf4dca7ad0c24a1e3
-EBUILD mpmath-0.15.ebuild 1060 RMD160 0938f20bf33cc899b9388c77d1a2fd89a6388c68 SHA1 3ffef14295b326e1f91fed87f056c462b5823c9a SHA256 9c4b9ae63b6e614fdbb2d93bb1d0ca9c47bd36caf3d17e53b1c7582d396c22ba
+EBUILD mpmath-0.15.ebuild 1061 RMD160 1f1aa7b9a01f0a91c1f69768bac16cffdf46377e SHA1 c8a4f654d9b938c1f2b5bfeedcb97967065ff2f9 SHA256 5bd5db2bc156dbfcf1425e0b063c9bf902153b75fbc62381270487818f099812
MISC ChangeLog 1933 RMD160 3ffcbd4a290686727b0fa3fc54c75bd13432a7d7 SHA1 f308f69f5c43f710e1103df8d673b9d7b39670aa SHA256 da3446a2efba3a500111aa2ebd5fc9e7b588be6b9e268e35c813b50d2ab42c3d
MISC metadata.xml 365 RMD160 ece7c524ccedeb12b39753fba601dd830c25f8ab SHA1 afc79096300fa102014e4e794fdc20814b25f363 SHA256 d6bb09b59c81f6643741decbdce8d164005673b406d703ce5c2448891b2db2a8
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"