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 272811388C0 for ; Fri, 26 Feb 2016 08:37:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 065B7E07D4; Fri, 26 Feb 2016 08:37:05 +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 7B196E07F9 for ; Fri, 26 Feb 2016 08:37:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65D1D340C7F for ; Fri, 26 Feb 2016 08:37:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E4EF16C5 for ; Fri, 26 Feb 2016 08:37:00 +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: <1456474562.d83c8dbeaa5ab81286d8873825d2c70c282a7747.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aplpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aplpy/aplpy-1.0.ebuild dev-python/aplpy/metadata.xml X-VCS-Directories: dev-python/aplpy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d83c8dbeaa5ab81286d8873825d2c70c282a7747 X-VCS-Branch: master Date: Fri, 26 Feb 2016 08:37:00 +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: 3c1b873c-a3bd-4531-9b96-b97410f30029 X-Archives-Hash: e4ee2a042a8c77cee57a65448702ac00 commit: d83c8dbeaa5ab81286d8873825d2c70c282a7747 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 26 08:16:02 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 26 08:16:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83c8dbe dev-python/aplpy: Drop unneeded die Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/aplpy/aplpy-1.0.ebuild | 3 +-- dev-python/aplpy/metadata.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/dev-python/aplpy/aplpy-1.0.ebuild b/dev-python/aplpy/aplpy-1.0.ebuild index 5d0cd8a..4023bfc 100644 --- a/dev-python/aplpy/aplpy-1.0.ebuild +++ b/dev-python/aplpy/aplpy-1.0.ebuild @@ -48,6 +48,5 @@ python_compile() { python_test() { distutils_install_for_testing cd "${TEST_DIR}" || die - virtx "${EPYTHON}" -c "import aplpy, sys;r = aplpy.test();sys.exit(r)" \ - || die "tests fail with ${EPYTHON}" + virtx "${EPYTHON}" -c "import aplpy, sys;r = aplpy.test();sys.exit(r)" } diff --git a/dev-python/aplpy/metadata.xml b/dev-python/aplpy/metadata.xml index 5619715..8fa6a8c 100644 --- a/dev-python/aplpy/metadata.xml +++ b/dev-python/aplpy/metadata.xml @@ -1,18 +1,18 @@ - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - + + sci-astronomy@gentoo.org + Gentoo Astronomy Project + + APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. The module uses Matplotlib. It is capable of creating output files in several graphical formats, including EPS, PDF, PS, PNG, and SVG. - - APLpy - + + APLpy +