dev-python/setuptools: Apply Flatcar modifications

This commit is contained in:
Krzesimir Nowak 2020-10-28 22:26:00 +01:00
parent 3b95068e05
commit e8e36d6ebf
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,3 @@
This is a fork of Gentoo's dev-python/setuptools package. The sole
reason for haing it in overlay is dropping support for versions of
python3 we haven't yet packaged.

View File

@ -1,10 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Flatcar: Based on setuptools-46.4.0-r3.ebuild from commit
# fe13784be44e5167f67315bf280690004aae885e in Gentoo repo (see
# https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-python/setuptools/setuptools-46.4.0-r3.ebuild?id=fe13784be44e5167f67315bf280690004aae885e).
EAPI=7
# Set to 'manual' to avoid triggering install QA check
DISTUTILS_USE_SETUPTOOLS=manual
PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1