1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/py-islpy: update 2023.2.5 → 2024.2

This commit is contained in:
Yuri Victorovich 2024-11-07 20:28:49 -08:00
parent e7c48392a5
commit 82bfd475b0
3 changed files with 9 additions and 7 deletions

View File

@ -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>

View File

@ -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

View File

@ -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",
]