* [gentoo-commits] gentoo-x86 commit in dev-python/mpmath: mpmath-0.14.ebuild ChangeLog mpmath-0.12-r1.ebuild
@ 2010-02-06 8:21 Andrey Grozin (grozin)
0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2010-02-06 8:21 UTC (permalink / raw
To: gentoo-commits
grozin 10/02/06 08:21:45
Modified: ChangeLog
Added: mpmath-0.14.ebuild
Removed: mpmath-0.12-r1.ebuild
Log:
Version bump
(Portage version: 2.2_rc62/cvs/Linux i686)
Revision Changes Path
1.9 dev-python/mpmath/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 17 Aug 2009 16:55:05 -0000 1.8
+++ ChangeLog 6 Feb 2010 08:21:44 -0000 1.9
@@ -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)
1.1 dev-python/mpmath/mpmath-0.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/mpmath-0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/mpmath-0.14.ebuild?rev=1.1&content-type=text/plain
Index: mpmath-0.14.ebuild
===================================================================
# 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.14.ebuild,v 1.1 2010/02/06 08:21:44 grozin Exp $
EAPI=2
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"
RDEPEND="gmp? ( dev-python/gmpy )"
DEPEND="doc? ( dev-python/sphinx )
test? ( dev-python/py )"
src_compile() {
distutils_src_compile
if use doc; then
cd doc
"${python}" build.py
cd ..
fi
}
src_install() {
DOCS="CHANGES"
distutils_src_install
if use doc; then
cd doc
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"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-06 8:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 8:21 [gentoo-commits] gentoo-x86 commit in dev-python/mpmath: mpmath-0.14.ebuild ChangeLog mpmath-0.12-r1.ebuild Andrey Grozin (grozin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox