pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/py-brotlipy Import py-brotlipy-0.6.0 as arch...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8f42e008ad5
branches: trunk
changeset: 361047:b8f42e008ad5
user: leot <leot%pkgsrc.org@localhost>
date: Fri Apr 14 12:10:26 2017 +0000
description:
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:
archivers/py-brotlipy/DESCR | 5 +++++
archivers/py-brotlipy/Makefile | 21 +++++++++++++++++++++
archivers/py-brotlipy/PLIST | 18 ++++++++++++++++++
archivers/py-brotlipy/distinfo | 6 ++++++
4 files changed, 50 insertions(+), 0 deletions(-)
diffs (66 lines):
diff -r 088e3b2deb01 -r b8f42e008ad5 archivers/py-brotlipy/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-brotlipy/DESCR Fri Apr 14 12:10:26 2017 +0000
@@ -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 -r 088e3b2deb01 -r b8f42e008ad5 archivers/py-brotlipy/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-brotlipy/Makefile Fri Apr 14 12:10:26 2017 +0000
@@ -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@localhost
+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 -r 088e3b2deb01 -r b8f42e008ad5 archivers/py-brotlipy/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-brotlipy/PLIST Fri Apr 14 12:10:26 2017 +0000
@@ -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 -r 088e3b2deb01 -r b8f42e008ad5 archivers/py-brotlipy/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-brotlipy/distinfo Fri Apr 14 12:10:26 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index