git: 5fcd1cbfdbe5 - main - archivers/py-brotlipy: Update pkg-descr and WWW

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 13:43:23 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5fcd1cbfdbe5c95cb799411519ed4be348639452

commit 5fcd1cbfdbe5c95cb799411519ed4be348639452
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 12:47:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:36:48 +0000

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