Re: [PATCH v3 03/15] python: add VERSION file

2020-10-28 Thread John Snow
On 10/28/20 3:51 PM, Cleber Rosa wrote: On Tue, Oct 20, 2020 at 03:35:43PM -0400, John Snow wrote: Python infrastructure as it exists today is not capable reliably of single-sourcing a package version from a parent directory. The authors of pip are working to correct this, but as of today this i

Re: [PATCH v3 03/15] python: add VERSION file

2020-10-28 Thread Cleber Rosa
On Tue, Oct 20, 2020 at 03:35:43PM -0400, John Snow wrote: > Python infrastructure as it exists today is not capable reliably of > single-sourcing a package version from a parent directory. The authors > of pip are working to correct this, but as of today this is not possible > to my knowledge. >

[PATCH v3 03/15] python: add VERSION file

2020-10-20 Thread John Snow
Python infrastructure as it exists today is not capable reliably of single-sourcing a package version from a parent directory. The authors of pip are working to correct this, but as of today this is not possible to my knowledge. The problem is that when using pip to build and install a python pack