archivers/py-brotlipy: Update pkg-descr and WWW
This commit is contained in:
parent
64a6c33c5b
commit
5fcd1cbfdb
2 changed files with 6 additions and 7 deletions
|
@ -14,9 +14,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/brotli/*.so
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +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.
|
||||
This library contains Python CFFI bindings for the reference Brotli
|
||||
encoder/decoder. This allows Python software to use the Brotli compression
|
||||
algorithm directly from Python code.
|
||||
|
||||
WWW: https://github.com/python-hyper/brotlipy/
|
||||
WWW: https://github.com/python-hyper/brotlicffi
|
||||
|
|
Loading…
Reference in a new issue