From 1805b9c2f51ce2a93dc9c393c29c1c0b320da89f Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 20 Jun 2021 19:36:04 +0200 Subject: [PATCH] dev-python/vttlib: enable py3.9 and disable py3.7 Signed-off-by: Alessandro Barbieri --- dev-python/vttlib/vttlib-0.11.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/vttlib/vttlib-0.11.0.ebuild b/dev-python/vttlib/vttlib-0.11.0.ebuild index 1a5bddbf69..0712dbb237 100644 --- a/dev-python/vttlib/vttlib-0.11.0.ebuild +++ b/dev-python/vttlib/vttlib-0.11.0.ebuild @@ -2,11 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml MYPN="vttLib" MYPV="${PV/_p/.post}" MYP="${MYPN}-${MYPV}" -PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1