From 5fcd1cbfdbe5c95cb799411519ed4be348639452 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 25 Mar 2022 20:47:24 +0800 Subject: archivers/py-brotlipy: Update pkg-descr and WWW --- archivers/py-brotlipy/Makefile | 4 ++-- archivers/py-brotlipy/pkg-descr | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/archivers/py-brotlipy/Makefile b/archivers/py-brotlipy/Makefile index eefcebd306de..28f61e4bb669 100644 --- a/archivers/py-brotlipy/Makefile +++ b/archivers/py-brotlipy/Makefile @@ -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 diff --git a/archivers/py-brotlipy/pkg-descr b/archivers/py-brotlipy/pkg-descr index 2871fc2a21b5..9b2fe90eafe5 100644 --- a/archivers/py-brotlipy/pkg-descr +++ b/archivers/py-brotlipy/pkg-descr @@ -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 -- cgit v1.2.3