summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2017-03-08 14:54:26 +0000
committerwiz <wiz>2017-03-08 14:54:26 +0000
commit032fa28bb321abb3d17133182f87466af28b7146 (patch)
tree9a2c22ec21e21b7ca4a1b3062670404c2e915806 /archivers
parent295fbf39d54637699e4dac4e4165ab5d36d8dedc (diff)
downloadpkgsrc-032fa28bb321abb3d17133182f87466af28b7146.tar.gz
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 (limited to 'archivers')
-rw-r--r--archivers/py-zstandard/DESCR9
-rw-r--r--archivers/py-zstandard/Makefile15
-rw-r--r--archivers/py-zstandard/PLIST6
-rw-r--r--archivers/py-zstandard/distinfo6
4 files changed, 36 insertions, 0 deletions
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