diff --git a/sdk_container/src/third_party/coreos-overlay/dev-python/setuptools/README.md b/sdk_container/src/third_party/coreos-overlay/dev-python/setuptools/README.md new file mode 100644 index 0000000000..6016799f2f --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/dev-python/setuptools/README.md @@ -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. diff --git a/sdk_container/src/third_party/coreos-overlay/dev-python/setuptools/setuptools-46.4.0-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-python/setuptools/setuptools-46.4.0-r3.ebuild index 9819bcdb50..6e40e736c0 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-python/setuptools/setuptools-46.4.0-r3.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-python/setuptools/setuptools-46.4.0-r3.ebuild @@ -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