From a3894e1e871b496f3ebf93806c8ec45b67f38d62 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Wed, 10 Jun 2009 11:29:05 +0000 Subject: Version bump (it fails 2 tests, but this is a question to the upstream) Package-Manager: portage-2.2_rc33/cvs/Linux i686 --- dev-python/mpmath/ChangeLog | 8 ++++++- dev-python/mpmath/Manifest | 6 +++--- dev-python/mpmath/mpmath-0.10.ebuild | 41 ------------------------------------ dev-python/mpmath/mpmath-0.12.ebuild | 41 ++++++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 45 deletions(-) delete mode 100644 dev-python/mpmath/mpmath-0.10.ebuild create mode 100644 dev-python/mpmath/mpmath-0.12.ebuild (limited to 'dev-python') diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog index b2e9bdf81641..55760f419d02 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.5 2009/02/15 22:32:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.6 2009/06/10 11:29:05 grozin Exp $ + +*mpmath-0.12 (10 Jun 2009) + + 10 Jun 2009; Andrey Grozin -mpmath-0.10.ebuild, + +mpmath-0.12.ebuild: + Version bump (it fails 2 tests, but this is a question to the upstream) 15 Feb 2009; Patrick Lauer mpmath-0.11.ebuild: Adding ~amd64 keyword diff --git a/dev-python/mpmath/Manifest b/dev-python/mpmath/Manifest index 192a1695bedf..2ad69c680993 100644 --- a/dev-python/mpmath/Manifest +++ b/dev-python/mpmath/Manifest @@ -1,6 +1,6 @@ -DIST mpmath-0.10.tar.gz 174859 RMD160 78b54d21d3c2e1f41efe7f48d4b129d569116153 SHA1 f7260241229bcee068e9bd41fcc85b9a5cbd8fb1 SHA256 e3b6da08037d948af8a246483656c62964865b5c4affe3632992cf92e54a1372 DIST mpmath-0.11.tar.gz 247240 RMD160 d96f5620e86ced5957e5be08a2ce43d9a372f450 SHA1 44a38591cbb9c3e5931b02356fcecae5f82ec844 SHA256 744ff3a7e2fef66cd4c03df418d4a3949e2394d6095836beca105d84f7342e03 -EBUILD mpmath-0.10.ebuild 880 RMD160 e3905bb57936a92501ec2b12d31ae3b7d1ef308f SHA1 fd55cbae6b9b619c03476b13b160278f3cb0d88e SHA256 64ad8f2c04017ca131f13617788d3efa01ee90c6e0b031e760d421a550d84ebe +DIST mpmath-0.12.tar.gz 267435 RMD160 8dbe5f8e3d546a13c53124d0f3cc455b49907974 SHA1 02c5f9cc2a295472285ecd45d73b7b3a243ee787 SHA256 369515b4da563ba19107387a04beee0e41971e36421088a805da643cdbf0d0b0 EBUILD mpmath-0.11.ebuild 888 RMD160 574b7fe5d419026aa9fc8cda6d4cfc10620937ed SHA1 14073b7111859b19d39dac75eb97155788750ece SHA256 b9840eb53a6a3482992b859bff19003c11ce68aee089273cfe9afb23a5d366d7 -MISC ChangeLog 836 RMD160 2b536196cde291cd9649ba048ff7b12724a929b0 SHA1 b34fb3cd1edaf10dbce5470ed991c8bfebdd9613 SHA256 047ad0bfb22b308e9e9f3bf83d094083c109d6eff692cc077b62138c855c2397 +EBUILD mpmath-0.12.ebuild 887 RMD160 f9b1ad3537dc57f19ad0e945aa690f9ecf9f606b SHA1 414f6ac6eb75c396beaa5eaa295fb67e8d4c407f SHA256 cb58332659313e27f4408f3bb695b7196942215eb385e0f26d2ac42c119a4632 +MISC ChangeLog 1031 RMD160 7a98ac6d9f08516a723bd2d6b638e2eb63d49b16 SHA1 33d7b20002a67f3125f53d3604a5aafca0882e3f SHA256 b8487c920e4b79397db28a8d241740f1ab1ec64739db94592cac5e8a8cdd8a21 MISC metadata.xml 365 RMD160 ece7c524ccedeb12b39753fba601dd830c25f8ab SHA1 afc79096300fa102014e4e794fdc20814b25f363 SHA256 d6bb09b59c81f6643741decbdce8d164005673b406d703ce5c2448891b2db2a8 diff --git a/dev-python/mpmath/mpmath-0.10.ebuild b/dev-python/mpmath/mpmath-0.10.ebuild deleted file mode 100644 index f9a3bf3b76cf..000000000000 --- a/dev-python/mpmath/mpmath-0.10.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.10.ebuild,v 1.1 2008/10/20 10:55:21 grozin Exp $ - -NEED_PYTHON=2.4 -inherit distutils - -DESCRIPTION="A python library for arbitrary-precision floating-point arithmetic" -HOMEPAGE="http://code.google.com/p/${PN}/" -SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="doc examples gmp test" - -DEPEND="doc? ( dev-python/sphinx ) - gmp? ( dev-python/gmpy ) - test? ( dev-python/py )" - -src_install() { - DOCS="CHANGES" - distutils_src_install - - if use doc; then - cd doc - "${python}" build.py - dohtml -r build/* - cd .. - fi - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins demo/* - fi -} - -src_test() { - cd mpmath/tests - py.test || die "tests failed" -} diff --git a/dev-python/mpmath/mpmath-0.12.ebuild b/dev-python/mpmath/mpmath-0.12.ebuild new file mode 100644 index 000000000000..19f0acfd6dbb --- /dev/null +++ b/dev-python/mpmath/mpmath-0.12.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.12.ebuild,v 1.1 2009/06/10 11:29:05 grozin Exp $ + +NEED_PYTHON=2.4 +inherit distutils + +DESCRIPTION="A python library for arbitrary-precision floating-point arithmetic" +HOMEPAGE="http://code.google.com/p/${PN}/" +SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples gmp test" + +DEPEND="doc? ( dev-python/sphinx ) + gmp? ( dev-python/gmpy ) + test? ( dev-python/py )" + +src_install() { + DOCS="CHANGES" + distutils_src_install + + if use doc; then + cd doc + "${python}" build.py + dohtml -r build/* + cd .. + fi + + if use examples; then + insinto /usr/share/doc/${PF}/examples + doins demo/* + fi +} + +src_test() { + cd mpmath/tests + py.test || die "tests failed" +} -- cgit v1.2.3-65-gdbad