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: metadata.xml mpmath-0.18.ebuild ChangeLog mpmath-0.16.ebuild mpmath-0.17-r1.ebuild mpmath-0.17.ebuild
Date: Sun, 02 Feb 2014 02:28:26
Message-Id: 20140202022821.A4E6F2004E@flycatcher.gentoo.org
1 bicatali 14/02/02 02:28:21
2
3 Modified: metadata.xml mpmath-0.18.ebuild ChangeLog
4 Removed: mpmath-0.16.ebuild mpmath-0.17-r1.ebuild
5 mpmath-0.17.ebuild
6 Log:
7 More prefix keywording, and ebuild cleaning
8
9 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
10
11 Revision Changes Path
12 1.5 dev-python/mpmath/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/metadata.xml?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/metadata.xml?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/metadata.xml?r1=1.4&r2=1.5
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/metadata.xml,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- metadata.xml 18 Jan 2013 13:34:57 -0000 1.4
25 +++ metadata.xml 2 Feb 2014 02:28:21 -0000 1.5
26 @@ -1,15 +1,18 @@
27 <?xml version="1.0" encoding="UTF-8"?>
28 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 <pkgmetadata>
30 - <herd>sci-mathematics</herd>
31 - <maintainer>
32 - <email>grozin@g.o</email>
33 - <name>Andrey Grozin</name>
34 - </maintainer>
35 - <longdescription lang="en">
36 +<herd>sci-mathematics</herd>
37 +<maintainer>
38 + <email>grozin@g.o</email>
39 + <name>Andrey Grozin</name>
40 +</maintainer>
41 +<longdescription lang="en">
42 A Python library for arbitrary-precision floating-point arithmetic
43 </longdescription>
44 - <use>
45 - <flag name="matplotlib">Add support for <pkg>dev-python/matplotlib</pkg></flag>
46 - </use>
47 +<use>
48 + <flag name="matplotlib">Add support for <pkg>dev-python/matplotlib</pkg></flag>
49 +</use>
50 +<upstream>
51 + <remote-id type="pypi">mpmath</remote-id>
52 +</upstream>
53 </pkgmetadata>
54
55
56
57 1.2 dev-python/mpmath/mpmath-0.18.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild?r1=1.1&r2=1.2
62
63 Index: mpmath-0.18.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- mpmath-0.18.ebuild 11 Jan 2014 13:04:18 -0000 1.1
70 +++ mpmath-0.18.ebuild 2 Feb 2014 02:28:21 -0000 1.2
71 @@ -1,23 +1,24 @@
72 # Copyright 1999-2014 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild,v 1.1 2014/01/11 13:04:18 grozin Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild,v 1.2 2014/02/02 02:28:21 bicatali Exp $
76
77 EAPI=5
78
79 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
80
81 -inherit distutils-r1 eutils # virtualx
82 +inherit distutils-r1 eutils
83
84 MY_PN=${PN}-all
85 MY_P=${MY_PN}-${PV}
86
87 DESCRIPTION="Python library for arbitrary-precision floating-point arithmetic"
88 -HOMEPAGE="http://code.google.com/p/mpmath/ http://pypi.python.org/pypi/mpmath/"
89 +HOMEPAGE="http://code.google.com/p/mpmath"
90 SRC_URI="mirror://pypi/m/${PN}/${MY_P}.tar.gz"
91
92 LICENSE="BSD"
93 SLOT="0"
94 -KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos"
95 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos"
96 +
97 IUSE="doc examples gmp matplotlib test"
98
99 RDEPEND="
100 @@ -35,10 +36,10 @@
101 )
102
103 # this fails with the current version of dev-python/py
104 - rm -f ${PN}/conftest.py || die
105 + rm ${PN}/conftest.py || die
106
107 # this test requires X
108 - rm -f ${PN}/tests/test_visualization.py || die
109 + rm ${PN}/tests/test_visualization.py || die
110
111 distutils-r1_python_prepare_all
112 }
113 @@ -57,20 +58,6 @@
114
115 python_install_all() {
116 use doc && local HTML_DOCS=( doc/build/. )
117 -
118 - if use examples; then
119 - insinto /usr/share/doc/${PF}/examples
120 - doins demo/*
121 - fi
122 + use examples && local EXAMPLES=( demo/. )
123 distutils-r1_python_install_all
124 }
125 -
126 -python_install() {
127 - distutils-r1_python_install
128 - local path="${ED}$(python_get_sitedir)/${PN}/libmp/"
129 - if [[ "${EPYTHON}" != python2* ]]; then
130 - rm -f "${path}exec_py2.py" || ide
131 - elif [[ "${EPYTHON}" != python3 ]]; then
132 - rm -f "${path}exec_py3.py" || die
133 - fi
134 -}
135
136
137
138 1.30 dev-python/mpmath/ChangeLog
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.30&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.30&content-type=text/plain
142 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?r1=1.29&r2=1.30
143
144 Index: ChangeLog
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v
147 retrieving revision 1.29
148 retrieving revision 1.30
149 diff -u -r1.29 -r1.30
150 --- ChangeLog 11 Jan 2014 13:04:18 -0000 1.29
151 +++ ChangeLog 2 Feb 2014 02:28:21 -0000 1.30
152 @@ -1,6 +1,12 @@
153 # ChangeLog for dev-python/mpmath
154 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
155 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.29 2014/01/11 13:04:18 grozin Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.30 2014/02/02 02:28:21 bicatali Exp $
157 +
158 + 02 Feb 2014; Sébastien Fabbro <bicatali@g.o>
159 + -files/mpmath-0.17-gmpy2.patch, -files/mpmath-0.17-python-3.2.patch,
160 + -mpmath-0.16.ebuild, -mpmath-0.17-r1.ebuild, -mpmath-0.17.ebuild,
161 + metadata.xml, mpmath-0.18.ebuild:
162 + More prefix keywording, and ebuild cleaning
163
164 *mpmath-0.18 (11 Jan 2014)