It would be awesome to have an example using scikit-build to build a Fortran project with f2py. There is some [scikit-build documentation](https://scikit-build.readthedocs.io/en/latest/cmake-modules/F2PY.html) and some [numpy documentation for f2py](https://numpy.org/devdocs/f2py/buildtools/skbuild.html), but a working example makes it easier to learn. I would be willing to write such an example, or modify the [extremely stale branch](https://github.com/scikit-build/scikit-build-sample-projects/tree/add-f2py-sample-projects/projects/hello-f2py) trying to do so.