Received: by mail.netbsd.org (Postfix, from userid 605) id 6510C84D6F; Fri, 2 Dec 2022 15:24:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 92C0084D47 for ; Fri, 2 Dec 2022 15:24:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id J9-hAk4XblU2 for ; Fri, 2 Dec 2022 15:24:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 037F184D2D for ; Fri, 2 Dec 2022 15:24:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F18D3FA90; Fri, 2 Dec 2022 15:24:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669994670148800" MIME-Version: 1.0 Date: Fri, 2 Dec 2022 15:24:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/py-sip-qt5 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221202152430.F18D3FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669994670148800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 2 15:24:30 UTC 2022 Modified Files: pkgsrc/x11/py-sip-qt5: DESCR Makefile PLIST Log Message: py-sip-qt5: update to 12.11.0. Changes not found. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-sip-qt5/DESCR \ pkgsrc/x11/py-sip-qt5/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/py-sip-qt5/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669994670148800 Content-Disposition: inline Content-Length: 2372 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/py-sip-qt5/DESCR diff -u pkgsrc/x11/py-sip-qt5/DESCR:1.1 pkgsrc/x11/py-sip-qt5/DESCR:1.2 --- pkgsrc/x11/py-sip-qt5/DESCR:1.1 Thu Nov 22 02:30:53 2018 +++ pkgsrc/x11/py-sip-qt5/DESCR Fri Dec 2 15:24:30 2022 @@ -1 +1,3 @@ -SIP bindings for C and C++ libraries (PyQt5 version) +This packages contains a sip extension module, intended for use by +x11/py-qt5. (The sip module is used at runtime, rather than only at +build time like sip.) Index: pkgsrc/x11/py-sip-qt5/PLIST diff -u pkgsrc/x11/py-sip-qt5/PLIST:1.1 pkgsrc/x11/py-sip-qt5/PLIST:1.2 --- pkgsrc/x11/py-sip-qt5/PLIST:1.1 Thu Nov 22 02:30:53 2018 +++ pkgsrc/x11/py-sip-qt5/PLIST Fri Dec 2 15:24:30 2022 @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2018/11/22 02:30:53 markd Exp $ -${PYSITELIB}/PyQt5/sip.pyi +@comment $NetBSD: PLIST,v 1.2 2022/12/02 15:24:30 wiz Exp $ ${PYSITELIB}/PyQt5/sip.so -${PYSITELIB}/PyQt5_sip-${PKGVERSION}.dist-info/INSTALLER -${PYSITELIB}/PyQt5_sip-${PKGVERSION}.dist-info/METADATA -${PYSITELIB}/PyQt5_sip-${PKGVERSION}.dist-info/RECORD +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt Index: pkgsrc/x11/py-sip-qt5/Makefile diff -u pkgsrc/x11/py-sip-qt5/Makefile:1.2 pkgsrc/x11/py-sip-qt5/Makefile:1.3 --- pkgsrc/x11/py-sip-qt5/Makefile:1.2 Sun Apr 12 06:19:56 2020 +++ pkgsrc/x11/py-sip-qt5/Makefile Fri Dec 2 15:24:30 2022 @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2020/04/12 06:19:56 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/12/02 15:24:30 wiz Exp $ -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/sip/sip-qt5/} -COMMENT= SIP bindings for C and C++ libraries (PyQt5 version) +DISTNAME= PyQt5_sip-12.11.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt5_sip/sip-qt5/} +CATEGORIES= x11 python +MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyQt5_sip/} -.include "../../x11/py-sip/Makefile.common" +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://pypi.org/project/PyQt5_sip/ +COMMENT= Qt5 support for sip +LICENSE= sip-license OR gnu-gpl-v2 OR gnu-gpl-v3 -do-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${PYTHONBIN} configure.py ${CONFIGURE_ARGS} --sip-module PyQt5.sip --no-tools +USE_LANGUAGES= c c++ -.include "../../lang/python/extension.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1669994670148800--