From 39bee388e1ca230d214c96565ceea86123407a16 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 26 Jan 2021 21:02:55 +0100 Subject: [PATCH] zipp: enable 3.8, 3.9, remove 3.6 --- dev-python/zipp/zipp-3.3.2.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/zipp/zipp-3.3.2.recipe b/dev-python/zipp/zipp-3.3.2.recipe index a1ebac150..c1ca2a098 100644 --- a/dev-python/zipp/zipp-3.3.2.recipe +++ b/dev-python/zipp/zipp-3.3.2.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Zipp is a pathlib-compatible Zipfile object wrapper." HOMEPAGE="https://pypi.python.org/pypi/zipp" COPYRIGHT="2018-2020 Jason R. Coombs" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.io/packages/source/z/zipp/zipp-$portVersion.tar.gz" CHECKSUM_SHA256="adf8f2ed8f614ced567d849cae9d183cef6cfd27c77a5cae7a28029be0c2b7a7" @@ -20,8 +20,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python36 python3) -PYTHON_VERSIONS=(3.6 3.7) +PYTHON_PACKAGES=(python3 python38 python39) +PYTHON_VERSIONS=(3.7 3.8 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}