Henry Schreiner

Results 2507 comments of Henry Schreiner

> can we move that to be an optional dependency as an extra? Pip would vendor build, rather than installing it, so what build declares shouldn't matter to pip, right?...

What would happen if a user did this: ```python $ python -m build dist/some-tarball.tar.gz ``` (no `--wheel` flag) Would this only produce a wheel, since it's already an sdist, would...

Maybe https://stackoverflow.com/questions/61590804/how-to-install-gcc-9-on-debianlatest-docker as long as it doesn’t update glibc by upgrading to a new os (which it might...), this should work like the dev toolset, I think?

Not at all surprised. You want the most recent GCC possible for alternative archs.

> Or go for 2_28 right away (at least for arm64)? Debian 10 has GCC 8.3. We need newer compilers with older images; requiring the wheel to be based on...

But is this still an unsolved bug with the virtualenv creation?

Can't you use colons? The (little used) fourth colon separated part is a module name, IIRC.

What about a cross between 1 & 2? Mention the "standard" way to do things (which is what I'd always use anyway - with `pipx run` it's really easy), and...

Vs. today: ```bash pipx run cookiecutter gh:scikit-hep/cookie & cd my_project pipx run build pipx run twine upload dist/* ``` I think if we embraced pipx a bit more, a lot...

One problem (sort of hidden in the discussion) is that `flit build` and `pipx run build` are creating very different SDists. I'd really love to to see the standard tooling...