pkgsrc-WIP-changes archive

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

+py-wurlitzer in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 4 17:06:37 2022 +0000
Changeset:	c53268aeb758397574afcbf4d04ba7f860b169ff

Modified Files:
	Makefile
Added Files:
	py-wurlitzer/DESCR
	py-wurlitzer/Makefile
	py-wurlitzer/PLIST
	py-wurlitzer/distinfo

Log Message:
+py-wurlitzer in wip

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

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

diffstat:
 Makefile              |  1 +
 py-wurlitzer/DESCR    |  1 +
 py-wurlitzer/Makefile | 14 ++++++++++++++
 py-wurlitzer/PLIST    |  8 ++++++++
 py-wurlitzer/distinfo |  5 +++++
 5 files changed, 29 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c7211f457e..d780e2bf1c 100644
--- a/Makefile
+++ b/Makefile
@@ -4955,6 +4955,7 @@ SUBDIR+=	py-wsaccel
 SUBDIR+=	py-wsgi-intercep
 SUBDIR+=	py-wsgi-intercept
 SUBDIR+=	py-wsgiref
+SUBDIR+=	py-wurlitzer
 SUBDIR+=	py-wurst
 SUBDIR+=	py-wxWidgets-unicode
 SUBDIR+=	py-xapp
diff --git a/py-wurlitzer/DESCR b/py-wurlitzer/DESCR
new file mode 100644
index 0000000000..9ae519a8c5
--- /dev/null
+++ b/py-wurlitzer/DESCR
@@ -0,0 +1 @@
+Capture C-level stdout/stderr in Python
diff --git a/py-wurlitzer/Makefile b/py-wurlitzer/Makefile
new file mode 100644
index 0000000000..4b16e82aec
--- /dev/null
+++ b/py-wurlitzer/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	wurlitzer-3.0.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=w/wurlitzer/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pypi.org/project/wurlitzer/
+COMMENT=	Capture C-level stdout/stderr in Python
+LICENSE=	mit
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-wurlitzer/PLIST b/py-wurlitzer/PLIST
new file mode 100644
index 0000000000..8c1f0251d3
--- /dev/null
+++ b/py-wurlitzer/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wurlitzer.py
+${PYSITELIB}/wurlitzer.pyc
+${PYSITELIB}/wurlitzer.pyo
diff --git a/py-wurlitzer/distinfo b/py-wurlitzer/distinfo
new file mode 100644
index 0000000000..333dfeb08b
--- /dev/null
+++ b/py-wurlitzer/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (wurlitzer-3.0.2.tar.gz) = 820e0fbbf8e50314b4640fa78ca76ec5d102e1163a7f414b9cdc697a7b36e123
+SHA512 (wurlitzer-3.0.2.tar.gz) = b0398699a15910511726053d32aa883fba249df9e7de393d645e4ac927d6ee9950fb459d27129d2806e39494245250b23ddf41acd349af514056dba1739cb1c8
+Size (wurlitzer-3.0.2.tar.gz) = 9846 bytes


Home | Main Index | Thread Index | Old Index