mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
bcrypt, also provide none x86 for x86_gcc2 (#7206)
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="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://pypi.io/packages/source/b/bcrypt/bcrypt-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29"
|
||||
|
||||
@@ -33,6 +33,11 @@ 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\
|
||||
|
||||
Reference in New Issue
Block a user