pkgsrc-WIP-changes archive

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

py-sip-qt5: add latest version of this package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Nov 30 10:48:26 2022 +0100
Changeset:	5648f31693a9f6cf3663d2e485f34e0fa5eb215b

Modified Files:
	Makefile
Added Files:
	py-sip-qt5/DESCR
	py-sip-qt5/Makefile
	py-sip-qt5/PLIST
	py-sip-qt5/distinfo

Log Message:
py-sip-qt5: add latest version of this package

decoupled from py-sip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5648f31693a9f6cf3663d2e485f34e0fa5eb215b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 py-sip-qt5/DESCR    |  1 +
 py-sip-qt5/Makefile | 16 ++++++++++++++++
 py-sip-qt5/PLIST    |  6 ++++++
 py-sip-qt5/distinfo |  5 +++++
 5 files changed, 29 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7c20e64309..3046056da7 100644
--- a/Makefile
+++ b/Makefile
@@ -4702,6 +4702,7 @@ SUBDIR+=	py-sima
 SUBDIR+=	py-simpleparse-mxtexttools
 SUBDIR+=	py-simulators
 SUBDIR+=	py-singletonify
+SUBDIR+=	py-sip-qt5
 SUBDIR+=	py-sip6
 SUBDIR+=	py-sipvicious
 SUBDIR+=	py-smart-open
diff --git a/py-sip-qt5/DESCR b/py-sip-qt5/DESCR
new file mode 100644
index 0000000000..58ba515b29
--- /dev/null
+++ b/py-sip-qt5/DESCR
@@ -0,0 +1 @@
+The sip extension module provides support for the PyQt5 package.
diff --git a/py-sip-qt5/Makefile b/py-sip-qt5/Makefile
new file mode 100644
index 0000000000..972eee82ca
--- /dev/null
+++ b/py-sip-qt5/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+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/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.org/project/PyQt5_sip/
+COMMENT=	Qt5 support for sip
+#LICENSE=	SIP
+
+USE_LANGUAGES=	c c++
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sip-qt5/PLIST b/py-sip-qt5/PLIST
new file mode 100644
index 0000000000..78c639bffc
--- /dev/null
+++ b/py-sip-qt5/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+${PYSITELIB}/PyQt5/sip.so
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-sip-qt5/distinfo b/py-sip-qt5/distinfo
new file mode 100644
index 0000000000..cb50346aca
--- /dev/null
+++ b/py-sip-qt5/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (PyQt5_sip-12.11.0.tar.gz) = 40c4a7ec28a7b6442253e75c89227d782a8f6db0ffcbfbf1de7de845d5c02910
+SHA512 (PyQt5_sip-12.11.0.tar.gz) = 1542747ef1912c05b0054ffec16294046e20dd4eb757bb664fb92d7b6ed924521469e88d27e515146f725d153e3ebe3a3bf72805de6451fb52ff86ed5b9128d7
+Size (PyQt5_sip-12.11.0.tar.gz) = 122792 bytes


Home | Main Index | Thread Index | Old Index