Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2023 03:56:48 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: 1df218377b43 - main - math/py-petsc4py: update 3.19.5 =?utf-8?Q?=E2=86=92?= 3.20.1
Message-ID:  <202311080356.3A83umZL090561@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=1df218377b434939c84b85edf1e4805e1e8a0645

commit 1df218377b434939c84b85edf1e4805e1e8a0645
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-08 03:54:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-08 03:56:43 +0000

    math/py-petsc4py: update 3.19.5 → 3.20.1
---
 math/py-petsc4py/Makefile | 7 ++++---
 math/py-petsc4py/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/math/py-petsc4py/Makefile b/math/py-petsc4py/Makefile
index 1ef77f6535c3..db88209ed0fd 100644
--- a/math/py-petsc4py/Makefile
+++ b/math/py-petsc4py/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	petsc4py
-DISTVERSION=	3.19.5
+DISTVERSION=	3.20.1
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,13 @@ WWW=		https://gitlab.com/petsc/petsc
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-BUILD_DEPENDS=	${PYNUMPY}
+BUILD_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3
 LIB_DEPENDS=	libpetsc.so:science/PETSc
 RUN_DEPENDS=	${PYNUMPY}
 
 USES=		python
-USE_PYTHON=	distutils cython autoplist pytest # tests fail to run, see https://gitlab.com/petsc/petsc/-/issues/1301
+USE_PYTHON=	distutils autoplist pytest # tests fail to run, see https://gitlab.com/petsc/petsc/-/issues/1301
 
 MAKE_ENV=	PETSC_DIR=${LOCALBASE}
 
diff --git a/math/py-petsc4py/distinfo b/math/py-petsc4py/distinfo
index 82cdbc1e8638..4abce8741818 100644
--- a/math/py-petsc4py/distinfo
+++ b/math/py-petsc4py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693556854
-SHA256 (petsc4py-3.19.5.tar.gz) = e059fdb8b23936c3182c9226924029dbdc8f1f72a623be0fe8c2caf8646c7a45
-SIZE (petsc4py-3.19.5.tar.gz) = 292333
+TIMESTAMP = 1699405436
+SHA256 (petsc4py-3.20.1.tar.gz) = dcc9092040d13130496f1961b79c36468f383b6ede398080e004f1966c06ad38
+SIZE (petsc4py-3.20.1.tar.gz) = 413437



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