diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-18 17:54:58 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-18 18:01:15 +0200 |
commit | d41c102f8200da5ec5b790782de788ee887d8336 (patch) | |
tree | 812ef129f8198373e458c3ad8c66176669110283 /dev-python/python-slip | |
parent | dev-python/clang-python: Test fix is in -9999 for some time (diff) | |
download | gentoo-d41c102f8200da5ec5b790782de788ee887d8336.tar.gz gentoo-d41c102f8200da5ec5b790782de788ee887d8336.tar.bz2 gentoo-d41c102f8200da5ec5b790782de788ee887d8336.zip |
dev-python/python-slip: add Python 3.7 support
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/python-slip')
-rw-r--r-- | dev-python/python-slip/python-slip-0.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-slip/python-slip-0.6.5.ebuild b/dev-python/python-slip/python-slip-0.6.5.ebuild index f28da9d99a97..50989cbe320c 100644 --- a/dev-python/python-slip/python-slip-0.6.5.ebuild +++ b/dev-python/python-slip/python-slip-0.6.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_REQ_USE="xml" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1 eutils |