future: bump, pyversion (#4250)

This commit is contained in:
miqlas
2019-10-03 03:58:31 +02:00
committed by waddlesplash
parent 64683a79ad
commit 764b1c13a6

View File

@@ -6,8 +6,8 @@ HOMEPAGE="https://pypi.org/project/future/"
COPYRIGHT="2013-2016 Ed Schofield"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-$portVersion.tar.gz"
CHECKSUM_SHA256="e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb"
SOURCE_URI="https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-$portVersion.tar.gz"
CHECKSUM_SHA256="67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8"
ARCHITECTURES="any"
@@ -24,8 +24,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python python3)
PYTHON_VERSIONS=(2.7 3.6)
PYTHON_PACKAGES=(python python36 python3)
PYTHON_VERSIONS=(2.7 3.6 3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}