git: 30d40aca850f - main - science/py-spglib: Fix build with removing setuptools from RUN_D
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jun 2024 22:17:26 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=30d40aca850f00d7fb12ec6e32ff36963d170ba8 commit 30d40aca850f00d7fb12ec6e32ff36963d170ba8 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-06-24 22:09:23 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-06-24 22:17:01 +0000 science/py-spglib: Fix build with removing setuptools from RUN_D PR: 270510 Approved by: portmgr@(blanket, fix build) --- science/py-spglib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/py-spglib/Makefile b/science/py-spglib/Makefile index bb6bf1c27a91..bd88002a5b36 100644 --- a/science/py-spglib/Makefile +++ b/science/py-spglib/Makefile @@ -14,7 +14,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@$ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>0:devel/py-scikit-build-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproject-metadata>0:devel/py-pyproject-metadata@${PY_FLAVOR} \ cmake:devel/cmake-core \ - ${PYNUMPY} + ${PYNUMPY} \ + ${PY_SETUPTOOLS} RUN_DEPENDS= ${PYNUMPY} USES= python