Files
macports-ports/python/py-healpy
Paul Guyot 98208fb84a py-healpy: update to 1.19.0; add py311, py313, py314 subports
Drop py-six (no longer required by upstream) and the post-extract step
that regenerated pre-shipped Cython output (no longer present in sdist).
Add setuptools_scm to the build deps as required by pyproject.toml.

Patch pyproject.toml to drop pykg-config from build-system.requires.
The setup.py only falls back to pykg-config when pkg-config is not
installed; with port:pkgconfig in depends_build it is unused, and
keeping it in [build-system].requires breaks the PEP 517 build under
--no-isolation since MacPorts has no py-pykg-config port.

Closes: https://trac.macports.org/ticket/64801
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
2026-05-14 21:53:42 -04:00
..