From 43fd362d94e64e040b6bee53f5f9042fe7ce365f Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 5 Dec 2020 10:36:03 +0000 Subject: Updating liguros repo --- dev-python/setuptools/setuptools-46.4.0-r3.ebuild | 2 +- dev-python/setuptools/setuptools-50.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/setuptools') diff --git a/dev-python/setuptools/setuptools-46.4.0-r3.ebuild b/dev-python/setuptools/setuptools-46.4.0-r3.ebuild index 6b0aa4dae43b..91fb0490b58a 100644 --- a/dev-python/setuptools/setuptools-46.4.0-r3.ebuild +++ b/dev-python/setuptools/setuptools-46.4.0-r3.ebuild @@ -4,7 +4,7 @@ EAPI=7 # Set to 'manual' to avoid triggering install QA check DISTUTILS_USE_SETUPTOOLS=manual -PYTHON_COMPAT=( python2_7 python3_{5..10} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8,9,10} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-50.3.0.ebuild b/dev-python/setuptools/setuptools-50.3.0.ebuild index ad965195406f..f7ebc4afdff2 100644 --- a/dev-python/setuptools/setuptools-50.3.0.ebuild +++ b/dev-python/setuptools/setuptools-50.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 # Set to 'manual' to avoid triggering install QA check DISTUTILS_USE_SETUPTOOLS=manual -PYTHON_COMPAT=( python3_{5..10} pypy3 ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} pypy3 ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 -- cgit v1.3.1