From e40ea46a29000df6d4c1cf6533c8f890af03520f Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 25 Jan 2021 21:22:06 +0100 Subject: [PATCH] pillow: enable 3.8, 3.9, remove 3.6 --- dev-python/pillow/pillow-6.2.1.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pillow/pillow-6.2.1.recipe b/dev-python/pillow/pillow-6.2.1.recipe index fd64fd638..e054cc8ef 100644 --- a/dev-python/pillow/pillow-6.2.1.recipe +++ b/dev-python/pillow/pillow-6.2.1.recipe @@ -6,7 +6,7 @@ HOMEPAGE="https://github.com/python-imaging/Pillow COPYRIGHT="1997-2011 by Secret Labs AB 1995-2011 by Fredrik Lundh" LICENSE="HPND" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/python-pillow/Pillow/archive/$portVersion.tar.gz" CHECKSUM_SHA256="7bf2d6bdb68fa6ccec15c0fd9aa20fac9641cd20dc6079344f5a6534e13a70f9" SOURCE_FILENAME="pillow-$portVersion.tar.gz" @@ -38,8 +38,8 @@ BUILD_PREREQUIRES=" cmd:pkg_config$secondaryArchSuffix " -PYTHON_PACKAGES=(python python36 python3) -PYTHON_VERSIONS=(2.7 3.6 3.7) +PYTHON_PACKAGES=(python python3 python38 python39) +PYTHON_VERSIONS=(2.7 3.7 3.8 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}