pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lz4



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Sep 29 21:36:23 UTC 2017

Added Files:
        pkgsrc/archivers/py-lz4: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/py-lz4/DESCR \
    pkgsrc/archivers/py-lz4/Makefile pkgsrc/archivers/py-lz4/PLIST \
    pkgsrc/archivers/py-lz4/distinfo

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

Added files:

Index: pkgsrc/archivers/py-lz4/DESCR
diff -u /dev/null pkgsrc/archivers/py-lz4/DESCR:1.1
--- /dev/null   Fri Sep 29 21:36:23 2017
+++ pkgsrc/archivers/py-lz4/DESCR       Fri Sep 29 21:36:23 2017
@@ -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
Index: pkgsrc/archivers/py-lz4/Makefile
diff -u /dev/null pkgsrc/archivers/py-lz4/Makefile:1.1
--- /dev/null   Fri Sep 29 21:36:23 2017
+++ pkgsrc/archivers/py-lz4/Makefile    Fri Sep 29 21:36:23 2017
@@ -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"
Index: pkgsrc/archivers/py-lz4/PLIST
diff -u /dev/null pkgsrc/archivers/py-lz4/PLIST:1.1
--- /dev/null   Fri Sep 29 21:36:23 2017
+++ pkgsrc/archivers/py-lz4/PLIST       Fri Sep 29 21:36:23 2017
@@ -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
Index: pkgsrc/archivers/py-lz4/distinfo
diff -u /dev/null pkgsrc/archivers/py-lz4/distinfo:1.1
--- /dev/null   Fri Sep 29 21:36:23 2017
+++ pkgsrc/archivers/py-lz4/distinfo    Fri Sep 29 21:36:23 2017
@@ -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