pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-sip-qt6



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 16 08:13:53 UTC 2024

Modified Files:
        pkgsrc/x11/py-sip-qt6: Makefile PLIST distinfo

Log Message:
py-sip-qt6: update to 13.8.0.

v6.8.6

Handle single number macOS deployment targets
Support for architectures where `char` is unsigned
Support for building from git archives
Run the tests using the current Python version

v6.8.5

Missing dependency in `pyproject.toml`
V6.8.4 release notes are incorrect


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-sip-qt6/Makefile \
    pkgsrc/x11/py-sip-qt6/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/py-sip-qt6/PLIST

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-sip-qt6/Makefile
diff -u pkgsrc/x11/py-sip-qt6/Makefile:1.3 pkgsrc/x11/py-sip-qt6/Makefile:1.4
--- pkgsrc/x11/py-sip-qt6/Makefile:1.3  Sat Nov 11 18:31:52 2023
+++ pkgsrc/x11/py-sip-qt6/Makefile      Tue Jul 16 08:13:52 2024
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2023/11/11 18:31:52 nros Exp $
+# $NetBSD: Makefile,v 1.4 2024/07/16 08:13:52 wiz Exp $
 
-DISTNAME=      PyQt6_sip-13.6.0
+DISTNAME=      PyQt6_sip-13.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyQt6_sip/sip-qt6/}
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyQt6_sip/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.riverbankcomputing.com/software/sip/
+HOMEPAGE=      https://github.com/Python-SIP/sip
 COMMENT=       Qt6 support for sip
 LICENSE=       sip-license OR gnu-gpl-v2 OR gnu-gpl-v3
 
-USE_LANGUAGES= c c++
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3:../../devel/py-setuptools
 
+USE_LANGUAGES= c c++
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/py-sip-qt6/distinfo
diff -u pkgsrc/x11/py-sip-qt6/distinfo:1.3 pkgsrc/x11/py-sip-qt6/distinfo:1.4
--- pkgsrc/x11/py-sip-qt6/distinfo:1.3  Sat Nov 11 18:31:52 2023
+++ pkgsrc/x11/py-sip-qt6/distinfo      Tue Jul 16 08:13:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/11/11 18:31:52 nros Exp $
+$NetBSD: distinfo,v 1.4 2024/07/16 08:13:52 wiz Exp $
 
-BLAKE2s (PyQt6_sip-13.6.0.tar.gz) = 73c87df1ce64e2d63c92360b900a872dcaca7bb7613fef1572d6e6e5e4490134
-SHA512 (PyQt6_sip-13.6.0.tar.gz) = bd2fa70d64544d8104d3477cb650a0e6bcefa0008680afcf7d187ba3fb1117871c0237d3a7f047144c8a8a8eeb8da941a3b206f8ee0601cb2cc734243cdb9d46
-Size (PyQt6_sip-13.6.0.tar.gz) = 111576 bytes
+BLAKE2s (PyQt6_sip-13.8.0.tar.gz) = e83fd9c190568f8b6460574f34b72b5cbfa43d60403ff7f032e42b2672677cbc
+SHA512 (PyQt6_sip-13.8.0.tar.gz) = 6947690e61fe65a21f61d034ae9de7b7adb001c59a4a362933c5441648fe27140b43666efa73f981b138cfc73fac72777bb7318b98accc3c7f808687e3fc5d81
+Size (PyQt6_sip-13.8.0.tar.gz) = 92264 bytes

Index: pkgsrc/x11/py-sip-qt6/PLIST
diff -u pkgsrc/x11/py-sip-qt6/PLIST:1.2 pkgsrc/x11/py-sip-qt6/PLIST:1.3
--- pkgsrc/x11/py-sip-qt6/PLIST:1.2     Sat Nov 11 18:31:52 2023
+++ pkgsrc/x11/py-sip-qt6/PLIST Tue Jul 16 08:13:52 2024
@@ -1,8 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2023/11/11 18:31:52 nros Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/07/16 08:13:52 wiz Exp $
 ${PYSITELIB}/PyQt6/sip.so
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-GPL2
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-GPL3
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL



Home | Main Index | Thread Index | Old Index