requests_futures: fix python 3.9 packaging, enable 3.10

This commit is contained in:
PulkoMandy
2023-01-14 21:00:43 +01:00
parent 4bd6868ac8
commit 3a50377860

View File

@@ -5,7 +5,7 @@ The additional API and changes are minimal and strives to avoid surprises."
HOMEPAGE="https://pypi.org/project/requests-futures/"
COPYRIGHT="2013-2016 Ross McFarland"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://files.pythonhosted.org/packages/47/c4/fd48d1ac5110a5457c71ac7cc4caa93da10a80b8de71112430e439bdee22/requests-futures-$portVersion.tar.gz"
SOURCE_DIR="requests-futures-$portVersion"
CHECKSUM_SHA256="35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148"
@@ -22,8 +22,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python3)
PYTHON_VERSIONS=(3.9)
PYTHON_PACKAGES=(python39 python310)
PYTHON_VERSIONS=(3.9 3.10)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}