pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-lz4 Add py-lz4-0.10.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b7ed6030d69
branches:  trunk
changeset: 369476:5b7ed6030d69
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 21:36:23 2017 +0000

description:
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:

 archivers/py-lz4/DESCR    |   9 +++++++++
 archivers/py-lz4/Makefile |  15 +++++++++++++++
 archivers/py-lz4/PLIST    |  26 ++++++++++++++++++++++++++
 archivers/py-lz4/distinfo |   7 +++++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 63d3dfdbe198 -r 5b7ed6030d69 archivers/py-lz4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-lz4/DESCR    Fri Sep 29 21:36:23 2017 +0000
@@ -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 -r 63d3dfdbe198 -r 5b7ed6030d69 archivers/py-lz4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-lz4/Makefile Fri Sep 29 21:36:23 2017 +0000
@@ -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@localhost
+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 -r 63d3dfdbe198 -r 5b7ed6030d69 archivers/py-lz4/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-lz4/PLIST    Fri Sep 29 21:36:23 2017 +0000
@@ -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 -r 63d3dfdbe198 -r 5b7ed6030d69 archivers/py-lz4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-lz4/distinfo Fri Sep 29 21:36:23 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index