Received: by mail.netbsd.org (Postfix, from userid 605) id 5DA3E84D78; Thu, 22 Nov 2018 02:30:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45BF484D59 for ; Thu, 22 Nov 2018 02:30:54 +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 w05mAxYVuVDK for ; Thu, 22 Nov 2018 02:30:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8AD0E84C85 for ; Thu, 22 Nov 2018 02:30:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A4A7FB1F; Thu, 22 Nov 2018 02:30:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154285385374470" MIME-Version: 1.0 Date: Thu, 22 Nov 2018 02:30:53 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/py-sip-qt5 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20181122023053.6A4A7FB1F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154285385374470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Nov 22 02:30:53 UTC 2018 Added Files: pkgsrc/x11/py-sip-qt5: DESCR Makefile PLIST Log Message: py-sip-qt5: install version 4.19.13 SIP bindings for C and C++ libraries (PyQt5 version) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/x11/py-sip-qt5/DESCR \ pkgsrc/x11/py-sip-qt5/Makefile pkgsrc/x11/py-sip-qt5/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154285385374470 Content-Disposition: inline Content-Length: 1397 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/x11/py-sip-qt5/DESCR diff -u /dev/null pkgsrc/x11/py-sip-qt5/DESCR:1.1 --- /dev/null Thu Nov 22 02:30:53 2018 +++ pkgsrc/x11/py-sip-qt5/DESCR Thu Nov 22 02:30:53 2018 @@ -0,0 +1 @@ +SIP bindings for C and C++ libraries (PyQt5 version) Index: pkgsrc/x11/py-sip-qt5/Makefile diff -u /dev/null pkgsrc/x11/py-sip-qt5/Makefile:1.1 --- /dev/null Thu Nov 22 02:30:53 2018 +++ pkgsrc/x11/py-sip-qt5/Makefile Thu Nov 22 02:30:53 2018 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2018/11/22 02:30:53 markd Exp $ + +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/sip/sip-qt5/} +COMMENT= SIP bindings for C and C++ libraries (PyQt5 version) + +.include "../../x11/py-sip/Makefile.common" + +do-configure: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ + ${PYTHONBIN} configure.py ${CONFIGURE_ARGS} --sip-module PyQt5.sip --no-tools + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/py-sip-qt5/PLIST diff -u /dev/null pkgsrc/x11/py-sip-qt5/PLIST:1.1 --- /dev/null Thu Nov 22 02:30:53 2018 +++ pkgsrc/x11/py-sip-qt5/PLIST Thu Nov 22 02:30:53 2018 @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2018/11/22 02:30:53 markd Exp $ +${PYSITELIB}/PyQt5/sip.pyi +${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 --_----------=_154285385374470--