Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 20:53:43 +0000
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: e2a6e8ef92ae - main - devel/py-lap: Fix USE_PYTHON=cython usage
Message-ID:  <6a3ee6d7.1f98c.104c4567@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit e2a6e8ef92ae17794f89a031fba0329a5b37b894
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-26 20:47:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-26 20:47:30 +0000

    devel/py-lap: Fix USE_PYTHON=cython usage
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-lap/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/py-lap/Makefile b/devel/py-lap/Makefile
index 04786c090d85..7a95abafdb8a 100644
--- a/devel/py-lap/Makefile
+++ b/devel/py-lap/Makefile
@@ -12,10 +12,9 @@ WWW=		https://github.com/gatagat/lap
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils optsuffix
+USE_PYTHON=	autoplist distutils cython optsuffix
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee6d7.1f98c.104c4567>