Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 21:20:29 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1ac7a6051135 - main - devel/py-libcst: Cosmetic change
Message-ID:  <202305072120.347LKThA049234@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} {} +
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305072120.347LKThA049234>