From 39f1e5028c85d91999a8b763538059a8b76e663d Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 25 Oct 2020 15:12:59 +0100 Subject: [PATCH] setuptools, re-enable python 2.7 for now (#5354) --- dev-python/setuptools/setuptools-42.0.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/setuptools/setuptools-42.0.0.recipe b/dev-python/setuptools/setuptools-42.0.0.recipe index 0117162c2..7f5ec56ee 100644 --- a/dev-python/setuptools/setuptools-42.0.0.recipe +++ b/dev-python/setuptools/setuptools-42.0.0.recipe @@ -6,7 +6,7 @@ Perl and PHP, respectively." HOMEPAGE="https://pypi.python.org/pypi/setuptools" COPYRIGHT="2006-2019 Python Packaging Authority" LICENSE="Python" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/pypa/setuptools/archive/v$portVersion.tar.gz" SOURCE_FILENAME="setuptools-$portVersion.tar.gz" CHECKSUM_SHA256="c60bd4cbb2a963c73993951ff4ec7ef0044015c3ffd42e573f6c4e615d1c7cf8" @@ -27,8 +27,8 @@ BUILD_PREREQUIRES=" cmd:sed " -PYTHON_PACKAGES=(python36 python3) -PYTHON_VERSIONS=(3.6 3.7) +PYTHON_PACKAGES=(python python36 python3) +PYTHON_VERSIONS=(2.7 3.6 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}