public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyamg: metadata.xml pyamg-2.1.0.ebuild ChangeLog pyamg-2.0.4.ebuild
@ 2013-09-17 16:24 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2013-09-17 16:24 UTC (permalink / raw
  To: gentoo-commits

bicatali    13/09/17 16:24:23

  Modified:             metadata.xml ChangeLog
  Added:                pyamg-2.1.0.ebuild
  Removed:              pyamg-2.0.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.4.22351-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

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

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyamg/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	7 Feb 2013 18:56:10 -0000	1.4
+++ metadata.xml	17 Sep 2013 16:24:23 -0000	1.5
@@ -1,24 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>sci</herd>
-  <longdescription lang="en">
-  AMG is a multilevel technique for solving large-scale linear systems
-  with optimal or near-optimal efficiency. Unlike geometric multigrid,
-  AMG requires little or no geometric information about the underlying
-  problem and develops a sequence of coarser grids directly from the
-  input matrix. This feature is especially important for problems
-  discretized on unstructured meshes and irregular grids.
-  PyAMG features implementations of: 
-  * Ruge-Stuben (RS) or Classical AMG
-  * AMG based on Smoothed Aggregation (SA)
-  and experimental support for:
-  * Adaptive Smoothed Aggregation (αSA)
-  * Compatible Relaxation (CR)
+<herd>sci</herd>
+<longdescription lang="en">
+  PyAMG is a library of Algebraic Multigrid (AMG) solvers with a
+  Python interface.
   The predominant portion of PyAMG is written in Python with a smaller
   amount of supporting C++ code for performance critical operations.
 </longdescription>
-  <upstream>
-    <remote-id type="google-code">pyamg</remote-id>
-  </upstream>
+<upstream>
+  <remote-id type="pypi">pyamg</remote-id>
+</upstream>
 </pkgmetadata>



1.10                 dev-python/pyamg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyamg/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Sep 2013 18:46:40 -0000	1.9
+++ ChangeLog	17 Sep 2013 16:24:23 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyamg
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyamg/ChangeLog,v 1.9 2013/09/05 18:46:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyamg/ChangeLog,v 1.10 2013/09/17 16:24:23 bicatali Exp $
+
+*pyamg-2.1.0 (17 Sep 2013)
+
+  17 Sep 2013; Sébastien Fabbro <bicatali@gentoo.org> +pyamg-2.1.0.ebuild,
+  -pyamg-2.0.4.ebuild, metadata.xml:
+  Version bump
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyamg-2.0.5.ebuild:
   Clean up PYTHON_COMPAT from old implementations.



1.1                  dev-python/pyamg/pyamg-2.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyamg/pyamg-2.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyamg/pyamg-2.1.0.ebuild?rev=1.1&content-type=text/plain

Index: pyamg-2.1.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyamg/pyamg-2.1.0.ebuild,v 1.1 2013/09/17 16:24:23 bicatali Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

DESCRIPTION="Algebraic multigrid solvers in Python"
HOMEPAGE="http://pyamg.github.io/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

python_test() {
	distutils_install_for_testing
	cd ${T} # need to be away source directory
	${EPYTHON} -c "
import pyamg, sys
r = pyamg.test(verbose=3)
sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}"
}





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

only message in thread, other threads:[~2013-09-17 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17 16:24 [gentoo-commits] gentoo-x86 commit in dev-python/pyamg: metadata.xml pyamg-2.1.0.ebuild ChangeLog pyamg-2.0.4.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