mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
requests-futures: source URI out of date, changed python 3.7 to 3.9
This commit is contained in:
committed by
Adrien Destugues
parent
4c1cc859ce
commit
2b698db36c
@@ -6,7 +6,7 @@ HOMEPAGE="https://pypi.org/project/requests-futures/"
|
||||
COPYRIGHT="2013-2016 Ross McFarland"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/r/requests-futures/requests-futures-$portVersion.tar.gz"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/47/c4/fd48d1ac5110a5457c71ac7cc4caa93da10a80b8de71112430e439bdee22/requests-futures-$portVersion.tar.gz"
|
||||
SOURCE_DIR="requests-futures-$portVersion"
|
||||
CHECKSUM_SHA256="35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148"
|
||||
ARCHITECTURES="any"
|
||||
@@ -23,7 +23,7 @@ BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python3)
|
||||
PYTHON_VERSIONS=(2.7 3.7)
|
||||
PYTHON_VERSIONS=(2.7 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
|
||||
Reference in New Issue
Block a user