Skip to content

Commit a31514f

Browse files
author
Matthew Danielson
committed
py-tblib: 1.7.0
A library for serializing tracebacks.
1 parent 1af11cf commit a31514f

File tree

4 files changed

+47
-0
lines changed

4 files changed

+47
-0
lines changed

py-tblib/DESCR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dask is a flexible parallel computing library for analytics

py-tblib/Makefile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# $NetBSD$
2+
3+
DISTNAME= tblib-1.7.0
4+
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5+
CATEGORIES= databases
6+
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tblib/}
7+
8+
9+
MAINTAINER= [email protected]
10+
HOMEPAGE= https://github.com/ionelmc/python-tblib/
11+
COMMENT= Serialization library for Exceptions and Tracebacks
12+
LICENSE= modified-bsd
13+
14+
15+
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16+
17+
do-test:
18+
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
19+
20+
USE_LANGUAGES= # none
21+
22+
.include "../../lang/python/wheel.mk"
23+
.include "../../mk/bsd.pkg.mk"

py-tblib/PLIST

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
@comment $NetBSD$
2+
${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
3+
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
4+
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
5+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
6+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
7+
${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
8+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
9+
${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
10+
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
11+
${PYSITELIB}/tblib/__init__.py
12+
${PYSITELIB}/tblib/__init__.pyc
13+
${PYSITELIB}/tblib/cpython.py
14+
${PYSITELIB}/tblib/cpython.pyc
15+
${PYSITELIB}/tblib/decorators.py
16+
${PYSITELIB}/tblib/decorators.pyc
17+
${PYSITELIB}/tblib/pickling_support.py
18+
${PYSITELIB}/tblib/pickling_support.pyc

py-tblib/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD$
2+
3+
BLAKE2s (tblib-1.7.0.tar.gz) = 12814d9e878630a4be933b1108d299cc3ba80bd07efd2cd9ab6f0f58839bafae
4+
SHA512 (tblib-1.7.0.tar.gz) = 10dcff18a1da386d9dd6bae35608f4a2d3bc8f87c15fcf49d886f98d95a6defd348ef0dc5637e03f4c553a933a0ecb4c215cf15b1e78fca58fea10052f9fb4e9
5+
Size (tblib-1.7.0.tar.gz) = 33074 bytes

0 commit comments

Comments
 (0)