git: 1ac7a6051135 - main - devel/py-libcst: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 May 2023 21:20:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ac7a6051135776e3d62d6719083dbc77263aa10 commit 1ac7a6051135776e3d62d6719083dbc77263aa10 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-07 21:13:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-07 21:13:28 +0000 devel/py-libcst: Cosmetic change --- devel/py-libcst/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index 9e91ec5832b9..08f40b0137cd 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -25,14 +25,13 @@ USES= cargo python:3.7+ USE_PYTHON= autoplist concurrent pep517 BINARY_ALIAS= python3=${PYTHON_CMD} - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}libcst03 - CARGO_BUILD= no CARGO_INSTALL= no CARGO_CARGOLOCK=${WRKSRC}/native/Cargo.lock CARGO_CARGOTOML=${WRKSRC}/native/Cargo.toml +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}libcst03 + post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +