diff options
author | joerg <joerg@pkgsrc.org> | 2017-09-29 21:36:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-09-29 21:36:23 +0000 |
commit | 563499963e43889001bc94a84e458a71be657368 (patch) | |
tree | 73771d191e9ae79cf645c5e27ad108ebdcf47521 /archivers | |
parent | 778925db4d11265bb5cb4e55fdc7b70b3e72a097 (diff) | |
download | pkgsrc-563499963e43889001bc94a84e458a71be657368.tar.gz |
Add py-lz4-0.10.1:
py-lz4 provides Python bindings for the LZ4 compression library by Yann
Collet.
At this time the project contains bindings for the LZ4 block format,
which are considered stable.
Support for the LZ4 frame format is a work-in-progress and available as a
technology preview. A future relase will implement support for the LZ4
stream format.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-lz4/DESCR | 9 | ||||
-rw-r--r-- | archivers/py-lz4/Makefile | 15 | ||||
-rw-r--r-- | archivers/py-lz4/PLIST | 26 | ||||
-rw-r--r-- | archivers/py-lz4/distinfo | 7 |
4 files changed, 57 insertions, 0 deletions
diff --git a/archivers/py-lz4/DESCR b/archivers/py-lz4/DESCR new file mode 100644 index 00000000000..4e32194a062 --- /dev/null +++ b/archivers/py-lz4/DESCR @@ -0,0 +1,9 @@ +py-lz4 provides Python bindings for the LZ4 compression library by Yann +Collet. + +At this time the project contains bindings for the LZ4 block format, +which are considered stable. + +Support for the LZ4 frame format is a work-in-progress and available as a +technology preview. A future relase will implement support for the LZ4 +stream format.
\ No newline at end of file diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile new file mode 100644 index 00000000000..3abe21ae77d --- /dev/null +++ b/archivers/py-lz4/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2017/09/29 21:36:23 joerg Exp $ + +DISTNAME= lz4-0.10.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= archivers python +MASTER_SITES= ${MASTER_SITE_PYPI:=l/lz4/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/python-lz4/python-lz4 +COMMENT= Python LZ4 binding +LICENSE= modified-bsd + +.include "../../lang/python/distutils.mk" +.include "../../archivers/lz4/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/py-lz4/PLIST b/archivers/py-lz4/PLIST new file mode 100644 index 00000000000..093fa1264eb --- /dev/null +++ b/archivers/py-lz4/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2017/09/29 21:36:23 joerg Exp $ +${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PYSITELIB}/${EGG_FILE}/top_level.txt +${PYSITELIB}/lz4/__init__.py +${PYSITELIB}/lz4/__init__.pyc +${PYSITELIB}/lz4/__init__.pyo +${PYSITELIB}/lz4/_version.so +${PYSITELIB}/lz4/block/__init__.py +${PYSITELIB}/lz4/block/__init__.pyc +${PYSITELIB}/lz4/block/__init__.pyo +${PYSITELIB}/lz4/block/_block.so +${PYSITELIB}/lz4/deprecated.py +${PYSITELIB}/lz4/deprecated.pyc +${PYSITELIB}/lz4/deprecated.pyo +${PYSITELIB}/lz4/frame/__init__.py +${PYSITELIB}/lz4/frame/__init__.pyc +${PYSITELIB}/lz4/frame/__init__.pyo +${PYSITELIB}/lz4/frame/_frame.so +${PYSITELIB}/lz4/lz4version.py +${PYSITELIB}/lz4/lz4version.pyc +${PYSITELIB}/lz4/lz4version.pyo +${PYSITELIB}/lz4/version.py +${PYSITELIB}/lz4/version.pyc +${PYSITELIB}/lz4/version.pyo diff --git a/archivers/py-lz4/distinfo b/archivers/py-lz4/distinfo new file mode 100644 index 00000000000..495c8d90b2b --- /dev/null +++ b/archivers/py-lz4/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2017/09/29 21:36:23 joerg Exp $ + +SHA1 (lz4-0.10.1.tar.gz) = ea3a5558b528affd082ca7a00313dc0448409921 +RMD160 (lz4-0.10.1.tar.gz) = 30a00f364057974280997555cd1d237ff000e87a +SHA512 (lz4-0.10.1.tar.gz) = 538880742257e08b027c45c33aa29e12d7303826f63817d1f6d316ea9b69dfb20710a4f573499ce141cffd12fbac701305405521cb815e2329333934e7e1f2c9 +Size (lz4-0.10.1.tar.gz) = 92068 bytes +SHA1 (patch-setup.py) = 92354c17e2f917b8d777b62533cf8d56793abd7d |