mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +02:00
ecdsa: bump, pyversion (#4231)
This commit is contained in:
@@ -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]}
|
||||
Reference in New Issue
Block a user