Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mpmath: mpmath-0.17.ebuild ChangeLog
Date: Tue, 26 Jun 2012 03:14:05
Message-Id: 20120626031334.AE85D2004B@flycatcher.gentoo.org
1 bicatali 12/06/26 03:13:34
2
3 Modified: mpmath-0.17.ebuild ChangeLog
4 Log:
5 Fixed tests for python-3.2, thanks Arfrever. Some cleaning.
6
7 (Portage version: 2.1.11.1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/mpmath/mpmath-0.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild?r1=1.3&r2=1.4
15
16 Index: mpmath-0.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mpmath-0.17.ebuild 20 Jun 2012 21:05:06 -0000 1.3
23 +++ mpmath-0.17.ebuild 26 Jun 2012 03:13:34 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.3 2012/06/20 21:05:06 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.4 2012/06/26 03:13:34 bicatali Exp $
29
30 EAPI=4
31
32 @@ -37,6 +37,7 @@
33
34 # don't install tests
35 epatch "${FILESDIR}/${PN}.patch"
36 + epatch "${FILESDIR}"/${P}-python-3.2.patch
37
38 # this fails with the current version of dev-python/py
39 rm -f ${PN}/conftest.py
40 @@ -67,9 +68,7 @@
41 src_install() {
42 distutils_src_install
43
44 - if use doc; then
45 - dohtml -r doc/build/* || die "Installation of documentation failed"
46 - fi
47 + use doc && dohtml -r doc/build/*
48
49 if use examples; then
50 insinto /usr/share/doc/${PF}/examples
51 @@ -80,10 +79,9 @@
52 local path="${ED}$(python_get_sitedir)/${PN}/libmp/"
53 if [[ "${PYTHON_ABI}" == 2.* ]]; then
54 rm -f "${path}exec_py3.py"
55 - else if [[ "${PYTHON_ABI}" == 3.* ]]; then
56 + elif [[ "${PYTHON_ABI}" == 3.* ]]; then
57 rm -f "${path}exec_py2.py"
58 fi
59 - fi
60 }
61
62 python_execute_function rm_unneeded
63
64
65
66 1.21 dev-python/mpmath/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.21&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.21&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?r1=1.20&r2=1.21
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v
75 retrieving revision 1.20
76 retrieving revision 1.21
77 diff -u -r1.20 -r1.21
78 --- ChangeLog 20 Jun 2012 21:05:06 -0000 1.20
79 +++ ChangeLog 26 Jun 2012 03:13:34 -0000 1.21
80 @@ -1,6 +1,10 @@
81 # ChangeLog for dev-python/mpmath
82 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.20 2012/06/20 21:05:06 jlec Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.21 2012/06/26 03:13:34 bicatali Exp $
85 +
86 + 26 Jun 2012; Sébastien Fabbro <bicatali@g.o>
87 + +files/mpmath-0.17-python-3.2.patch, mpmath-0.17.ebuild:
88 + Fixed tests for python-3.2, thanks Arfrever. Some cleaning.
89
90 20 Jun 2012; Justin Lecher <jlec@g.o> mpmath-0.16.ebuild,
91 mpmath-0.17.ebuild, metadata.xml:
92 @@ -100,4 +104,3 @@
93 08 Jul 2008; Andrey Grozin <grozin@g.o> +metadata.xml,
94 +mpmath-0.8.ebuild:
95 Initial import
96 -