pytz: bump version

enable 3.8, 3.9, remove 3.6
This commit is contained in:
Jerome Duval
2021-01-28 17:51:36 +01:00
parent f82ecf29df
commit fdfd88f0f6

View File

@@ -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()