From d83c8dbeaa5ab81286d8873825d2c70c282a7747 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 26 Feb 2016 09:16:02 +0100 Subject: dev-python/aplpy: Drop unneeded die Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/aplpy/aplpy-1.0.ebuild | 3 +-- dev-python/aplpy/metadata.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'dev-python/aplpy') diff --git a/dev-python/aplpy/aplpy-1.0.ebuild b/dev-python/aplpy/aplpy-1.0.ebuild index 5d0cd8a3f517..4023bfce48f0 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 56197151274f..8fa6a8c707bb 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 + -- cgit v1.2.3