1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

graphics/py-python-poppler-qt5: Fix build: Cannot import 'sipbuild.api'

Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
pyproject_hooks._impl.BackendUnavailable: Cannot import 'sipbuild.api'

ERROR Backend 'sipbuild.api' is not available.

- Add missing build dependency needed after recent changes to the python
build infrastructure.
- Replace BUILD_DEPENDS=qmake-qt5:devel/qt5-qmake with USE_QT=qmake:build.

PR:		282439
Approved by:	Martin Neubauer <m.ne@gmx.net> (maintainer)
MFH:		2024Q4
This commit is contained in:
Vladimir Druzenko 2024-11-01 15:16:53 +03:00
parent f22db3e4c3
commit 44ad61e377

View File

@ -12,17 +12,16 @@ WWW= https://pypi.org/project/python-poppler-qt5/
LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
qmake-qt5:devel/qt5-qmake
BUILD_DEPENDS= ${PY_SETUPTOOLS}
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
USES= compiler:c++17-lang gl pkgconfig pyqt:5 python qt:5
USE_GITHUB= yes
GH_ACCOUNT= frescobaldi
USE_GL= gl
USE_PYQT= pyqt5
USE_PYQT= pyqt5 qtbuilder:build
USE_PYTHON= autoplist pep517
USE_QT= core gui xml
USE_QT= core gui xml qmake:build
PEP517_BUILD_CONFIG_SETTING= -C--build-dir=build \
-C--jobs=${MAKE_JOBS_NUMBER} -C--qmake=${QMAKE} \