summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 18:12:01 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 18:21:30 +0200
commit82efd2a0aa3c61ab14d5dc87a8ad3c41976e1e22 (patch)
treee6b9c3d25f419af49c455245b6ef33f3329d3818 /dev-python/stsci-distutils
parentdev-python/d2to1: Support python 3.6 (diff)
downloadgentoo-82efd2a0aa3c61ab14d5dc87a8ad3c41976e1e22.tar.gz
gentoo-82efd2a0aa3c61ab14d5dc87a8ad3c41976e1e22.tar.bz2
gentoo-82efd2a0aa3c61ab14d5dc87a8ad3c41976e1e22.zip
dev-python/stsci-distutils: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/stsci-distutils')
-rw-r--r--dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
index 5486f48a8f9b..c5e1000823b3 100644
--- a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
+++ b/dev-python/stsci-distutils/stsci-distutils-0.3.7.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} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1