diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 18:12:17 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 18:21:32 +0200 |
commit | 5f5b28d31051cf73149ca10537ed576e0d6bc086 (patch) | |
tree | 54eba75cd7358ceb8c0700fc1b61a5a4cc4d14bc /dev-python/stsci-sphinxext | |
parent | dev-python/stsci-distutils: Support python 3.6 (diff) | |
download | gentoo-5f5b28d31051cf73149ca10537ed576e0d6bc086.tar.gz gentoo-5f5b28d31051cf73149ca10537ed576e0d6bc086.tar.bz2 gentoo-5f5b28d31051cf73149ca10537ed576e0d6bc086.zip |
dev-python/stsci-sphinxext: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/stsci-sphinxext')
-rw-r--r-- | dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 0c3b5c5cd13f..e2fa911999eb 100644 --- a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild +++ b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) MY_PN=${PN/-/.} MY_P=${MY_PN}-${PV} |