public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/pyamg/
@ 2011-03-21 16:08 Nico Schlömer
  0 siblings, 0 replies; 2+ messages in thread
From: Nico Schlömer @ 2011-03-21 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     35e71b40788b7d27b06f2fb31c48c2e46b8c51f5
Author:     Nico Schlömer <nico.schloemer <AT> gmail <DOT> com>
AuthorDate: Mon Mar 21 16:07:43 2011 +0000
Commit:     Nico Schlömer <nico.schloemer <AT> gmail <DOT> com>
CommitDate: Mon Mar 21 16:08:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=35e71b40

bumped to dev-python/pyamg-2.0.0

---
 dev-python/pyamg/ChangeLog          |    8 +++++++-
 dev-python/pyamg/pyamg-2.0.0.ebuild |   25 +++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/dev-python/pyamg/ChangeLog b/dev-python/pyamg/ChangeLog
index c70eb52..1ffae9e 100644
--- a/dev-python/pyamg/ChangeLog
+++ b/dev-python/pyamg/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-python/pyamg
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*pyamg-2.0.0 (21 Mar 2011)
+
+  21 Mar 2011; Nico Schlömer <nico.schloemer@gmail.com>
+  +pyamg-2.0.0.ebuild:
+  bumped to 2.0.0
+
 *pyamg-1.0.0 (13 Dec 2010)
 
   13 December 2010; Nico Schlömer <nico.schloemer@gmail.com>

diff --git a/dev-python/pyamg/pyamg-2.0.0.ebuild b/dev-python/pyamg/pyamg-2.0.0.ebuild
new file mode 100644
index 0000000..d0a9f7b
--- /dev/null
+++ b/dev-python/pyamg/pyamg-2.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+PYTHON_DEPEND="*"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="setup.py"
+
+inherit distutils
+
+DESCRIPTION="A library of Algebraic Multigrid (AMG) solvers with a convenient Python interface"
+HOMEPAGE="http://code.google.com/p/pyamg/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=dev-python/numpy-1.2.1
+	>=sci-libs/scipy-0.7.0
+	>=dev-python/nose-0.10.1"
+RDEPEND=""



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/pyamg/
@ 2011-07-26 19:10 Sebastien Fabbro
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro @ 2011-07-26 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ef89a07c56be002b1e9b58401135b54eff3bea3f
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 19:10:30 2011 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 19:10:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ef89a07c

now in main tree

---
 dev-python/pyamg/ChangeLog          |   15 ---------------
 dev-python/pyamg/metadata.xml       |   15 ---------------
 dev-python/pyamg/pyamg-1.0.0.ebuild |   25 -------------------------
 dev-python/pyamg/pyamg-2.0.0.ebuild |   25 -------------------------
 4 files changed, 0 insertions(+), 80 deletions(-)

diff --git a/dev-python/pyamg/ChangeLog b/dev-python/pyamg/ChangeLog
deleted file mode 100644
index 1ffae9e..0000000
--- a/dev-python/pyamg/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for dev-python/pyamg
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*pyamg-2.0.0 (21 Mar 2011)
-
-  21 Mar 2011; Nico Schlömer <nico.schloemer@gmail.com>
-  +pyamg-2.0.0.ebuild:
-  bumped to 2.0.0
-
-*pyamg-1.0.0 (13 Dec 2010)
-
-  13 December 2010; Nico Schlömer <nico.schloemer@gmail.com>
-  +metadata.xml, +pyamg-1.0.0.ebuild:
-  Initial import.

diff --git a/dev-python/pyamg/metadata.xml b/dev-python/pyamg/metadata.xml
deleted file mode 100644
index 50cd6d5..0000000
--- a/dev-python/pyamg/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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)
-The predominant portion of PyAMG is written in Python with a smaller amount of supporting C++ code for performance critical operations.
-</longdescription>
-</pkgmetadata>

diff --git a/dev-python/pyamg/pyamg-1.0.0.ebuild b/dev-python/pyamg/pyamg-1.0.0.ebuild
deleted file mode 100644
index 8687c16..0000000
--- a/dev-python/pyamg/pyamg-1.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-PYTHON_DEPEND="*"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils
-
-DESCRIPTION="A library of Algebraic Multigrid (AMG) solvers with a convenient Python interface"
-HOMEPAGE="http://code.google.com/p/pyamg/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/numpy-1.2.1
-	>=sci-libs/scipy-0.7.0
-	>=dev-python/nose-0.10.1"
-RDEPEND=""

diff --git a/dev-python/pyamg/pyamg-2.0.0.ebuild b/dev-python/pyamg/pyamg-2.0.0.ebuild
deleted file mode 100644
index d0a9f7b..0000000
--- a/dev-python/pyamg/pyamg-2.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-PYTHON_DEPEND="*"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils
-
-DESCRIPTION="A library of Algebraic Multigrid (AMG) solvers with a convenient Python interface"
-HOMEPAGE="http://code.google.com/p/pyamg/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/numpy-1.2.1
-	>=sci-libs/scipy-0.7.0
-	>=dev-python/nose-0.10.1"
-RDEPEND=""



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-26 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 16:08 [gentoo-commits] proj/sci:master commit in: dev-python/pyamg/ Nico Schlömer
  -- strict thread matches above, loose matches on Subject: below --
2011-07-26 19:10 Sebastien Fabbro

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