bicatali 12/06/26 03:13:34
Modified: mpmath-0.17.ebuild ChangeLog
Log:
Fixed tests for python-3.2, thanks Arfrever. Some cleaning.
(Portage version: 2.1.11.1/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/mpmath/mpmath-0.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?r1=1.3&r2=1.4
Index: mpmath-0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpmath-0.17.ebuild 20 Jun 2012 21:05:06 -0000 1.3
+++ mpmath-0.17.ebuild 26 Jun 2012 03:13:34 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.3 2012/06/20 21:05:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.4 2012/06/26 03:13:34 bicatali Exp $
EAPI=4
@@ -37,6 +37,7 @@
# don't install tests
epatch "${FILESDIR}/${PN}.patch"
+ epatch "${FILESDIR}"/${P}-python-3.2.patch
# this fails with the current version of dev-python/py
rm -f ${PN}/conftest.py
@@ -67,9 +68,7 @@
src_install() {
distutils_src_install
- if use doc; then
- dohtml -r doc/build/* || die "Installation of documentation failed"
- fi
+ use doc && dohtml -r doc/build/*
if use examples; then
insinto /usr/share/doc/${PF}/examples
@@ -80,10 +79,9 @@
local path="${ED}$(python_get_sitedir)/${PN}/libmp/"
if [[ "${PYTHON_ABI}" == 2.* ]]; then
rm -f "${path}exec_py3.py"
- else if [[ "${PYTHON_ABI}" == 3.* ]]; then
+ elif [[ "${PYTHON_ABI}" == 3.* ]]; then
rm -f "${path}exec_py2.py"
fi
- fi
}
python_execute_function rm_unneeded
1.21 dev-python/mpmath/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 20 Jun 2012 21:05:06 -0000 1.20
+++ ChangeLog 26 Jun 2012 03:13:34 -0000 1.21
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/mpmath
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.20 2012/06/20 21:05:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.21 2012/06/26 03:13:34 bicatali Exp $
+
+ 26 Jun 2012; Sébastien Fabbro <bicatali@g.o>
+ +files/mpmath-0.17-python-3.2.patch, mpmath-0.17.ebuild:
+ Fixed tests for python-3.2, thanks Arfrever. Some cleaning.
20 Jun 2012; Justin Lecher <jlec@g.o> mpmath-0.16.ebuild,
mpmath-0.17.ebuild, metadata.xml:
@@ -100,4 +104,3 @@
08 Jul 2008; Andrey Grozin <grozin@g.o> +metadata.xml,
+mpmath-0.8.ebuild:
Initial import
-
|