You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
98208fb84a
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>