pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-zstandard Import py-zstandard-0.7.0 as ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14fe11c14bfc
branches:  trunk
changeset: 359375:14fe11c14bfc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 08 14:54:26 2017 +0000

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

diffstat:

 archivers/py-zstandard/DESCR    |   9 +++++++++
 archivers/py-zstandard/Makefile |  15 +++++++++++++++
 archivers/py-zstandard/PLIST    |   6 ++++++
 archivers/py-zstandard/distinfo |   6 ++++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 17a8e4cc0bd7 -r 14fe11c14bfc archivers/py-zstandard/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zstandard/DESCR      Wed Mar 08 14:54:26 2017 +0000
@@ -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.
diff -r 17a8e4cc0bd7 -r 14fe11c14bfc archivers/py-zstandard/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zstandard/Makefile   Wed Mar 08 14:54:26 2017 +0000
@@ -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"
diff -r 17a8e4cc0bd7 -r 14fe11c14bfc archivers/py-zstandard/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zstandard/PLIST      Wed Mar 08 14:54:26 2017 +0000
@@ -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
diff -r 17a8e4cc0bd7 -r 14fe11c14bfc archivers/py-zstandard/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zstandard/distinfo   Wed Mar 08 14:54:26 2017 +0000
@@ -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