pillow: enable 3.8, 3.9, remove 3.6

This commit is contained in:
Jerome Duval
2021-01-25 21:22:06 +01:00
parent ee611c3440
commit e40ea46a29

View File

@@ -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]}