Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 17:31:00 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c52ee3a1106d - main - science/py-kpLib: Fix dependencies
Message-ID:  <202207201731.26KHV0ip057761@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c52ee3a1106dba7dd90afa216c58312b3542245d

commit c52ee3a1106dba7dd90afa216c58312b3542245d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 17:30:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 17:30:58 +0000

    science/py-kpLib: Fix dependencies
---
 science/py-kpLib/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/science/py-kpLib/Makefile b/science/py-kpLib/Makefile
index d3886189c513..043bedf853f8 100644
--- a/science/py-kpLib/Makefile
+++ b/science/py-kpLib/Makefile
@@ -10,9 +10,11 @@ COMMENT=	Library for finding optimal Generalized Monkhorst-Pack k-points grid
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	pybind11>0:devel/pybind11
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.1.2:devel/py-click@${PY_FLAVOR} \
+PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.1.2:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pymatgen>=2021.3.9:science/py-pymatgen@${PY_FLAVOR}
+BUILD_DEPENDS=	pybind11>0:devel/pybind11 \
+		${PY_DEPENDS}
+RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		compiler:c++17-lang localbase python
 USE_LDCONFIG=	yes



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