git: 82bfd475b08f - main - math/py-islpy: update 2023.2.5 → 2024.2

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 08 Nov 2024 06:37:50 UTC
The branch main has been updated by yuri:

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

commit 82bfd475b08fc88fd983fa30573562298b7d188e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-08 04:28:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-08 06:37:32 +0000

    math/py-islpy: update 2023.2.5 → 2024.2
---
 math/py-islpy/Makefile                   | 4 +++-
 math/py-islpy/distinfo                   | 6 +++---
 math/py-islpy/files/patch-pyproject.toml | 6 +++---
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/math/py-islpy/Makefile b/math/py-islpy/Makefile
index 84a2f78dcb29..096b12e3a51b 100644
--- a/math/py-islpy/Makefile
+++ b/math/py-islpy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	islpy
-DISTVERSION=	2023.2.5
+DISTVERSION=	2024.2
 CATEGORIES=	math
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -40,4 +40,6 @@ do-configure:
 			--use-barvinok \
 			--prefix=${PREFIX}
 
+# tests as of 2024.2: 31 passed, 1 skipped in 2.46s
+
 .include <bsd.port.mk>
diff --git a/math/py-islpy/distinfo b/math/py-islpy/distinfo
index 460a9de74321..30672d91fc86 100644
--- a/math/py-islpy/distinfo
+++ b/math/py-islpy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714099225
-SHA256 (islpy-2023.2.5.tar.gz) = dd74398baf36938abb7c2a9d9828cc1a2e549c6c80485cec8b06b29abfaad18f
-SIZE (islpy-2023.2.5.tar.gz) = 1136820
+TIMESTAMP = 1731039018
+SHA256 (islpy-2024.2.tar.gz) = 52d4dc4f020894cb93636f64744c087df58ab9f97676d8f1dcb4d510249bc7ab
+SIZE (islpy-2024.2.tar.gz) = 1399751
diff --git a/math/py-islpy/files/patch-pyproject.toml b/math/py-islpy/files/patch-pyproject.toml
index b3f1914a9f10..6f6f46768969 100644
--- a/math/py-islpy/files/patch-pyproject.toml
+++ b/math/py-islpy/files/patch-pyproject.toml
@@ -1,12 +1,12 @@
---- pyproject.toml.orig	2024-04-26 04:10:10 UTC
+--- pyproject.toml.orig	2024-09-04 19:20:00 UTC
 +++ pyproject.toml
-@@ -12,10 +12,8 @@ requires = [
+@@ -8,10 +8,8 @@ requires = [
      "setuptools>=64;python_version>='3.12'",
  
      "wheel>=0.34.2",
 -    "cmake>=3.18",
      "scikit-build",
-     "nanobind",
+     "nanobind>=1.3",
 -    "ninja",
      "pcpp",
  ]