ecdsa: bump, pyversion (#4231)

This commit is contained in:
miqlas
2019-10-02 14:55:31 +02:00
committed by Sergei Reznikov
parent 2be89fd796
commit fd0b9ab187

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2010 Brian Warner"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://pypi.python.org/packages/source/e/ecdsa/ecdsa-$portVersion.tar.gz"
CHECKSUM_SHA256="64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa"
CHECKSUM_SHA256="5c034ffa23413ac923541ceb3ac14ec15a0d2530690413bff58c12b80e56d884"
ARCHITECTURES="any"
@@ -21,8 +21,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]}