pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-qt5-qscintilla: switch to py-sip6



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Nov 29 15:09:15 2022 +0100
Changeset:	8e726bcd8cefbbddbe801f55ef15be91b496e2ed

Modified Files:
	py-qt5-qscintilla/Makefile
Added Files:
	py-qt5-qscintilla/TODO

Log Message:
py-qt5-qscintilla: switch to py-sip6

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e726bcd8cefbbddbe801f55ef15be91b496e2ed

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-qt5-qscintilla/Makefile | 5 +++--
 py-qt5-qscintilla/TODO     | 4 ++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-qt5-qscintilla/Makefile b/py-qt5-qscintilla/Makefile
index ae33005c71..fdef6c5760 100644
--- a/py-qt5-qscintilla/Makefile
+++ b/py-qt5-qscintilla/Makefile
@@ -5,6 +5,8 @@
 PKGNAME=	${PYPKGPREFIX}-qt5-${DISTNAME:S/_src//:tl}
 COMMENT=	QScintilla -- Python bindings
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-sip6-[0-9]*:../../wip/py-sip6
+
 BUILD_DIRS=	Python
 PY_PATCHPLIST=	yes
 
@@ -20,11 +22,10 @@ pre-configure:
 do-build:
 	cd ${WRKSRC}/Python && ${CP} pyproject-qt5.toml pyproject.toml && sip-install
 
-DEPENDS+=       ${PYPKGPREFIX}-qt-builder-[0-9]*:../../x11/py-qt-builder
+DEPENDS+=       ${PYPKGPREFIX}-qt-builder-[0-9]*:../../wip/py-qt-builder
 
 .include "../../lang/python/wheel.mk"
 .include "../../lang/python/pyversion.mk"
-.include "../../x11/py-sip5/buildlink3.mk"
 .include "../../wip/py-qt5/buildlink3.mk"
 BUILDLINK_API_DEPENDS.qt5-qscintilla+=	qt5-qscintilla>=${PKGVERSION_NOREV}
 .include "../../wip/qt5-qscintilla/buildlink3.mk"
diff --git a/py-qt5-qscintilla/TODO b/py-qt5-qscintilla/TODO
new file mode 100644
index 0000000000..57094b5286
--- /dev/null
+++ b/py-qt5-qscintilla/TODO
@@ -0,0 +1,4 @@
+These bindings will be built: Qsci.
+Generating the Qsci bindings...
+sip-install: Unable to find file "QtCore/QtCoremod.sip"
+


Home | Main Index | Thread Index | Old Index