diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 15:19:19 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 16:21:59 +0200 |
commit | 6ab537d603ce51c71b63ff4d3b4d0edc996036e1 (patch) | |
tree | 265bbef819d4d7b8cfb6709e8f1af3b1ad0b8ee3 /dev-python/semantic_version | |
parent | dev-python/husl: Support python3.6 (diff) | |
download | gentoo-6ab537d603ce51c71b63ff4d3b4d0edc996036e1.tar.gz gentoo-6ab537d603ce51c71b63ff4d3b4d0edc996036e1.tar.bz2 gentoo-6ab537d603ce51c71b63ff4d3b4d0edc996036e1.zip |
dev-python/semantic_version: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/semantic_version')
-rw-r--r-- | dev-python/semantic_version/semantic_version-2.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/semantic_version/semantic_version-2.6.0-r1.ebuild b/dev-python/semantic_version/semantic_version-2.6.0-r1.ebuild index 0fffcfe0367d..e23139340e7d 100644 --- a/dev-python/semantic_version/semantic_version-2.6.0-r1.ebuild +++ b/dev-python/semantic_version/semantic_version-2.6.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 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} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |