Date: Thu, 17 Oct 2024 19:07:26 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: a9fc95468c2a - main - www/moin2: Fix PEP 517 installation Message-ID: <202410171907.49HJ7QJZ092086@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410171907.49HJ7QJZ092086>