mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 03:00:05 +02:00
CFFI: bump, pyversion (no 3.6 for now) (#4240)
* CFFI: bump, pyversion (no 3.6 for now) * Checksum
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user