dev-python/stsci-sphinxext: Add python3.5 support
authorJustin Lecher <jlec@gentoo.org>
Thu, 3 Dec 2015 14:35:33 +0000 (15:35 +0100)
committerJustin Lecher <jlec@gentoo.org>
Thu, 3 Dec 2015 14:35:33 +0000 (15:35 +0100)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567456

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/stsci-sphinxext/metadata.xml
dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild

index fcf407b8d4a2a9ed13bd619ef3f59e655d6f7017..b30466cf748ae61d4a0634bb8e42426360c1bea8 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>python</herd>
-<longdescription>
+  <herd>python</herd>
+  <longdescription>
   This project contains extensions to Sphinx to build documentation
   from Space Telescope Science Institute.
 </longdescription>
-<upstream>
-  <remote-id type="pypi">stsci.sphinxext</remote-id>
-</upstream>
+  <upstream>
+    <remote-id type="pypi">stsci.sphinxext</remote-id>
+  </upstream>
 </pkgmetadata>
index 76fcf03433637867b52dadb7cbb0b907857ecff4..0335c42e84986d64af7506428949406a4aa6e7b0 100644 (file)
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
 MY_PN=${PN/-/.}
 MY_P=${MY_PN}-${PV}