From 470d1b29b6471720a6192a8d4e4eea363f9b04c2 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 23 Jan 2021 18:22:35 +0100 Subject: [PATCH] setuptools: depends on packaging enable 3.8, 3.9 --- 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 7f5ec56ee..b58aca267 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="2" +REVISION="4" 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=(python python36 python3) -PYTHON_VERSIONS=(2.7 3.6 3.7) +PYTHON_PACKAGES=(python python36 python3 python38 python39) +PYTHON_VERSIONS=(2.7 3.6 3.7 3.8 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}