pkgsrc-WIP-changes archive

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

py-brotlipy: Import py-brotlipy-0.6.0 as wip/py-brotlipy



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Oct 18 10:37:24 2016 +0200
Changeset:	490588add303ede860435f861527930092902378

Modified Files:
	Makefile
Added Files:
	py-brotlipy/DESCR
	py-brotlipy/Makefile
	py-brotlipy/PLIST
	py-brotlipy/distinfo

Log Message:
py-brotlipy: Import py-brotlipy-0.6.0 as wip/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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=490588add303ede860435f861527930092902378

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

diffstat:
 Makefile             |  1 +
 py-brotlipy/DESCR    |  5 +++++
 py-brotlipy/Makefile | 17 +++++++++++++++++
 py-brotlipy/PLIST    | 17 +++++++++++++++++
 py-brotlipy/distinfo |  6 ++++++
 5 files changed, 46 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ef34e8b..cced4d2 100644
--- a/Makefile
+++ b/Makefile
@@ -2687,6 +2687,7 @@ SUBDIR+=	py-booktype
 SUBDIR+=	py-bottleneck
 SUBDIR+=	py-bravo
 SUBDIR+=	py-brian
+SUBDIR+=	py-brotlipy
 SUBDIR+=	py-bruce
 SUBDIR+=	py-bsddb
 SUBDIR+=	py-bxa
diff --git a/py-brotlipy/DESCR b/py-brotlipy/DESCR
new file mode 100644
index 0000000..61e7cad
--- /dev/null
+++ b/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/py-brotlipy/Makefile b/py-brotlipy/Makefile
new file mode 100644
index 0000000..b659517
--- /dev/null
+++ b/py-brotlipy/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+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
+DEPENDS+=	${PYPKGPREFIX}-enum34>=1.0.4:../../devel/py-enum34
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-brotlipy/PLIST b/py-brotlipy/PLIST
new file mode 100644
index 0000000..6f505f3
--- /dev/null
+++ b/py-brotlipy/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD$
+${PYSITELIB}/brotli/__init__.py
+${PYSITELIB}/brotli/__init__.pyc
+${PYSITELIB}/brotli/__init__.pyo
+${PYSITELIB}/brotli/_brotli.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/py-brotlipy/distinfo b/py-brotlipy/distinfo
new file mode 100644
index 0000000..9a76ac0
--- /dev/null
+++ b/py-brotlipy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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