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@gentoo.org>
This commit is contained in:
Justin Lecher
2015-12-03 15:35:33 +01:00
parent 0b338bc0c5
commit 36d37f3e37
2 changed files with 7 additions and 6 deletions

View 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>

View 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}