pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-qt5-qscintilla x11/py-qt5-qscintilla: import py...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c4d61517920
branches: trunk
changeset: 403602:0c4d61517920
user: kamil <kamil%pkgsrc.org@localhost>
date: Tue Oct 29 17:46:36 2019 +0000
description:
x11/py-qt5-qscintilla: import py37-qt5-qscintilla-2.11.2
These are the python-bindings for QScintilla2.
Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
maintaining GUI (graphical user interface) applications.
Qt is written in C++ and is fully object-oriented. It has everything you need
to create professional GUI applications. And it enables you to create them
quickly.
Qt is a multi-platform toolkit. When developing software with Qt, you can run
it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
Simply recompile your source code on the platform you want.
Qt cuts down the complexity in implementing large and complex systems. Its
ingenious signal-slot technology enables true component programming.
diffstat:
x11/py-qt5-qscintilla/DESCR | 15 ++++++++
x11/py-qt5-qscintilla/Makefile | 30 +++++++++++++++++
x11/py-qt5-qscintilla/PLIST | 62 +++++++++++++++++++++++++++++++++++++
x11/py-qt5-qscintilla/buildlink3.mk | 18 ++++++++++
4 files changed, 125 insertions(+), 0 deletions(-)
diffs (141 lines):
diff -r d8da4ea9dbfd -r 0c4d61517920 x11/py-qt5-qscintilla/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-qt5-qscintilla/DESCR Tue Oct 29 17:46:36 2019 +0000
@@ -0,0 +1,15 @@
+These are the python-bindings for QScintilla2.
+
+Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
+maintaining GUI (graphical user interface) applications.
+
+Qt is written in C++ and is fully object-oriented. It has everything you need
+to create professional GUI applications. And it enables you to create them
+quickly.
+
+Qt is a multi-platform toolkit. When developing software with Qt, you can run
+it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
+Simply recompile your source code on the platform you want.
+
+Qt cuts down the complexity in implementing large and complex systems. Its
+ingenious signal-slot technology enables true component programming.
diff -r d8da4ea9dbfd -r 0c4d61517920 x11/py-qt5-qscintilla/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-qt5-qscintilla/Makefile Tue Oct 29 17:46:36 2019 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2019/10/29 17:46:36 kamil Exp $
+
+.include "../../x11/qt5-qscintilla/Makefile.common"
+
+PKGNAME= ${PYPKGPREFIX}-qt5-${DISTNAME:tl:S/_gpl-/-/}
+COMMENT= QScintilla -- Python bindings
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/Python
+
+PY_PATCHPLIST= yes
+
+MAKE_FLAGS+= TARGET=Qsci.la TARGETD=Qsci.la TARGETL=Qsci.la
+INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
+LIBS+= -lqscintilla2
+MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}\ ${LIBS:Q}
+
+do-configure:
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} configure.py \
+ --pyqt PyQt5 \
+ --qmake=${QTDIR}/bin/qmake --sip=${PREFIX}/bin/sip${PYVERSSUFFIX} \
+ --pyqt-sipdir=${PREFIX}/share/sip/PyQt5 \
+ --qsci-sipdir=${PREFIX}/share/sip/PyQt5 \
+ --qsci-libdir=${QTDIR}/lib
+
+.include "../../lang/python/extension.mk"
+.include "../../x11/py-sip/buildlink3.mk"
+.include "../../x11/py-qt5/buildlink3.mk"
+BUILDLINK_API_DEPENDS.qt5-qscintilla+= qt5-qscintilla>=${PKGVERSION_NOREV}
+.include "../../x11/qt5-qscintilla/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d8da4ea9dbfd -r 0c4d61517920 x11/py-qt5-qscintilla/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-qt5-qscintilla/PLIST Tue Oct 29 17:46:36 2019 +0000
@@ -0,0 +1,62 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/29 17:46:36 kamil Exp $
+${PYSITELIB}/PyQt5/Qsci.pyi
+${PYSITELIB}/PyQt5/Qsci.so
+${PYSITELIB}/QScintilla-${PKGVERSION}.dist-info/INSTALLER
+${PYSITELIB}/QScintilla-${PKGVERSION}.dist-info/METADATA
+${PYSITELIB}/QScintilla-${PKGVERSION}.dist-info/RECORD
+qt5/qsci/api/python/QScintilla2.api
+share/sip/PyQt5/Qsci/qsciabstractapis.sip
+share/sip/PyQt5/Qsci/qsciapis.sip
+share/sip/PyQt5/Qsci/qscicommand.sip
+share/sip/PyQt5/Qsci/qscicommandset.sip
+share/sip/PyQt5/Qsci/qscidocument.sip
+share/sip/PyQt5/Qsci/qscilexer.sip
+share/sip/PyQt5/Qsci/qscilexeravs.sip
+share/sip/PyQt5/Qsci/qscilexerbash.sip
+share/sip/PyQt5/Qsci/qscilexerbatch.sip
+share/sip/PyQt5/Qsci/qscilexercmake.sip
+share/sip/PyQt5/Qsci/qscilexercoffeescript.sip
+share/sip/PyQt5/Qsci/qscilexercpp.sip
+share/sip/PyQt5/Qsci/qscilexercsharp.sip
+share/sip/PyQt5/Qsci/qscilexercss.sip
+share/sip/PyQt5/Qsci/qscilexercustom.sip
+share/sip/PyQt5/Qsci/qscilexerd.sip
+share/sip/PyQt5/Qsci/qscilexerdiff.sip
+share/sip/PyQt5/Qsci/qscilexeredifact.sip
+share/sip/PyQt5/Qsci/qscilexerfortran.sip
+share/sip/PyQt5/Qsci/qscilexerfortran77.sip
+share/sip/PyQt5/Qsci/qscilexerhtml.sip
+share/sip/PyQt5/Qsci/qscilexeridl.sip
+share/sip/PyQt5/Qsci/qscilexerjava.sip
+share/sip/PyQt5/Qsci/qscilexerjavascript.sip
+share/sip/PyQt5/Qsci/qscilexerjson.sip
+share/sip/PyQt5/Qsci/qscilexerlua.sip
+share/sip/PyQt5/Qsci/qscilexermakefile.sip
+share/sip/PyQt5/Qsci/qscilexermarkdown.sip
+share/sip/PyQt5/Qsci/qscilexermatlab.sip
+share/sip/PyQt5/Qsci/qscilexeroctave.sip
+share/sip/PyQt5/Qsci/qscilexerpascal.sip
+share/sip/PyQt5/Qsci/qscilexerperl.sip
+share/sip/PyQt5/Qsci/qscilexerpo.sip
+share/sip/PyQt5/Qsci/qscilexerpostscript.sip
+share/sip/PyQt5/Qsci/qscilexerpov.sip
+share/sip/PyQt5/Qsci/qscilexerproperties.sip
+share/sip/PyQt5/Qsci/qscilexerpython.sip
+share/sip/PyQt5/Qsci/qscilexerruby.sip
+share/sip/PyQt5/Qsci/qscilexerspice.sip
+share/sip/PyQt5/Qsci/qscilexersql.sip
+share/sip/PyQt5/Qsci/qscilexertcl.sip
+share/sip/PyQt5/Qsci/qscilexertex.sip
+share/sip/PyQt5/Qsci/qscilexerverilog.sip
+share/sip/PyQt5/Qsci/qscilexervhdl.sip
+share/sip/PyQt5/Qsci/qscilexerxml.sip
+share/sip/PyQt5/Qsci/qscilexeryaml.sip
+share/sip/PyQt5/Qsci/qscimacro.sip
+share/sip/PyQt5/Qsci/qscimod4.sip
+share/sip/PyQt5/Qsci/qscimod5.sip
+share/sip/PyQt5/Qsci/qscimodcommon.sip
+share/sip/PyQt5/Qsci/qsciprinter.sip
+share/sip/PyQt5/Qsci/qsciscintilla.sip
+share/sip/PyQt5/Qsci/qsciscintillabase.sip
+share/sip/PyQt5/Qsci/qscistyle.sip
+share/sip/PyQt5/Qsci/qscistyledtext.sip
diff -r d8da4ea9dbfd -r 0c4d61517920 x11/py-qt5-qscintilla/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-qt5-qscintilla/buildlink3.mk Tue Oct 29 17:46:36 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/10/29 17:46:36 kamil Exp $
+
+BUILDLINK_TREE+= py-qt5-qscintilla
+
+.if !defined(PY_QT5_QSCINTILLA_BUILDLINK3_MK)
+PY_QT5_QSCINTILLA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.py-qt5-qscintilla+= ${PYPKGPREFIX}-qt5-qscintilla>=2.11.2
+BUILDLINK_ABI_DEPENDS.py-qt5-qscintilla+= ${PYPKGPREFIX}-qt5-qscintilla>=2.11.2
+BUILDLINK_PKGSRCDIR.py-qt5-qscintilla?= ../../x11/py-qt5-qscintilla
+
+.include "../../x11/py-sip/buildlink3.mk"
+.include "../../x11/py-qt5/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qscintilla/buildlink3.mk"
+.endif # PY_QT5_QSCINTILLA_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -py-qt5-qscintilla
Home |
Main Index |
Thread Index |
Old Index