Cryptography : bump, pyversion (#4244)

This commit is contained in:
miqlas
2019-10-03 03:59:36 +02:00
committed by waddlesplash
parent 5a4b77419d
commit fddc8d442e

View File

@@ -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