mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
requests_futures: bump version.
This commit is contained in:
@@ -6,9 +6,9 @@ HOMEPAGE="https://pypi.org/project/requests-futures/"
|
||||
COPYRIGHT="2013-2016 Ross McFarland"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/2c/f0/d9a6d4472286405956dd5ac6279fe932a86151df9816bc35afe601495819/requests-futures-$portVersion.tar.gz"
|
||||
SOURCE_URI="https://pypi.io/packages/source/r/requests-futures/requests-futures-$portVersion.tar.gz"
|
||||
SOURCE_DIR="requests-futures-$portVersion"
|
||||
CHECKSUM_SHA256="a9ca2c3480b6fac29ec5de59c146742e2ab2b60f8c68581766094edb52ea7bad"
|
||||
CHECKSUM_SHA256="35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148"
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
@@ -22,8 +22,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python)
|
||||
PYTHON_VERSIONS=(2.7)
|
||||
PYTHON_PACKAGES=(python python3)
|
||||
PYTHON_VERSIONS=(2.7 3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
Reference in New Issue
Block a user