summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorleot <leot>2017-04-14 12:10:26 +0000
committerleot <leot>2017-04-14 12:10:26 +0000
commitdc7ba839277462287c51735847a31902b8cdb072 (patch)
treebe3a913612c56f1ff59a78d62087ff4c03457260 /archivers
parentfce3c0a369e8eb24438be5b71874dc8a0d86fc14 (diff)
downloadpkgsrc-dc7ba839277462287c51735847a31902b8cdb072.tar.gz
Import py-brotlipy-0.6.0 as archivers/py-brotlipy
Brotlipy is a collection of CFFI-based bindings to the Brotli compression reference implementation as written by Google. This enables Python software to easily and quickly work with the Brotli compression algorithm, regardless of what interpreter is being used.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-brotlipy/DESCR5
-rw-r--r--archivers/py-brotlipy/Makefile21
-rw-r--r--archivers/py-brotlipy/PLIST18
-rw-r--r--archivers/py-brotlipy/distinfo6
4 files changed, 50 insertions, 0 deletions
diff --git a/archivers/py-brotlipy/DESCR b/archivers/py-brotlipy/DESCR
new file mode 100644
index 00000000000..61e7cad1d07
--- /dev/null
+++ b/archivers/py-brotlipy/DESCR
@@ -0,0 +1,5 @@
+Brotlipy is a collection of CFFI-based bindings to the Brotli
+compression reference implementation as written by Google. This
+enables Python software to easily and quickly work with the Brotli
+compression algorithm, regardless of what interpreter is being
+used.
diff --git a/archivers/py-brotlipy/Makefile b/archivers/py-brotlipy/Makefile
new file mode 100644
index 00000000000..6ecb0a4bc68
--- /dev/null
+++ b/archivers/py-brotlipy/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+DISTNAME= brotlipy-0.6.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/brotlipy/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/python-hyper/brotlipy/
+COMMENT= Python Bindings to the Brotli Compression Algorithm
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
+
+.include "../../lang/python/egg.mk"
+
+.if ${_PYTHON_VERSION} < 33
+DEPENDS+= ${PYPKGPREFIX}-enum34>=1.0.4:../../devel/py-enum34
+.endif
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/py-brotlipy/PLIST b/archivers/py-brotlipy/PLIST
new file mode 100644
index 00000000000..9c24cea7359
--- /dev/null
+++ b/archivers/py-brotlipy/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/14 12:10:26 leot Exp $
+${PYSITELIB}/brotli/__init__.py
+${PYSITELIB}/brotli/__init__.pyc
+${PYSITELIB}/brotli/__init__.pyo
+${PLIST.py2x}${PYSITELIB}/brotli/_brotli.so
+${PLIST.py3x}${PYSITELIB}/brotli/_brotli.abi3.so
+${PYSITELIB}/brotli/brotli.py
+${PYSITELIB}/brotli/brotli.pyc
+${PYSITELIB}/brotli/brotli.pyo
+${PYSITELIB}/brotli/build.py
+${PYSITELIB}/brotli/build.pyc
+${PYSITELIB}/brotli/build.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/archivers/py-brotlipy/distinfo b/archivers/py-brotlipy/distinfo
new file mode 100644
index 00000000000..4594a231a64
--- /dev/null
+++ b/archivers/py-brotlipy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+SHA1 (brotlipy-0.6.0.tar.gz) = 2b7feb0fb726f51eb3ec0c1b6cd385f64186ef86
+RMD160 (brotlipy-0.6.0.tar.gz) = 1a23de5291aa72296922158860fda4577170d939
+SHA512 (brotlipy-0.6.0.tar.gz) = 7fdeebaf50565cd57c98cd60297c50a8482283b9d71a382d0e92068eeec1d3d9dd50735d81ac8b196e54291c9cbe9fd3ef27c939ecdc2a164dc9a08b3f57f35c
+Size (brotlipy-0.6.0.tar.gz) = 437694 bytes