pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-sip-qt5 py-sip-qt5: update to 12.11.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a44b30659a2
branches:  trunk
changeset: 389218:9a44b30659a2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 02 15:24:30 2022 +0000

description:
py-sip-qt5: update to 12.11.0.

Changes not found.

diffstat:

 x11/py-sip-qt5/DESCR    |   4 +++-
 x11/py-sip-qt5/Makefile |  21 ++++++++++++---------
 x11/py-sip-qt5/PLIST    |  10 +++++-----
 3 files changed, 20 insertions(+), 15 deletions(-)

diffs (52 lines):

diff -r 147700e712f4 -r 9a44b30659a2 x11/py-sip-qt5/DESCR
--- a/x11/py-sip-qt5/DESCR      Fri Dec 02 15:22:27 2022 +0000
+++ b/x11/py-sip-qt5/DESCR      Fri Dec 02 15:24:30 2022 +0000
@@ -1,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.)
diff -r 147700e712f4 -r 9a44b30659a2 x11/py-sip-qt5/Makefile
--- a/x11/py-sip-qt5/Makefile   Fri Dec 02 15:22:27 2022 +0000
+++ b/x11/py-sip-qt5/Makefile   Fri Dec 02 15:24:30 2022 +0000
@@ -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)
-
-.include "../../x11/py-sip/Makefile.common"
+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/}
 
-do-configure:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
-               ${PYTHONBIN} configure.py ${CONFIGURE_ARGS} --sip-module PyQt5.sip --no-tools
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/PyQt5_sip/
+COMMENT=       Qt5 support for sip
+LICENSE=       sip-license OR gnu-gpl-v2 OR gnu-gpl-v3
 
-.include "../../lang/python/extension.mk"
+USE_LANGUAGES= c c++
+
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 147700e712f4 -r 9a44b30659a2 x11/py-sip-qt5/PLIST
--- a/x11/py-sip-qt5/PLIST      Fri Dec 02 15:22:27 2022 +0000
+++ b/x11/py-sip-qt5/PLIST      Fri Dec 02 15:24:30 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index