aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 12:47:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:36:48 +0000
commit5fcd1cbfdbe5c95cb799411519ed4be348639452 (patch)
tree54a286ff0cc2135b377a7c34edc4887d0c8acc8e /archivers
parent64a6c33c5b10eeda1f89651ea03f2493d32e0892 (diff)
downloadports-5fcd1cbfdbe5c95cb799411519ed4be348639452.tar.gz
ports-5fcd1cbfdbe5c95cb799411519ed4be348639452.zip
archivers/py-brotlipy: Update pkg-descr and WWW
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-brotlipy/Makefile4
-rw-r--r--archivers/py-brotlipy/pkg-descr9
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 <bsd.port.mk>
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