From 032fa28bb321abb3d17133182f87466af28b7146 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 8 Mar 2017 14:54:26 +0000 Subject: 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. --- 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(+) create mode 100644 archivers/py-zstandard/DESCR create mode 100644 archivers/py-zstandard/Makefile create mode 100644 archivers/py-zstandard/PLIST create mode 100644 archivers/py-zstandard/distinfo (limited to 'archivers') diff --git a/archivers/py-zstandard/DESCR b/archivers/py-zstandard/DESCR new file mode 100644 index 00000000000..7ef6ac6ed6f --- /dev/null +++ b/archivers/py-zstandard/DESCR @@ -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 --git a/archivers/py-zstandard/Makefile b/archivers/py-zstandard/Makefile new file mode 100644 index 00000000000..54568143538 --- /dev/null +++ b/archivers/py-zstandard/Makefile @@ -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 +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 --git a/archivers/py-zstandard/PLIST b/archivers/py-zstandard/PLIST new file mode 100644 index 00000000000..a537cf9bd96 --- /dev/null +++ b/archivers/py-zstandard/PLIST @@ -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 --git a/archivers/py-zstandard/distinfo b/archivers/py-zstandard/distinfo new file mode 100644 index 00000000000..069d8b2d98a --- /dev/null +++ b/archivers/py-zstandard/distinfo @@ -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 -- cgit v1.2.3