pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/py-brotlipy



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Apr 14 12:10:26 UTC 2017

Added Files:
        pkgsrc/archivers/py-brotlipy: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/py-brotlipy/DESCR \
    pkgsrc/archivers/py-brotlipy/Makefile pkgsrc/archivers/py-brotlipy/PLIST \
    pkgsrc/archivers/py-brotlipy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/archivers/py-brotlipy/DESCR
diff -u /dev/null pkgsrc/archivers/py-brotlipy/DESCR:1.1
--- /dev/null   Fri Apr 14 12:10:26 2017
+++ pkgsrc/archivers/py-brotlipy/DESCR  Fri Apr 14 12:10:26 2017
@@ -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.
Index: pkgsrc/archivers/py-brotlipy/Makefile
diff -u /dev/null pkgsrc/archivers/py-brotlipy/Makefile:1.1
--- /dev/null   Fri Apr 14 12:10:26 2017
+++ pkgsrc/archivers/py-brotlipy/Makefile       Fri Apr 14 12:10:26 2017
@@ -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"
Index: pkgsrc/archivers/py-brotlipy/PLIST
diff -u /dev/null pkgsrc/archivers/py-brotlipy/PLIST:1.1
--- /dev/null   Fri Apr 14 12:10:26 2017
+++ pkgsrc/archivers/py-brotlipy/PLIST  Fri Apr 14 12:10:26 2017
@@ -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
Index: pkgsrc/archivers/py-brotlipy/distinfo
diff -u /dev/null pkgsrc/archivers/py-brotlipy/distinfo:1.1
--- /dev/null   Fri Apr 14 12:10:26 2017
+++ pkgsrc/archivers/py-brotlipy/distinfo       Fri Apr 14 12:10:26 2017
@@ -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