pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-sip-qt5
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.
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@localhost
+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"
Home |
Main Index |
Thread Index |
Old Index