commit:     36d37f3e37e54480585cb49c2b3f2c66ab06079d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 14:35:33 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 14:35:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d37f3e

dev-python/stsci-sphinxext: Add python3.5 support

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567456

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/stsci-sphinxext/metadata.xml                 | 10 +++++-----
 dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild |  3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/stsci-sphinxext/metadata.xml 
b/dev-python/stsci-sphinxext/metadata.xml
index fcf407b..b30466c 100644
--- a/dev-python/stsci-sphinxext/metadata.xml
+++ b/dev-python/stsci-sphinxext/metadata.xml
@@ -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>

diff --git a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild 
b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
index 76fcf03..0335c42 100644
--- a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
+++ b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
@@ -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}
 

Reply via email to