mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +02:00
python_poppler_qt5: build with python 3.9
This commit is contained in:
@@ -5,11 +5,11 @@ Using this module you can access the contents of PDF files inside PyQt5 applicat
|
||||
HOMEPAGE="https://github.com/frescobaldi/python-poppler-qt5/"
|
||||
COPYRIGHT="2009-2022 Wilbert Berendsen"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/p/python-poppler-qt5/python-poppler-qt5-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b477e8841f0ea0e09fdab6f2f305cf38df977d9e142e5693a374605d75dd6fe0"
|
||||
SOURCE_DIR="python-poppler-qt5-$portVersion"
|
||||
PYTHON3_VERSION="3.8"
|
||||
PYTHON3_VERSION="3.9"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -21,30 +21,30 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libpoppler_qt5$secondaryArchSuffix
|
||||
"
|
||||
PROVIDES_python38="
|
||||
python_poppler_qt5${secondaryArchSuffix}_python38 = $portVersion
|
||||
PROVIDES_python39="
|
||||
python_poppler_qt5${secondaryArchSuffix}_python39 = $portVersion
|
||||
"
|
||||
REQUIRES_python38="
|
||||
REQUIRES_python39="
|
||||
haiku$secondaryArchSuffix
|
||||
python_poppler_qt5$secondaryArchSuffix == $portVersion base
|
||||
pyqt5_python38
|
||||
pyqt5_sip_python38
|
||||
pyqt5_python39
|
||||
pyqt5_sip_python39
|
||||
cmd:python$PYTHON3_VERSION
|
||||
$REQUIRES
|
||||
"
|
||||
|
||||
if [ "$targetArchitecture" = "x86_gcc2" ]; then
|
||||
PROVIDES_python38+="
|
||||
python_poppler_qt5_python38 = $portVersion
|
||||
PROVIDES_python39+="
|
||||
python_poppler_qt5_python39 = $portVersion
|
||||
"
|
||||
fi
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
pyqt_builder_python38
|
||||
pyqt5_python38
|
||||
setuptools_python38
|
||||
sip_python38 >= 6
|
||||
pyqt_builder_python39
|
||||
pyqt5_python39
|
||||
setuptools_python39
|
||||
sip_python39 >= 6
|
||||
devel:libpoppler_qt5$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -63,7 +63,7 @@ BUILD()
|
||||
OLDPYTHONPATH=$PYTHONPATH
|
||||
|
||||
local packageLinksDir=$(dirname $portPackageLinksDir)
|
||||
local python3PackageName="${portName}_python38-$portFullVersion"
|
||||
local python3PackageName="${portName}_python39-$portFullVersion"
|
||||
|
||||
# GENERIC: all python_setuptools-based installs need this
|
||||
python=$packageLinksDir/$python3PackageName/cmd~python$PYTHON3_VERSION/bin/python$PYTHON3_VERSION
|
||||
@@ -72,7 +72,7 @@ BUILD()
|
||||
export PYTHONPATH=$installLocation:$OLDPYTHONPATH
|
||||
|
||||
# this seems to be not needed
|
||||
#BINDINGS_DIR=$portPackageLinksDir/pyqt5_python38/lib/python$pythonVersion/vendor-packages/PyQt5/bindings/
|
||||
#BINDINGS_DIR=$portPackageLinksDir/pyqt5_python39/lib/python$pythonVersion/vendor-packages/PyQt5/bindings/
|
||||
#sed -i -e "s|BINDINGS_DIR|$BINDINGS_DIR|g" pyproject.toml
|
||||
|
||||
sip-build \
|
||||
@@ -95,7 +95,7 @@ INSTALL()
|
||||
OLDPYTHONPATH=$PYTHONPATH
|
||||
|
||||
local packageLinksDir=$(dirname $portPackageLinksDir)
|
||||
local python3PackageName="${portName}_python38-$portFullVersion"
|
||||
local python3PackageName="${portName}_python39-$portFullVersion"
|
||||
|
||||
# GENERIC: all python_setuptools-based installs need this
|
||||
python=$packageLinksDir/$python3PackageName/cmd~python$PYTHON3_VERSION/bin/python$PYTHON3_VERSION
|
||||
@@ -110,7 +110,7 @@ INSTALL()
|
||||
$python -m compileall -d / $prefix/lib/python$pythonVersion
|
||||
$python -O -m compileall -d / $prefix/lib/python$pythonVersion
|
||||
|
||||
packageEntries python38 \
|
||||
packageEntries python39 \
|
||||
$installLocation
|
||||
|
||||
rmdir $prefix/lib/python$pythonVersion
|
||||
|
||||
Reference in New Issue
Block a user