diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-26 19:42:13 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-27 02:48:47 +0000 |
commit | c674fe07be76ca930c0ad1aa7fc389dc5d533e18 (patch) | |
tree | 40a65c7d38838686c562ac266190470ae2a52a00 /dev-python/aplpy/aplpy-1.1.1.ebuild | |
parent | dev-python/photutils: version bump (diff) | |
download | gentoo-c674fe07be76ca930c0ad1aa7fc389dc5d533e18.tar.gz gentoo-c674fe07be76ca930c0ad1aa7fc389dc5d533e18.tar.bz2 gentoo-c674fe07be76ca930c0ad1aa7fc389dc5d533e18.zip |
dev-python/aplpy: added python-3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/aplpy/aplpy-1.1.1.ebuild')
-rw-r--r-- | dev-python/aplpy/aplpy-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aplpy/aplpy-1.1.1.ebuild b/dev-python/aplpy/aplpy-1.1.1.ebuild index f41949befd5f..295c6eeef5e9 100644 --- a/dev-python/aplpy/aplpy-1.1.1.ebuild +++ b/dev-python/aplpy/aplpy-1.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 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 virtualx xdg-utils |