Skip to content

Commit

Permalink
py-qt-builder: update to 1.16.3.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
0-wiz-0 committed Jun 28, 2024
1 parent 10f9a16 commit 7c18bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions x11/py-qt-builder/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions x11/py-qt-builder/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7c18bdc

Please sign in to comment.