Wed Mar 8 14:54:26 2017 UTC ()
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.


(wiz)
diff -r0 -r1.1 pkgsrc/archivers/py-zstandard/DESCR
diff -r0 -r1.1 pkgsrc/archivers/py-zstandard/Makefile
diff -r0 -r1.1 pkgsrc/archivers/py-zstandard/PLIST
diff -r0 -r1.1 pkgsrc/archivers/py-zstandard/distinfo

File Added: pkgsrc/archivers/py-zstandard/DESCR
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.

File Added: pkgsrc/archivers/py-zstandard/Makefile
# $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
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"

File Added: pkgsrc/archivers/py-zstandard/PLIST
@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

File Added: pkgsrc/archivers/py-zstandard/distinfo
$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