Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyamg/
Date: Tue, 26 Jul 2011 19:11:33
Message-Id: ef89a07c56be002b1e9b58401135b54eff3bea3f.bicatali@gentoo
1 commit: ef89a07c56be002b1e9b58401135b54eff3bea3f
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 26 19:10:30 2011 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 26 19:10:30 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ef89a07c
7
8 now in main tree
9
10 ---
11 dev-python/pyamg/ChangeLog | 15 ---------------
12 dev-python/pyamg/metadata.xml | 15 ---------------
13 dev-python/pyamg/pyamg-1.0.0.ebuild | 25 -------------------------
14 dev-python/pyamg/pyamg-2.0.0.ebuild | 25 -------------------------
15 4 files changed, 0 insertions(+), 80 deletions(-)
16
17 diff --git a/dev-python/pyamg/ChangeLog b/dev-python/pyamg/ChangeLog
18 deleted file mode 100644
19 index 1ffae9e..0000000
20 --- a/dev-python/pyamg/ChangeLog
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -# ChangeLog for dev-python/pyamg
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: $
26 -
27 -*pyamg-2.0.0 (21 Mar 2011)
28 -
29 - 21 Mar 2011; Nico Schlömer <nico.schloemer@×××××.com>
30 - +pyamg-2.0.0.ebuild:
31 - bumped to 2.0.0
32 -
33 -*pyamg-1.0.0 (13 Dec 2010)
34 -
35 - 13 December 2010; Nico Schlömer <nico.schloemer@×××××.com>
36 - +metadata.xml, +pyamg-1.0.0.ebuild:
37 - Initial import.
38
39 diff --git a/dev-python/pyamg/metadata.xml b/dev-python/pyamg/metadata.xml
40 deleted file mode 100644
41 index 50cd6d5..0000000
42 --- a/dev-python/pyamg/metadata.xml
43 +++ /dev/null
44 @@ -1,15 +0,0 @@
45 -<?xml version="1.0" encoding="UTF-8"?>
46 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
47 -<pkgmetadata>
48 -<herd>sci</herd>
49 -<longdescription lang="en">
50 -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.
51 -PyAMG features implementations of:
52 - * Ruge-Stuben (RS) or Classical AMG
53 - * AMG based on Smoothed Aggregation (SA)
54 -and experimental support for:
55 - * Adaptive Smoothed Aggregation (αSA)
56 - * Compatible Relaxation (CR)
57 -The predominant portion of PyAMG is written in Python with a smaller amount of supporting C++ code for performance critical operations.
58 -</longdescription>
59 -</pkgmetadata>
60
61 diff --git a/dev-python/pyamg/pyamg-1.0.0.ebuild b/dev-python/pyamg/pyamg-1.0.0.ebuild
62 deleted file mode 100644
63 index 8687c16..0000000
64 --- a/dev-python/pyamg/pyamg-1.0.0.ebuild
65 +++ /dev/null
66 @@ -1,25 +0,0 @@
67 -# Copyright 1999-2010 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -# $Header: $
70 -
71 -EAPI="3"
72 -PYTHON_DEPEND="*"
73 -SUPPORT_PYTHON_ABIS="1"
74 -RESTRICT_PYTHON_ABIS="3.*"
75 -DISTUTILS_SRC_TEST="setup.py"
76 -
77 -inherit distutils
78 -
79 -DESCRIPTION="A library of Algebraic Multigrid (AMG) solvers with a convenient Python interface"
80 -HOMEPAGE="http://code.google.com/p/pyamg/"
81 -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
82 -
83 -LICENSE="BSD"
84 -SLOT="0"
85 -KEYWORDS="~x86 ~amd64"
86 -IUSE=""
87 -
88 -DEPEND=">=dev-python/numpy-1.2.1
89 - >=sci-libs/scipy-0.7.0
90 - >=dev-python/nose-0.10.1"
91 -RDEPEND=""
92
93 diff --git a/dev-python/pyamg/pyamg-2.0.0.ebuild b/dev-python/pyamg/pyamg-2.0.0.ebuild
94 deleted file mode 100644
95 index d0a9f7b..0000000
96 --- a/dev-python/pyamg/pyamg-2.0.0.ebuild
97 +++ /dev/null
98 @@ -1,25 +0,0 @@
99 -# Copyright 1999-2011 Gentoo Foundation
100 -# Distributed under the terms of the GNU General Public License v2
101 -# $Header: $
102 -
103 -EAPI="3"
104 -PYTHON_DEPEND="*"
105 -SUPPORT_PYTHON_ABIS="1"
106 -RESTRICT_PYTHON_ABIS="3.*"
107 -DISTUTILS_SRC_TEST="setup.py"
108 -
109 -inherit distutils
110 -
111 -DESCRIPTION="A library of Algebraic Multigrid (AMG) solvers with a convenient Python interface"
112 -HOMEPAGE="http://code.google.com/p/pyamg/"
113 -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
114 -
115 -LICENSE="BSD"
116 -SLOT="0"
117 -KEYWORDS="~x86 ~amd64"
118 -IUSE=""
119 -
120 -DEPEND=">=dev-python/numpy-1.2.1
121 - >=sci-libs/scipy-0.7.0
122 - >=dev-python/nose-0.10.1"
123 -RDEPEND=""