mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
argon2_cffi_bindings, fix versioning (#7990)
* argon2_cffi_bindings, fix versioning * argon2_cffi_bindings, python cleanup, add python3.10
This commit is contained in:
@@ -5,7 +5,7 @@ HOMEPAGE="https://pypi.org/project/argon2-cffi-bindings/
|
||||
https://github.com/hynek/argon2-cffi-bindings/"
|
||||
COPYRIGHT="2021 Hynek Schlawack"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
pypi="184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/b9/e9/$pypi/argon2-cffi-bindings-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3"
|
||||
@@ -33,8 +33,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:git
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python3 python38 python39)
|
||||
PYTHON_VERSIONS=(3.7 3.8 3.9)
|
||||
PYTHON_PACKAGES=(python39 python310)
|
||||
PYTHON_VERSIONS=(3.9 3.10)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
@@ -56,6 +56,7 @@ done
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=$portVersion
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
export ARGON2_CFFI_USE_SYSTEM=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user