build
build copied to clipboard
A simple, correct Python build frontend
Running `python -m build` in correct directory does not return any files. Is there something going on that I am not aware of? ### Details - __OS__: Raspberry Pi OS
While trying to build the [Z3](https://github.com/Z3Prover/z3/tree/master/src/api/python) project build fails: ``` ERROR Missing dependencies: cmake ``` cmake is an executable that is installed. Why doesn't build find it?
I am trying to build a wheel with build for the [scanpy](https://github.com/scverse/scanpy) project. It prints this error message: ``` ===> Building for py39-scanpy-1.9.1 cd /disk-samsung/freebsd-ports/biology/py-scanpy/work/scanpy-1.9.1 && /usr/bin/env XDG_DATA_HOME=/disk-samsung/freebsd-ports/biology/py-scanpy/work XDG_CONFIG_HOME=/disk-samsung/freebsd-ports/biology/py-scanpy/work XDG_CACHE_HOME=/disk-samsung/freebsd-ports/biology/py-scanpy/work/.cache...
Hello, I don't know if this is the right place to ask ... I'm using build in some of my projects and noticed that filenames of the e.g. example.tar.gz file...
Fixes #493
Considering you have the follwing line, [as documented on packaging.python.org](https://packaging.python.org/en/latest/tutorials/packaging-projects/#configuring-metadata) in your pyproject.toml: ```toml authors = [ { name="Example Author", email="[email protected]" }, ] ``` You build the project with `python...
The `IsolatedEnv` is made responsible for env creation to allow pip to implement custom env creation logic. ~~`IsolatedEnvBuilder` takes an `IsolatedEnv` class as an argument so that bringing your own...
At this moment there is no way to fail a build when warnings are issues during build. That is quite problematic as it means that most of the time warnings...
The existing versioning policy seems to suggest that project is trying to follow Semantic Versioning. Is there any particular reason that this project is still on a zero-version? It is...