[Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-22 Thread Thomas Güttler
> Wes Turner: > sourceURL: "git+ssh://g...@github.com/pypa/pip@master" > sourceURL: "git+https://github.com/pypa/pip@master"; > Or, we could add "sourceURL" (pending bikeshedding on the property name) to the metadata 3.0 PEP. Why not? What is the next step to add sourceURL to the pep? Regards,

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-22 Thread Wes Turner
@ncoghlan would know which are the current metadata peps? - http://python-notes.curiousefficiency.org/en/latest/pep_ideas/core_packaging_api.html - https://github.com/pypa/python-packaging-user-guide - https://packaging.python.org/ - https://packaging.python.org/specifications/ - https://

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-22 Thread Wes Turner
( The thread subject here was: "[Distutils] Canonical Repo URL: Make "pip install -e foo" work" https://mail.python.org/pipermail/distutils-sig/2017-March/thread.html#30302 ) On Wed, Mar 22, 2017 at 11:59 PM, Wes Turner wrote: > @ncoghlan would know which are the current metadata peps? > - http:

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-23 Thread Nick Coghlan
On 23 March 2017 at 02:29, Thomas Güttler wrote: > > Wes Turner: > > sourceURL: "git+ssh://g...@github.com/pypa/pip@master" > > sourceURL: "git+https://github.com/pypa/pip@master"; > > Or, we could add "sourceURL" (pending bikeshedding on the property name) > to the metadata 3.0 PEP. > > Why not?

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-23 Thread Wes Turner
On Thu, Mar 23, 2017 at 2:23 AM, Nick Coghlan wrote: > On 23 March 2017 at 02:29, Thomas Güttler > wrote: > >> > Wes Turner: >> > sourceURL: "git+ssh://g...@github.com/pypa/pip@master" >> > sourceURL: "git+https://github.com/pypa/pip@master"; >> > Or, we could add "sourceURL" (pending bikesheddi

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-23 Thread Nick Coghlan
On 24 March 2017 at 13:24, Wes Turner wrote: > > On Thu, Mar 23, 2017 at 2:23 AM, Nick Coghlan wrote: > >> This means we're not going to be automating the process of getting an >> editable checkout in the core tools any time soon - there are already 100k+ >> published packages on PyPI, so anyone

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-24 Thread Wes Turner
On Thu, Mar 23, 2017 at 11:59 PM, Nick Coghlan wrote: > On 24 March 2017 at 13:24, Wes Turner wrote: > >> >> On Thu, Mar 23, 2017 at 2:23 AM, Nick Coghlan wrote: >> >>> This means we're not going to be automating the process of getting an >>> editable checkout in the core tools any time soon -

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-24 Thread Wes Turner
On Fri, Mar 24, 2017 at 4:26 AM, Wes Turner wrote: > > > On Thu, Mar 23, 2017 at 11:59 PM, Nick Coghlan wrote: > >> On 24 March 2017 at 13:24, Wes Turner wrote: >> >>> >>> On Thu, Mar 23, 2017 at 2:23 AM, Nick Coghlan >>> wrote: >>> This means we're not going to be automating the process

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-24 Thread Nick Coghlan
On 24 March 2017 at 19:37, Wes Turner wrote: > > On Fri, Mar 24, 2017 at 4:26 AM, Wes Turner wrote: > > https://www.python.org/dev/peps/pep-0345/#project-url-multiple-use > > Project-URL (multiple-use) >> A string containing a browsable URL for the project and a label for it, >> separated by a c

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-24 Thread Thomas Güttler
Am 24.03.2017 um 05:59 schrieb Nick Coghlan: > On 24 March 2017 at 13:24, Wes Turner > wrote: > > > On Thu, Mar 23, 2017 at 2:23 AM, Nick Coghlan > wrote: > > This means we're not going to be automating the process of getting

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-24 Thread Nick Coghlan
On 25 March 2017 at 07:12, Thomas Güttler wrote: > Am 24.03.2017 um 05:59 schrieb Nick Coghlan: > > So the lesson we've learned is that for consumer tasks it's *always* > better to start by asking "How can I best achieve my objective without > asking publishers to change *anything*?". > > > > In

Re: [Distutils] add "sourceURL" to the metadata 3.0 PEP.

2017-03-25 Thread Thomas Güttler
Am 25.03.2017 um 06:38 schrieb Nick Coghlan: > On 25 March 2017 at 07:12, Thomas Güttler > wrote: > > Am 24.03.2017 um 05:59 schrieb Nick Coghlan: > > So the lesson we've learned is that for consumer tasks it's *always* > better to start by asking "Ho