archivers/py-brotlipy: Update pkg-descr and WWW

This commit is contained in:
Po-Chuan Hsieh 2022-03-25 20:47:24 +08:00
parent 64a6c33c5b
commit 5fcd1cbfdb
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 6 additions and 7 deletions

View file

@ -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>

View file

@ -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