Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Feb 2026 11:55:52 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 474404cb202f - main - science/py-scipy: switch back to cython0 to unbreak the package
Message-ID:  <698090c8.1beea.1aa24e9f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

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

commit 474404cb202f8945e95f48943d766fa4b98a5e33
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-02-02 11:41:11 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-02-02 11:54:12 +0000

    science/py-scipy: switch back to cython0 to unbreak the package
    
    PR:             292844
    Reported by:    russo
---
 science/py-scipy/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index cca0ac923ae0..e85eb38c495e 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scipy
 DISTVERSION=	1.11.1
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	science python
 MASTER_SITES=	https://docs.scipy.org/doc/scipy-${DISTVERSION}/:doc \
@@ -38,7 +38,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-umfpack>0:math/py-scikit-umfpack@${PY_FLAVOR}
 
 USES=		compiler:c++14-lang cpe fortran python:3.10-3.12 shebangfix
-USE_PYTHON=	autoplist concurrent cython distutils
+USE_PYTHON=	autoplist concurrent cython0 distutils
 
 FFLAGS+=	-std=legacy
 LDFLAGS+=	-shared


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698090c8.1beea.1aa24e9f>