diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 01:05:44 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 02:05:15 -0500 |
commit | 90b4501dd66b92f167932563becd04f7fa97e798 (patch) | |
tree | e5f182a14155578f2e9e47d2a175e592fbcbed62 /dev-python/vine | |
parent | dev-python/case: 1.5.3 adding py37 support (diff) | |
download | gentoo-90b4501dd66b92f167932563becd04f7fa97e798.tar.gz gentoo-90b4501dd66b92f167932563becd04f7fa97e798.tar.bz2 gentoo-90b4501dd66b92f167932563becd04f7fa97e798.zip |
dev-python/vine: 1.1.3 adding py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/vine')
-rw-r--r-- | dev-python/vine/vine-1.1.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/vine/vine-1.1.3.ebuild b/dev-python/vine/vine-1.1.3.ebuild index 3773ef04b599..c6f254a0f492 100644 --- a/dev-python/vine/vine-1.1.3.ebuild +++ b/dev-python/vine/vine-1.1.3.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1 |