From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA3261384B4 for ; Fri, 6 Nov 2015 16:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2306221C02D; Fri, 6 Nov 2015 16:22:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F39A21C02D for ; Fri, 6 Nov 2015 16:22:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C538C340755 for ; Fri, 6 Nov 2015 16:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BF86222B for ; Fri, 6 Nov 2015 16:22:29 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446826943.64cbbe6b36a8693d5af93af00732318bfe0b6c25.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyamg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyamg/Manifest dev-python/pyamg/metadata.xml dev-python/pyamg/pyamg-2.2.1.ebuild X-VCS-Directories: dev-python/pyamg/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 64cbbe6b36a8693d5af93af00732318bfe0b6c25 X-VCS-Branch: master Date: Fri, 6 Nov 2015 16:22:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9d8e31bf-b6d3-4178-8c76-37a323c2e363 X-Archives-Hash: ad45d3d1ef4915257c61388b95479608 commit: 64cbbe6b36a8693d5af93af00732318bfe0b6c25 Author: Justin Lecher gentoo org> AuthorDate: Fri Nov 6 15:12:15 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Nov 6 16:22:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cbbe6b dev-python/pyamg: Version Bump Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pyamg/Manifest | 1 + dev-python/pyamg/metadata.xml | 10 +++++----- dev-python/pyamg/pyamg-2.2.1.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 5 deletions(-) diff --git a/dev-python/pyamg/Manifest b/dev-python/pyamg/Manifest index 6bf9016..dc935f6 100644 --- a/dev-python/pyamg/Manifest +++ b/dev-python/pyamg/Manifest @@ -1 +1,2 @@ DIST pyamg-2.1.0.tar.gz 752632 SHA256 060a32ea8805b8e49e6d7304ab771efccd34d5e363a65f4f2cb33d85981225de SHA512 d2574ccb093e6c5bd214c4366ec70bfeae73449f98932a9a4435afb2d606b12a4d479411a88bcac4df500e33dbf635ae981620c584e688abc3f2cca6c6188d4d WHIRLPOOL ccf0817561eae43bb859aaedc9c7b4c94e338a2fc6817467bb5f162df3e63720030d3e36d55e72e9f7e613aab89cf4211f9c20fc97d566e3d7cdec988c9d9f6f +DIST pyamg-2.2.1.tar.gz 753299 SHA256 e15d91b7650e24e9c70c21483244d59e42cdcb64bb8d6474c4cbd0ecca8d3b8f SHA512 b784626fbdfcfa338560763a38bc5ddde07ace5213225d4c876b09be93019e81e641630e88952aab20a6c4f859bf6260730459d247c35d531433df4ecd209248 WHIRLPOOL f48d131f86eae4b7f15abce84044767afc08708a1ad58b38f1af87278d7ecde7913abd3c17a81f1dcd14d0320d673598d89346303b98312f01c14906368e4b35 diff --git a/dev-python/pyamg/metadata.xml b/dev-python/pyamg/metadata.xml index 106c66b..66a753f 100644 --- a/dev-python/pyamg/metadata.xml +++ b/dev-python/pyamg/metadata.xml @@ -1,14 +1,14 @@ -sci - + sci + 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. - - pyamg - + + pyamg + diff --git a/dev-python/pyamg/pyamg-2.2.1.ebuild b/dev-python/pyamg/pyamg-2.2.1.ebuild new file mode 100644 index 0000000..bcfdd10 --- /dev/null +++ b/dev-python/pyamg/pyamg-2.2.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Algebraic multigrid solvers in Python" +HOMEPAGE="http://pyamg.github.io/ https://github.com/pyamg/pyamg" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" + +python_test() { + distutils_install_for_testing + cd "${T}" || die # need to be away source directory + "${PYTHON}" "${S}"/test_pyamg_install.py || die +}