Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 21:13:21 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: 0db9eb0bd44d - main - science/py-kpLib: Add devel/py-pip dependency in an attempt to unbreak
Message-ID:  <202207212113.26LLDLW1019013@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=0db9eb0bd44d4f63a937d76be8903e5423e72aaa

commit 0db9eb0bd44d4f63a937d76be8903e5423e72aaa
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 21:12:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 21:12:24 +0000

    science/py-kpLib: Add devel/py-pip dependency in an attempt to unbreak
---
 science/py-kpLib/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/science/py-kpLib/Makefile b/science/py-kpLib/Makefile
index cb210e9dfc47..d8529544ca96 100644
--- a/science/py-kpLib/Makefile
+++ b/science/py-kpLib/Makefile
@@ -10,9 +10,8 @@ COMMENT=	Library for finding optimal Generalized Monkhorst-Pack k-points grid
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		does not build: tries to run pip
-
 PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.1.2:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pymatgen>=2021.3.9:science/py-pymatgen@${PY_FLAVOR}
 BUILD_DEPENDS=	pybind11>0:devel/pybind11 \
 		${PY_DEPENDS}



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