pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-qt-builder



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Dec  4 14:45:48 UTC 2022

Modified Files:
        pkgsrc/x11/py-qt-builder: DESCR Makefile

Log Message:
x11/py-qt-builder: Improve DESCR

This package is a build system, not a bindings generator.  Steal
upstream text for DESCR.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-qt-builder/DESCR
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/py-qt-builder/Makefile

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

Modified files:

Index: pkgsrc/x11/py-qt-builder/DESCR
diff -u pkgsrc/x11/py-qt-builder/DESCR:1.1 pkgsrc/x11/py-qt-builder/DESCR:1.2
--- pkgsrc/x11/py-qt-builder/DESCR:1.1  Tue Jan 18 19:25:26 2022
+++ pkgsrc/x11/py-qt-builder/DESCR      Sun Dec  4 14:45:48 2022
@@ -1,6 +1,7 @@
-PyQt-builder is a tool for generating Python bindings for C++ libraries that
-use the Qt application framework. The bindings are built on top of the PyQt
-bindings for Qt. PyQt-builder is used to build PyQt itself.
+PyQt-builder is the PEP 517 compliant build system for PyQt and
+projects that extend PyQt.  It extends the SIP build system and uses
+Qt's qmake, in conjunction with make, to perform the actual
+compilation and installation of extension modules.
 
 PyQt-builder is actually an extension of the PEP 384-compliant SIP bindings
 generator and build system. In the simplest cases all that is needed is a

Index: pkgsrc/x11/py-qt-builder/Makefile
diff -u pkgsrc/x11/py-qt-builder/Makefile:1.5 pkgsrc/x11/py-qt-builder/Makefile:1.6
--- pkgsrc/x11/py-qt-builder/Makefile:1.5       Fri Dec  2 15:26:43 2022
+++ pkgsrc/x11/py-qt-builder/Makefile   Sun Dec  4 14:45:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/12/02 15:26:43 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/12/04 14:45:48 gdt Exp $
 
 DISTNAME=      PyQt-builder-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-qt-builder-1.14.0
@@ -7,7 +7,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=P/PyQt
 
 MAINTAINER=    rhialto%NetBSD.org@localhost
 HOMEPAGE=      https://www.riverbankcomputing.com/software/pyqt-builder/
-COMMENT=       Tool to create Python bindings for C++ libraries using Qt
+COMMENT=       PyQt-world build tool (sip extension)
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-sip6>=6.7:../../x11/py-sip6



Home | Main Index | Thread Index | Old Index