summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-27 22:18:59 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-27 22:32:38 +0200
commitd87a2e37bd2326dffeeb3fec9a090f8763fc27c1 (patch)
tree0f6569c6be901d99108d2670be6740de2b44ae1e /dev-python/astroscrappy
parentdev-python/astroml-addons: Support python3.6 (diff)
downloadgentoo-d87a2e37bd2326dffeeb3fec9a090f8763fc27c1.tar.gz
gentoo-d87a2e37bd2326dffeeb3fec9a090f8763fc27c1.tar.bz2
gentoo-d87a2e37bd2326dffeeb3fec9a090f8763fc27c1.zip
dev-python/astroscrappy: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/astroscrappy')
-rw-r--r--dev-python/astroscrappy/astroscrappy-1.0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/astroscrappy/astroscrappy-1.0.5.ebuild b/dev-python/astroscrappy/astroscrappy-1.0.5.ebuild
index 6f21b4291b6a..02a537e04e50 100644
--- a/dev-python/astroscrappy/astroscrappy-1.0.5.ebuild
+++ b/dev-python/astroscrappy/astroscrappy-1.0.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1