pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zstandard



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  8 14:54:26 UTC 2017

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

Log Message:
Import py-zstandard-0.7.0 as archivers/py-zstandard.

This project provides Python bindings for interfacing with the
Zstandard compression library. A C extension and CFFI interface are
provided.

The primary goal of the project is to provide a rich interface to
the underlying C API through a Pythonic interface while not sacrificing
performance. This means exposing most of the features and flexibility
of the C API while not sacrificing usability or safety that Python
provides.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/py-zstandard/DESCR \
    pkgsrc/archivers/py-zstandard/Makefile \
    pkgsrc/archivers/py-zstandard/PLIST \
    pkgsrc/archivers/py-zstandard/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-zstandard/DESCR
diff -u /dev/null pkgsrc/archivers/py-zstandard/DESCR:1.1
--- /dev/null   Wed Mar  8 14:54:26 2017
+++ pkgsrc/archivers/py-zstandard/DESCR Wed Mar  8 14:54:26 2017
@@ -0,0 +1,9 @@
+This project provides Python bindings for interfacing with the
+Zstandard compression library. A C extension and CFFI interface are
+provided.
+
+The primary goal of the project is to provide a rich interface to
+the underlying C API through a Pythonic interface while not sacrificing
+performance. This means exposing most of the features and flexibility
+of the C API while not sacrificing usability or safety that Python
+provides.
Index: pkgsrc/archivers/py-zstandard/Makefile
diff -u /dev/null pkgsrc/archivers/py-zstandard/Makefile:1.1
--- /dev/null   Wed Mar  8 14:54:26 2017
+++ pkgsrc/archivers/py-zstandard/Makefile      Wed Mar  8 14:54:26 2017
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2017/03/08 14:54:26 wiz Exp $
+
+DISTNAME=      zstandard-0.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    archivers python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zstandard/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/indygreg/python-zstandard
+COMMENT=       Zstandard bindings for Python
+LICENSE=       modified-bsd
+
+.include "../../archivers/zstd/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/py-zstandard/PLIST
diff -u /dev/null pkgsrc/archivers/py-zstandard/PLIST:1.1
--- /dev/null   Wed Mar  8 14:54:26 2017
+++ pkgsrc/archivers/py-zstandard/PLIST Wed Mar  8 14:54:26 2017
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2017/03/08 14:54:26 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/zstd.so
Index: pkgsrc/archivers/py-zstandard/distinfo
diff -u /dev/null pkgsrc/archivers/py-zstandard/distinfo:1.1
--- /dev/null   Wed Mar  8 14:54:26 2017
+++ pkgsrc/archivers/py-zstandard/distinfo      Wed Mar  8 14:54:26 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/03/08 14:54:26 wiz Exp $
+
+SHA1 (zstandard-0.7.0.tar.gz) = 36b19fe3b531cb8498869283278ff84bf0ef9a99
+RMD160 (zstandard-0.7.0.tar.gz) = a61b531afb7ffd8d143fa1a51044efe45b2b2427
+SHA512 (zstandard-0.7.0.tar.gz) = 016a8142a504757beb99b681386e7d8ea81b91a3a10b44894fa16443c21b567fce1101283e1967a2895e504045d84173b512fe7144a6a962ef64a509fcd83a4a
+Size (zstandard-0.7.0.tar.gz) = 427288 bytes



Home | Main Index | Thread Index | Old Index