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.
This commit is contained in:
leot 2017-04-14 12:10:26 +00:00
parent a757c55b96
commit 1b4b35c542
4 changed files with 50 additions and 0 deletions

View file

@ -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.

View file

@ -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"

View file

@ -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

View file

@ -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