pkgsrc-WIP-changes archive

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

py-tblib: 1.7.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Apr 4 13:51:36 2022 -0700
Changeset:	a31514f8ffa6bbeac3a34ec61f88b9f82587f2a5

Added Files:
	py-tblib/DESCR
	py-tblib/Makefile
	py-tblib/PLIST
	py-tblib/distinfo

Log Message:
py-tblib: 1.7.0

A library for serializing tracebacks.

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

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

diffstat:
 py-tblib/DESCR    |  1 +
 py-tblib/Makefile | 23 +++++++++++++++++++++++
 py-tblib/PLIST    | 18 ++++++++++++++++++
 py-tblib/distinfo |  5 +++++
 4 files changed, 47 insertions(+)

diffs:
diff --git a/py-tblib/DESCR b/py-tblib/DESCR
new file mode 100644
index 0000000000..cda4d48967
--- /dev/null
+++ b/py-tblib/DESCR
@@ -0,0 +1 @@
+Dask is a flexible parallel computing library for analytics
diff --git a/py-tblib/Makefile b/py-tblib/Makefile
new file mode 100644
index 0000000000..1f753e7b9d
--- /dev/null
+++ b/py-tblib/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	tblib-1.7.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/tblib/}
+
+
+MAINTAINER=	matthewd%fastmail.us@localhost
+HOMEPAGE=	https://github.com/ionelmc/python-tblib/
+COMMENT=	Serialization library for Exceptions and Tracebacks
+LICENSE=	modified-bsd
+
+
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+do-test:
+	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-tblib/PLIST b/py-tblib/PLIST
new file mode 100644
index 0000000000..6b67b1adc3
--- /dev/null
+++ b/py-tblib/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/tblib/__init__.py
+${PYSITELIB}/tblib/__init__.pyc
+${PYSITELIB}/tblib/cpython.py
+${PYSITELIB}/tblib/cpython.pyc
+${PYSITELIB}/tblib/decorators.py
+${PYSITELIB}/tblib/decorators.pyc
+${PYSITELIB}/tblib/pickling_support.py
+${PYSITELIB}/tblib/pickling_support.pyc
diff --git a/py-tblib/distinfo b/py-tblib/distinfo
new file mode 100644
index 0000000000..3d07516684
--- /dev/null
+++ b/py-tblib/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tblib-1.7.0.tar.gz) = 12814d9e878630a4be933b1108d299cc3ba80bd07efd2cd9ab6f0f58839bafae
+SHA512 (tblib-1.7.0.tar.gz) = 10dcff18a1da386d9dd6bae35608f4a2d3bc8f87c15fcf49d886f98d95a6defd348ef0dc5637e03f4c553a933a0ecb4c215cf15b1e78fca58fea10052f9fb4e9
+Size (tblib-1.7.0.tar.gz) = 33074 bytes


Home | Main Index | Thread Index | Old Index