public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2014-02-02  2:28 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2014-02-02  2:28 UTC (permalink / raw
  To: gentoo-commits

bicatali    14/02/02 02:28:21

  Modified:             metadata.xml mpmath-0.18.ebuild ChangeLog
  Removed:              mpmath-0.16.ebuild mpmath-0.17-r1.ebuild
                        mpmath-0.17.ebuild
  Log:
  More prefix keywording, and ebuild cleaning
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.5                  dev-python/mpmath/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	18 Jan 2013 13:34:57 -0000	1.4
+++ metadata.xml	2 Feb 2014 02:28:21 -0000	1.5
@@ -1,15 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>sci-mathematics</herd>
-  <maintainer>
-    <email>grozin@gentoo.org</email>
-    <name>Andrey Grozin</name>
-  </maintainer>
-  <longdescription lang="en">
+<herd>sci-mathematics</herd>
+<maintainer>
+  <email>grozin@gentoo.org</email>
+  <name>Andrey Grozin</name>
+</maintainer>
+<longdescription lang="en">
   A Python library for arbitrary-precision floating-point arithmetic
 </longdescription>
-  <use>
-    <flag name="matplotlib">Add support for <pkg>dev-python/matplotlib</pkg></flag>
-  </use>
+<use>
+  <flag name="matplotlib">Add support for <pkg>dev-python/matplotlib</pkg></flag>
+</use>
+<upstream>
+  <remote-id type="pypi">mpmath</remote-id>
+</upstream>
 </pkgmetadata>



1.2                  dev-python/mpmath/mpmath-0.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild?r1=1.1&r2=1.2

Index: mpmath-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpmath-0.18.ebuild	11 Jan 2014 13:04:18 -0000	1.1
+++ mpmath-0.18.ebuild	2 Feb 2014 02:28:21 -0000	1.2
@@ -1,23 +1,24 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild,v 1.1 2014/01/11 13:04:18 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild,v 1.2 2014/02/02 02:28:21 bicatali Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
-inherit distutils-r1 eutils # virtualx
+inherit distutils-r1 eutils
 
 MY_PN=${PN}-all
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Python library for arbitrary-precision floating-point arithmetic"
-HOMEPAGE="http://code.google.com/p/mpmath/ http://pypi.python.org/pypi/mpmath/"
+HOMEPAGE="http://code.google.com/p/mpmath"
 SRC_URI="mirror://pypi/m/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos"
+
 IUSE="doc examples gmp matplotlib test"
 
 RDEPEND="
@@ -35,10 +36,10 @@
 		)
 
 	# this fails with the current version of dev-python/py
-	rm -f ${PN}/conftest.py || die
+	rm ${PN}/conftest.py || die
 
 	# this test requires X
-	rm -f ${PN}/tests/test_visualization.py || die
+	rm ${PN}/tests/test_visualization.py || die
 
 	distutils-r1_python_prepare_all
 }
@@ -57,20 +58,6 @@
 
 python_install_all() {
 	use doc && local HTML_DOCS=( doc/build/. )
-
-	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins demo/*
-	fi
+	use examples && local EXAMPLES=( demo/. )
 	distutils-r1_python_install_all
 }
-
-python_install() {
-	distutils-r1_python_install
-	local path="${ED}$(python_get_sitedir)/${PN}/libmp/"
-	if [[ "${EPYTHON}" != python2* ]]; then
-		rm -f "${path}exec_py2.py" || ide
-	elif [[ "${EPYTHON}" != python3 ]]; then
-		rm -f "${path}exec_py3.py" || die
-	fi
-}



1.30                 dev-python/mpmath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	11 Jan 2014 13:04:18 -0000	1.29
+++ ChangeLog	2 Feb 2014 02:28:21 -0000	1.30
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/mpmath
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.29 2014/01/11 13:04:18 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.30 2014/02/02 02:28:21 bicatali Exp $
+
+  02 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org>
+  -files/mpmath-0.17-gmpy2.patch, -files/mpmath-0.17-python-3.2.patch,
+  -mpmath-0.16.ebuild, -mpmath-0.17-r1.ebuild, -mpmath-0.17.ebuild,
+  metadata.xml, mpmath-0.18.ebuild:
+  More prefix keywording, and ebuild cleaning
 
 *mpmath-0.18 (11 Jan 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-02  2:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-02  2:28 [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 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox