git: a9fc95468c2a - main - www/moin2: Fix PEP 517 installation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Oct 2024 19:07:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9fc95468c2a455d8c73553d58bb992b75e32dbe commit a9fc95468c2a455d8c73553d58bb992b75e32dbe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-17 19:04:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-17 19:04:16 +0000 www/moin2: Fix PEP 517 installation The PEP517_INSTALL_CMD is the same as the default value. Approved by: portmgr (blanket) With hat: python --- www/moin2/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/moin2/Makefile b/www/moin2/Makefile index 9e4b1a76340f..f9cfdc0b4cf6 100644 --- a/www/moin2/Makefile +++ b/www/moin2/Makefile @@ -48,8 +48,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.10.0:devel/py-babel@${PY_FLAVOR} \ USES= cpe python shebangfix CPE_VENDOR= moinmo USE_PYTHON= autoplist pep517 -PEP517_INSTALL_CMD?= ${PYTHON_CMD} -m installer --destdir ${STAGEDIR} --prefix ${PREFIX} ${BUILD_WRKSRC}/dist/${PYDISTUTILS_PKGNAME}-${DISTVERSION}*.whl -PYDISTUTILS_PKGNAME= moin NO_ARCH= yes