mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +02:00
Cryptography : bump, pyversion (#4244)
This commit is contained in:
@@ -10,7 +10,7 @@ LICENSE="Apache v2
|
||||
BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/pyca/cryptography/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c2f95758f7c6ce3e89cc18b59d39c6c9e581f3f34c9799307ffcc0cb1651d63d"
|
||||
CHECKSUM_SHA256="6e01aafcd430086f1a943dcf04d71cfc2247aedeec5d6c474ce5450acd2fbdd7"
|
||||
SOURCE_FILENAME="cryptography-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -56,7 +56,7 @@ fi
|
||||
# gcc2 does not support the flags passed by python3
|
||||
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
|
||||
PYTHON_PACKAGES+=(python3)
|
||||
PYTHON_VERSIONS+=(3.6)
|
||||
PYTHON_VERSIONS+=(3.7)
|
||||
PYTHON_LIBSUFFIXES+=(m)
|
||||
BUILD_REQUIRES+="
|
||||
setuptools_python3
|
||||
Reference in New Issue
Block a user