mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
bcrypt, fix provides for 32bit (#7208)
This commit is contained in:
@@ -4,7 +4,7 @@ servers."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/bcrypt"
|
||||
COPYRIGHT="2013 Donald Stufft"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://pypi.io/packages/source/b/bcrypt/bcrypt-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29"
|
||||
|
||||
@@ -33,16 +33,16 @@ pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
eval "PROVIDES_${pythonPackage}=\"\
|
||||
${portName}_$pythonPackage = $portVersion\
|
||||
\"; \
|
||||
if [ "$targetArchitecture" = "x86_gcc2" ]; then
|
||||
eval "PROVIDES_${pythonPackage}+=\"\n\
|
||||
bcrypt_$pythonPackage = $portVersion\
|
||||
\""
|
||||
fi
|
||||
REQUIRES_$pythonPackage=\"\
|
||||
haiku\n\
|
||||
cffi${secondaryArchSuffix}_$pythonPackage\n\
|
||||
cmd:python$pythonVersion\
|
||||
\""
|
||||
if [ "$targetArchitecture" = "x86_gcc2" ]; then
|
||||
eval "PROVIDES_${pythonPackage}+=\"\n\
|
||||
bcrypt_$pythonPackage = $portVersion\
|
||||
\""
|
||||
fi
|
||||
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
cffi${secondaryArchSuffix}_$pythonPackage
|
||||
setuptools_$pythonPackage"
|
||||
|
||||
Reference in New Issue
Block a user