diff --git a/dev-python/pytz/pytz-2019.3.recipe b/dev-python/pytz/pytz-2020.5.recipe similarity index 88% rename from dev-python/pytz/pytz-2019.3.recipe rename to dev-python/pytz/pytz-2020.5.recipe index a08da03ba..0ccfafaaf 100644 --- a/dev-python/pytz/pytz-2019.3.recipe +++ b/dev-python/pytz/pytz-2020.5.recipe @@ -7,8 +7,8 @@ HOMEPAGE="https://pythonhosted.org/pytz/ COPYRIGHT="2013-2018 Stuart Bishop" LICENSE="MIT" REVISION="1" -SOURCE_URI="https://files.pythonhosted.org/packages/source/p/pytz/pytz-$portVersion.tar.gz" -CHECKSUM_SHA256="b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be" +SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" +CHECKSUM_SHA256="180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5" ARCHITECTURES="any" @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -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]} @@ -83,7 +83,6 @@ INSTALL() install -m 755 -d "$myLicensesDir" "$docDir" install -m 644 -t "$myLicensesDir" LICENSE.txt - install -m 644 -t "$docDir" README.txt } TEST()