mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
pyenchant: provides pyenchant_python38 on x86
This commit is contained in:
@@ -5,7 +5,7 @@ information, visit the project website."
|
||||
HOMEPAGE="http://pyenchant.github.io/pyenchant/"
|
||||
COPYRIGHT="2020 Dimitri Merejkowsky"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/pyenchant/pyenchant/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3195bfc5cfbdeb8a60f9484390c2c982e59dd220d6f9a5f8418ba67551ead01a"
|
||||
|
||||
@@ -42,6 +42,18 @@ BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
BUILD_PREREQUIRES="$BUILD_PREREQUIRES
|
||||
cmd:python$pythonVersion"
|
||||
done
|
||||
if [ "$targetArchitecture" = "x86_gcc2" ]; then
|
||||
PROVIDES_python38+="
|
||||
pyenchant_python38 = $portVersion
|
||||
"
|
||||
PROVIDES_python39+="
|
||||
pyenchant_python39 = $portVersion
|
||||
"
|
||||
PROVIDES_python3+="
|
||||
pyenchant_python3 = $portVersion
|
||||
"
|
||||
fi
|
||||
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user