dev-python/aplpy: Drop unneeded die
authorJustin Lecher <jlec@gentoo.org>
Fri, 26 Feb 2016 08:16:02 +0000 (09:16 +0100)
committerJustin Lecher <jlec@gentoo.org>
Fri, 26 Feb 2016 08:16:02 +0000 (09:16 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/aplpy/aplpy-1.0.ebuild
dev-python/aplpy/metadata.xml

index 5d0cd8a3f517841b69e6a1eab11aa262d2f55717..4023bfce48f0b699706bb3684931d7448146d5eb 100644 (file)
@@ -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)"
 }
index 56197151274f862e2fef014f11f7a01019911ed7..8fa6a8c707bbce37e630483b0bbbca283fb4eef2 100644 (file)
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-  <email>sci-astronomy@gentoo.org</email>
-  <name>Gentoo Astronomy Project</name>
-</maintainer>
-<longdescription lang="en">
+  <maintainer type="project">
+    <email>sci-astronomy@gentoo.org</email>
+    <name>Gentoo Astronomy Project</name>
+  </maintainer>
+  <longdescription lang="en">
   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.
 </longdescription>
-<upstream>
-  <remote-id type="pypi">APLpy</remote-id>
-</upstream>
+  <upstream>
+    <remote-id type="pypi">APLpy</remote-id>
+  </upstream>
 </pkgmetadata>