summaryrefslogtreecommitdiff
path: root/math/py-scs
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-10-13 00:57:05 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2025-10-13 01:45:15 -0700
commit98161024905dcab141c36b46f70f10ccd5153117 (patch)
tree4327d51622c743254e8af6b6d7eced6058eadbfa /math/py-scs
parentdevel/unordered-dense: update 4.5.0 → 4.7.0 (diff)
math/{,py-}scs: update 3.2.7 → 3.2.9
Reported by: portscout
Diffstat (limited to 'math/py-scs')
-rw-r--r--math/py-scs/Makefile7
-rw-r--r--math/py-scs/distinfo6
-rw-r--r--math/py-scs/files/patch-pyproject.toml8
3 files changed, 11 insertions, 10 deletions
diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile
index 87d60dd90608..e1fc8c128ec0 100644
--- a/math/py-scs/Makefile
+++ b/math/py-scs/Makefile
@@ -1,6 +1,5 @@
PORTNAME= scs
-DISTVERSION= 3.2.7
-PORTREVISION= 1
+DISTVERSION= 3.2.9
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -26,6 +25,8 @@ MAKE_ENV= ${CONFIGURE_ENV}
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_scs_*.so
+ @${STRIP_CMD} \
+ ${STAGEDIR}${PYTHON_SITELIBDIR}/scs/_scs_direct${PYTHON_TAG}.so \
+ ${STAGEDIR}${PYTHON_SITELIBDIR}/scs/_scs_indirect${PYTHON_TAG}.so
.include <bsd.port.mk>
diff --git a/math/py-scs/distinfo b/math/py-scs/distinfo
index 48effb4dbcba..bcb0f972262b 100644
--- a/math/py-scs/distinfo
+++ b/math/py-scs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731044167
-SHA256 (scs-3.2.7.tar.gz) = e89d81752ef241d7e408f21d0b69cde9bb6ce196241482e17f763cba5a7d9497
-SIZE (scs-3.2.7.tar.gz) = 1600253
+TIMESTAMP = 1760338342
+SHA256 (scs-3.2.9.tar.gz) = df9542d435d21938ed09494a6c525a9772779902b61300961e16890a2df7f572
+SIZE (scs-3.2.9.tar.gz) = 1690742
diff --git a/math/py-scs/files/patch-pyproject.toml b/math/py-scs/files/patch-pyproject.toml
index 7b7980d3fad4..d62e3f0d491b 100644
--- a/math/py-scs/files/patch-pyproject.toml
+++ b/math/py-scs/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
---- pyproject.toml.orig 2024-06-20 23:14:01 UTC
+--- pyproject.toml.orig 2025-10-12 18:49:35 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
build-backend = 'mesonpy'
requires = [
-- "numpy >= 2.0.0; python_version > '3.8'",
-+ "numpy; python_version > '3.8'",
- "oldest-supported-numpy; python_version <= '3.8'",
+- "numpy >= 2.0.0",
++ "numpy",
"meson-python"
]
+