[Distutils] Re: twine upload & network robustness

2020-08-07 Thread Robin Becker
On 07/08/2020 19:58, Wes Turner wrote: warehouse.forklift.legacy._is_valid_dist_file() https://github.com/pypa/warehouse/blob/master/warehouse/forklift/legacy.py#L603 https://github.com/pypa/warehouse/blob/master/docs/api-reference/legacy.rst#upload-api : The API endpoint served at upload.pypi

[Distutils] Re: twine upload & network robustness

2020-08-07 Thread Wes Turner
warehouse.forklift.legacy._is_valid_dist_file() https://github.com/pypa/warehouse/blob/master/warehouse/forklift/legacy.py#L603 https://github.com/pypa/warehouse/blob/master/docs/api-reference/legacy.rst#upload-api : > The API endpoint served at upload.pypi.org/legacy/ is Warehouse’s emulation of

[Distutils] Re: pip and missing shared system system library

2020-08-07 Thread David Mathog
> Unfortunately, successfully building C libraries is way, way more > complicated than that. There are nearly as many ways to detect and > configure C libraries as there are C libraries; tools like pkg-config > help a bit but they're far from universal. Agreed that building a library is more compl

[Distutils] Re: twine upload & network robustness

2020-08-07 Thread Dustin Ingram
The latter. On Fri, Aug 7, 2020 at 4:37 AM Robin Becker wrote: > Because of covid-19 I am working a lot from home so my network is likely > less robust. > > I was wondering about what happens if I upload with twine to pypi and > halfway through my network fails. > > Is the uploaded filename reme

[Distutils] twine upload & network robustness

2020-08-07 Thread Robin Becker
Because of covid-19 I am working a lot from home so my network is likely less robust. I was wondering about what happens if I upload with twine to pypi and halfway through my network fails. Is the uploaded filename remembered so I cannot retry when my network comes back? Or is the upload som