mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
dev-python/setuptools: Apply Flatcar modifications
This commit is contained in:
parent
3b95068e05
commit
e8e36d6ebf
3
sdk_container/src/third_party/coreos-overlay/dev-python/setuptools/README.md
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/dev-python/setuptools/README.md
vendored
Normal 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.
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user