CFFI: bump, pyversion (no 3.6 for now) (#4240)

* CFFI: bump, pyversion (no 3.6 for now)

* Checksum
This commit is contained in:
miqlas
2019-10-03 04:15:02 +02:00
committed by waddlesplash
parent 87928d91cb
commit 97e994f108

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2012-2018 Armin Rigo, Maciej Fijalkowski"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://files.pythonhosted.org/packages/source/c/cffi/cffi-$portVersion.tar.gz"
CHECKSUM_SHA256="e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4"
CHECKSUM_SHA256="041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -46,7 +46,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