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:   wiz
Date:           Fri Jun 28 17:19:26 UTC 2024

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

Log Message:
py-qt-builder: update to 1.16.3.

v1.16.3

Link to the stable SIP documentation

The documentation now links to the stable version of the SIP
documentation.

Resolves #11

Missing multimedia libraries in Qt v6.7

In Qt v6.7 the QtMultimedia ffmpeg backends depend on new libraries
that were not included in the Qt wheels. This affected macOS (Qt
v6.7.1) and Windows (Qt v6.7.0).

Resolves #12

Added support for sub-wheels to pyqt-qt-wheel

The (undocumented) pyqt-qt-wheel utility now supports the splitting
of a project's wheel into the main wheel and a sub-wheel. Specifying
--sub-wheel generate will generate the sub-wheel, and --sub-wheel
exclude will generate the main wheel (ie. a normal wheel without
the contents of the sub-wheel). By default a normal wheel is
generated.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/py-qt-builder/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-qt-builder/distinfo

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/Makefile
diff -u pkgsrc/x11/py-qt-builder/Makefile:1.15 pkgsrc/x11/py-qt-builder/Makefile:1.16
--- pkgsrc/x11/py-qt-builder/Makefile:1.15      Sat Apr 27 14:27:48 2024
+++ pkgsrc/x11/py-qt-builder/Makefile   Fri Jun 28 17:19:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/04/27 14:27:48 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/06/28 17:19:26 wiz Exp $
 
-DISTNAME=      pyqt_builder-1.16.2
+DISTNAME=      pyqt_builder-1.16.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqt_/qt-/}
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyQt-builder/}

Index: pkgsrc/x11/py-qt-builder/distinfo
diff -u pkgsrc/x11/py-qt-builder/distinfo:1.13 pkgsrc/x11/py-qt-builder/distinfo:1.14
--- pkgsrc/x11/py-qt-builder/distinfo:1.13      Sat Apr 27 11:52:59 2024
+++ pkgsrc/x11/py-qt-builder/distinfo   Fri Jun 28 17:19:26 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2024/04/27 11:52:59 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/06/28 17:19:26 wiz Exp $
 
-BLAKE2s (pyqt_builder-1.16.2.tar.gz) = 3c332bee91fe9f1102ed4da1db3ee6a9ad5dc86e39a123db1a42049639d729bf
-SHA512 (pyqt_builder-1.16.2.tar.gz) = 64fc969799a12a176eb730fdc4581f18293dceb8edff20db0177ce409fe7e712cdfb07449b6c4abdd33f1fd9aabe8bee248fe9aeb5373df533d805f9d2a0c6a5
-Size (pyqt_builder-1.16.2.tar.gz) = 3671133 bytes
+BLAKE2s (pyqt_builder-1.16.3.tar.gz) = 4fa0e899266ae6ab8d2a800ccaa2760c9f412090a36a337093cf365d7977b934
+SHA512 (pyqt_builder-1.16.3.tar.gz) = f3820fd5714c88da69bc696abcfde74f0cebaff543de5cf93bd37f4aad22a6bc91627ff22a0f665850ca9c968b4350383784f65cf1b6bf76f3ebfe71a4a5f3b4
+Size (pyqt_builder-1.16.3.tar.gz) = 3671995 bytes
 SHA1 (patch-pyqtbuild_builder.py) = a5ef0e02949ac48d78f1c3cf20d7dd32edbf8028



Home | Main Index | Thread Index | Old Index