Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 05:18:56 +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: 36705c14435e - main - math/py-scikit-fem: Update to 12.0.1
Message-ID:  <69818540.185de.351fa6d2@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=36705c14435eeba14dc47543f2b482de4762eafc

commit 36705c14435eeba14dc47543f2b482de4762eafc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:44:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:50 +0000

    math/py-scikit-fem: Update to 12.0.1
    
    Changes:        https://github.com/kinnala/scikit-fem/releases
                    https://github.com/kinnala/scikit-fem/blob/master/README.md#changelog
---
 math/py-scikit-fem/Makefile | 5 ++---
 math/py-scikit-fem/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/math/py-scikit-fem/Makefile b/math/py-scikit-fem/Makefile
index b022425e9c4c..24826fa69928 100644
--- a/math/py-scikit-fem/Makefile
+++ b/math/py-scikit-fem/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	scikit-fem
-PORTVERSION=	11.0.0
+PORTVERSION=	12.0.1
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,7 @@ WWW=		https://scikit-fem.readthedocs.io/en/latest/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR}
 
diff --git a/math/py-scikit-fem/distinfo b/math/py-scikit-fem/distinfo
index 6b7cb90dd5e0..b23e82c2a35e 100644
--- a/math/py-scikit-fem/distinfo
+++ b/math/py-scikit-fem/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745936204
-SHA256 (scikit_fem-11.0.0.tar.gz) = 8973a2efd5237083999c8f94ae1bd8fbcb63479283e4797521e93c4f284d91db
-SIZE (scikit_fem-11.0.0.tar.gz) = 162611
+TIMESTAMP = 1769874394
+SHA256 (scikit_fem-12.0.1.tar.gz) = 2e68398c4b37314626ea735a508fc47a718ee578e51126b99a264a7d8395ec81
+SIZE (scikit_fem-12.0.1.tar.gz) = 128848


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69818540.185de.351fa6d2>