pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-qt-builder x11/py-qt-builder: Improve DESCR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a146cf26e28
branches:  trunk
changeset: 389355:4a146cf26e28
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Dec 04 14:45:48 2022 +0000

description:
x11/py-qt-builder: Improve DESCR

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

diffstat:

 x11/py-qt-builder/DESCR    |  7 ++++---
 x11/py-qt-builder/Makefile |  4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 3e30ef1041ed -r 4a146cf26e28 x11/py-qt-builder/DESCR
--- a/x11/py-qt-builder/DESCR   Sun Dec 04 14:20:55 2022 +0000
+++ b/x11/py-qt-builder/DESCR   Sun Dec 04 14:45:48 2022 +0000
@@ -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
diff -r 3e30ef1041ed -r 4a146cf26e28 x11/py-qt-builder/Makefile
--- a/x11/py-qt-builder/Makefile        Sun Dec 04 14:20:55 2022 +0000
+++ b/x11/py-qt-builder/Makefile        Sun Dec 04 14:45:48 2022 +0000
@@ -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 @@
 
 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