diff --git a/dev-python/aplpy/aplpy-1.0.ebuild b/dev-python/aplpy/aplpy-1.0.ebuild index 5d0cd8a3f5178..4023bfce48f0b 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 56197151274f8..8fa6a8c707bbc 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 +