pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-brotli



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Dec 17 10:15:37 UTC 2019

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

Log Message:
py-brotli: Import py-brotli-1.0.7 as archivers/py-brotli

Brotli is a generic-purpose lossless compression algorithm that compresses data
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
and 2nd order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in speed
with deflate but offers more dense compression.

This package contains Python bindings for Brotli.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/py-brotli/DESCR \
    pkgsrc/archivers/py-brotli/Makefile pkgsrc/archivers/py-brotli/PLIST \
    pkgsrc/archivers/py-brotli/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-brotli/DESCR
diff -u /dev/null pkgsrc/archivers/py-brotli/DESCR:1.1
--- /dev/null   Tue Dec 17 10:15:38 2019
+++ pkgsrc/archivers/py-brotli/DESCR    Tue Dec 17 10:15:37 2019
@@ -0,0 +1,7 @@
+Brotli is a generic-purpose lossless compression algorithm that compresses data
+using a combination of a modern variant of the LZ77 algorithm, Huffman coding
+and 2nd order context modeling, with a compression ratio comparable to the best
+currently available general-purpose compression methods. It is similar in speed
+with deflate but offers more dense compression.
+
+This package contains Python bindings for Brotli.
Index: pkgsrc/archivers/py-brotli/Makefile
diff -u /dev/null pkgsrc/archivers/py-brotli/Makefile:1.1
--- /dev/null   Tue Dec 17 10:15:38 2019
+++ pkgsrc/archivers/py-brotli/Makefile Tue Dec 17 10:15:37 2019
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/12/17 10:15:37 leot Exp $
+
+DISTNAME=      Brotli-1.0.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=    archivers python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/brotli/}
+EXTRACT_SUFX=  .zip
+DIST_SUBDIR=   py-brotli
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/google/brotli
+COMMENT=       Generic-purpose lossless compression algorithm (Python module)
+LICENSE=       mit
+
+USE_LANGUAGES= c c++
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/py-brotli/PLIST
diff -u /dev/null pkgsrc/archivers/py-brotli/PLIST:1.1
--- /dev/null   Tue Dec 17 10:15:38 2019
+++ pkgsrc/archivers/py-brotli/PLIST    Tue Dec 17 10:15:37 2019
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/17 10:15:37 leot Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/_brotli.so
+${PYSITELIB}/brotli.py
+${PYSITELIB}/brotli.pyc
+${PYSITELIB}/brotli.pyo
Index: pkgsrc/archivers/py-brotli/distinfo
diff -u /dev/null pkgsrc/archivers/py-brotli/distinfo:1.1
--- /dev/null   Tue Dec 17 10:15:38 2019
+++ pkgsrc/archivers/py-brotli/distinfo Tue Dec 17 10:15:37 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/17 10:15:37 leot Exp $
+
+SHA1 (py-brotli/Brotli-1.0.7.zip) = 707c9a4eb4aefb60b8ece34b246ea2c1fee88fad
+RMD160 (py-brotli/Brotli-1.0.7.zip) = d9924953377fa7d766da673529eb5be03123d08d
+SHA512 (py-brotli/Brotli-1.0.7.zip) = 1c491fcea970e9c966b27ded03d50b7f77a038f228edb66c9ace383d9ceb4dc17e9f34cf957f3a0e8050847b7476bef7f42f39e10c6fc2a56686b6e29241e248
+Size (py-brotli/Brotli-1.0.7.zip) = 496391 bytes



Home | Main Index | Thread Index | Old Index