David Hotham

Results 125 issues of David Hotham

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description publish wheels ### 🧑‍💻 Implementation Makefile already seems to be set...

type: feature
status: backlog

Revisits #97, actually more or less reverses 84650b2 per that issue, it still is desirable that package metadata should be static. That is not currently the case: some wheels say...

Direct invocation of setuptools is [deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/). Build and publish a wheel. I did not see where you set up dependencies for build/publish: you will need to `pip install build` before...

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...

Direct invocation of setup.py is [deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/). By publishing only a source distribution you are requiring all users of your project to build the wheel themselves - which is slower, and...

title needs formatting

#968 was closed too fast. You wrote: > The latest wheel have been published to PyPI. but this is not the case, as you can see at https://pypi.org/project/mobly/#files - only...

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...

enhancement