pyenchant: provides pyenchant_python38 on x86

This commit is contained in:
Jérôme Duval
2021-02-19 16:38:38 +01:00
parent af5cad85e0
commit ac1ac87125

View File

@@ -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()
{