# scikit-build Developer Meeting Notes 2023-12-01 #9 ## Agenda - [Henry Slides](https://docs.google.com/presentation/d/1oURS0vUti8YSTQB8jddATQvTSC6pGxuVcIHngaa543c/edit#slide=id.p) ## Attending - Matt McCormick - Henry Scheiner - Jean-Christophe Fillion-Robin ## Discussion - List of projects using scikit-build-core - builds a page out of yaml file like cibuildwheel - https://github.com/pypa/cibuildwheel/blob/main/bin/projects.py - https://github.com/pypa/cibuildwheel/blob/main/docs/data/projects.yml - 257 non-fork matches - cs.github.com - path:pyproject.toml scikit_build_core NOT is:fork - https://github.com/search?type=code&q=path%3Apyproject.toml+scikit_build_core+NOT+is%3Afork - Sort by stars? - Include ones with more than 50 stars? - GitHub does not understand the build system dependencies - but it should, can with a litt ### Slides review notes - `if.any`, `if.env` now merged - cmake-less support is there (if there are packages that also have a pure python replacement) - `wheel.exclude` supports regex to exclude files from the wheel - basic editable installs of Cython `.pxd` improved through @vyasr contrib - WIP to support dynamically pulling schema from website and embedding in built wheel in validade-pyproject-schema-store - pipx updated to support https://peps.python.org/pep-0723/