diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-02-06 08:21:46 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-02-06 08:21:46 +0000 |
commit | 01ff8b60a5754f0050b96449b4edba812982fc3a (patch) | |
tree | bf127416b079848d60b81ad0264b7e36947b71c0 /dev-python/mpmath | |
parent | Added upstream info. (diff) | |
download | gentoo-2-01ff8b60a5754f0050b96449b4edba812982fc3a.tar.gz gentoo-2-01ff8b60a5754f0050b96449b4edba812982fc3a.tar.bz2 gentoo-2-01ff8b60a5754f0050b96449b4edba812982fc3a.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/mpmath/files/mpmath-0.12-test.patch | 15 | ||||
-rw-r--r-- | dev-python/mpmath/mpmath-0.14.ebuild (renamed from dev-python/mpmath/mpmath-0.12-r1.ebuild) | 11 |
3 files changed, 11 insertions, 25 deletions
diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog index d96906d28e6e..c81d05b5a90a 100644 --- a/dev-python/mpmath/ChangeLog +++ b/dev-python/mpmath/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/mpmath -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.8 2009/08/17 16:55:05 grozin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.9 2010/02/06 08:21:44 grozin Exp $ + +*mpmath-0.14 (06 Feb 2010) + + 06 Feb 2010; Andrey Grozin <grozin@gentoo.org> -mpmath-0.12-r1.ebuild, + -files/mpmath-0.12-test.patch, +mpmath-0.14.ebuild: + Version bump *mpmath-0.13 (17 Aug 2009) diff --git a/dev-python/mpmath/files/mpmath-0.12-test.patch b/dev-python/mpmath/files/mpmath-0.12-test.patch deleted file mode 100644 index 28f0b560a447..000000000000 --- a/dev-python/mpmath/files/mpmath-0.12-test.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -r -U2 mpmath-0.12.orig/mpmath/tests/test_linalg.py mpmath-0.12/mpmath/tests/test_linalg.py ---- mpmath-0.12.orig/mpmath/tests/test_linalg.py 2009-06-09 20:39:06.000000000 +0200 -+++ mpmath-0.12/mpmath/tests/test_linalg.py 2009-06-11 17:42:27.000000000 +0200 -@@ -91,4 +91,5 @@ -
- def test_householder():
-+ mp.dps = 15
- A, b = A8, b8
- H, p, x, r = householder(extend(A, b))
-@@ -143,4 +144,5 @@ -
- def test_singular():
-+ mp.dps = 15
- A = [[5.6, 1.2], [7./15, .1]]
- B = repr(zeros(2))
diff --git a/dev-python/mpmath/mpmath-0.12-r1.ebuild b/dev-python/mpmath/mpmath-0.14.ebuild index 9411144ff1e0..90e2c7edf938 100644 --- a/dev-python/mpmath/mpmath-0.12-r1.ebuild +++ b/dev-python/mpmath/mpmath-0.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.12-r1.ebuild,v 1.1 2009/06/11 16:49:28 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.14.ebuild,v 1.1 2010/02/06 08:21:44 grozin Exp $ EAPI=2 NEED_PYTHON=2.4 @@ -15,15 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples gmp test" +RDEPEND="gmp? ( dev-python/gmpy )" DEPEND="doc? ( dev-python/sphinx ) - gmp? ( dev-python/gmpy ) test? ( dev-python/py )" -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}"/${P}-test.patch -} - src_compile() { distutils_src_compile if use doc; then |