[macports-ports] branch master updated (b049f0ae82a -> 7100a28a40a)
Renee Otten
reneeotten at macports.org
Mon Nov 11 18:12:08 UTC 2024
Renee Otten (reneeotten) pushed a change to branch master
in repository macports-ports.
from b049f0ae82a pari: don't purge the disk cache
new 2424cb3a243 py-scipy: update to 1.14.1
new 0a9f2a126f3 py-scipy: enable tests
new 91288cd2d84 py-scipy: patch meson.build to not error out on SDK detection
new 0191d777f6b py-scipy: fix build with GCC
new 88744d447d0 py-scipy: drop legacysupport PG, link select components
new 46bd911b734 py-pythran: drop py38, add py313 subport
new 7e621bdab21 py-pybind11: add py313 subport
new f19b86d9188 py-beniget: add py313 subport
new 6f7d327a876 py-gast: add py313 subport
new ffa845c172a py-ply: add py313 subport
new 3adb9b57add py-pooch: drop py38, add py313 subport
new bfdcf39f7eb py-threadpoolctl: add py313 subport
new 7100a28a40a py-scikit-umfpack: add py313 subport, fix dependencies
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
python/py-beniget/Portfile | 2 +-
python/py-gast/Portfile | 2 +-
python/py-ply/Portfile | 2 +-
python/py-pooch/Portfile | 7 +-
python/py-pybind11/Portfile | 2 +-
python/py-pythran/Portfile | 2 +-
python/py-scikit-umfpack/Portfile | 17 +-
python/py-scipy/Portfile | 325 +++++++--------------
python/py-scipy/files/0001-Fix-cmath.patch | 325 +++++++++++++++++++++
python/py-scipy/files/0002-patch-extra-flags.patch | 15 +
...03-Use-legacysupport-manually-for-strnlen.patch | 96 ++++++
.../py-scipy/files/patch-allow-MP-boost-1.10.diff | 15 -
python/py-scipy/files/patch-allow-MP-boost.diff | 15 -
.../files/patch-ckdtree-fix-isinf-1.10.diff | 252 ----------------
python/py-scipy/files/patch-ckdtree-fix-isinf.diff | 253 ----------------
.../py-scipy/files/patch-macosx-version-min.diff | 20 --
python/py-scipy/files/patch-pyproject.toml.diff | 50 ----
.../files/patch-special-fix-isnan-isinf.diff | 66 -----
.../files/patch-use__STDC_NO_THREADS__.diff | 66 -----
.../patch-v1.13.1-version-caps-pyproject.toml.diff | 28 ++
.../files/patch-version-caps-pyproject.toml.diff | 25 ++
python/py-scipy/files/patch_scipy_meson.build.diff | 21 ++
python/py-threadpoolctl/Portfile | 2 +-
23 files changed, 627 insertions(+), 981 deletions(-)
create mode 100644 python/py-scipy/files/0001-Fix-cmath.patch
create mode 100644 python/py-scipy/files/0002-patch-extra-flags.patch
create mode 100644 python/py-scipy/files/0003-Use-legacysupport-manually-for-strnlen.patch
delete mode 100644 python/py-scipy/files/patch-allow-MP-boost-1.10.diff
delete mode 100644 python/py-scipy/files/patch-allow-MP-boost.diff
delete mode 100644 python/py-scipy/files/patch-ckdtree-fix-isinf-1.10.diff
delete mode 100644 python/py-scipy/files/patch-ckdtree-fix-isinf.diff
delete mode 100644 python/py-scipy/files/patch-macosx-version-min.diff
delete mode 100644 python/py-scipy/files/patch-pyproject.toml.diff
delete mode 100644 python/py-scipy/files/patch-special-fix-isnan-isinf.diff
delete mode 100644 python/py-scipy/files/patch-use__STDC_NO_THREADS__.diff
create mode 100644 python/py-scipy/files/patch-v1.13.1-version-caps-pyproject.toml.diff
create mode 100644 python/py-scipy/files/patch-version-caps-pyproject.toml.diff
create mode 100644 python/py-scipy/files/patch_scipy_meson.build.diff
More information about the macports-changes
mailing list