diff --git a/dev-python/zipp/zipp-0.6.0.recipe b/dev-python/zipp/zipp-3.3.2.recipe similarity index 84% rename from dev-python/zipp/zipp-0.6.0.recipe rename to dev-python/zipp/zipp-3.3.2.recipe index d437fdd85..a1ebac150 100644 --- a/dev-python/zipp/zipp-0.6.0.recipe +++ b/dev-python/zipp/zipp-3.3.2.recipe @@ -1,11 +1,11 @@ SUMMARY="A pathlib-compatible Zipfile object wrapper" DESCRIPTION="Zipp is a pathlib-compatible Zipfile object wrapper." HOMEPAGE="https://pypi.python.org/pypi/zipp" -COPYRIGHT="2019 Jason R. Coombs" +COPYRIGHT="2018-2020 Jason R. Coombs" LICENSE="MIT" REVISION="1" SOURCE_URI="https://pypi.io/packages/source/z/zipp/zipp-$portVersion.tar.gz" -CHECKSUM_SHA256="3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e" +CHECKSUM_SHA256="adf8f2ed8f614ced567d849cae9d183cef6cfd27c77a5cae7a28029be0c2b7a7" ARCHITECTURES="any" @@ -20,8 +20,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python36 python3) -PYTHON_VERSIONS=(2.7 3.6 3.7) +PYTHON_PACKAGES=(python36 python3) +PYTHON_VERSIONS=(3.6 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} @@ -33,7 +33,7 @@ REQUIRES_$pythonPackage=\"\ cmd:python$pythonVersion\ \"" BUILD_REQUIRES="$BUILD_REQUIRES - setuptools_$pythonPackage" + setuptools_scm_$pythonPackage" BUILD_PREREQUIRES="$BUILD_PREREQUIRES cmd:python$pythonVersion" done