Re: [aur-general] Python packaging: to build or not to build (Re: Review request for 3 related PKGBUILDs)

2017-02-16 Thread Levente Polyak
On 02/15/2017 02:43 AM, Eli Schwartz via aur-general wrote: > On 02/14/2017 07:44 PM, Bruno Pagani wrote: >> So, if I understand things well, python{,2} setup.py build should do the >> same thing for most package, and any one of the two could be used to >> then package the two versions? So this

Re: [aur-general] Python packaging: to build or not to build (Re: Review request for 3 related PKGBUILDs)

2017-02-14 Thread Eli Schwartz via aur-general
On 02/14/2017 07:44 PM, Bruno Pagani wrote: > So, if I understand things well, python{,2} setup.py build should do the > same thing for most package, and any one of the two could be used to > then package the two versions? So this would work: > build() { > python setup.py build > } >

Re: [aur-general] Python packaging: to build or not to build (Re: Review request for 3 related PKGBUILDs)

2017-02-14 Thread Bruno Pagani via aur-general
Le 15/02/2017 à 01:20, Eli Schwartz a écrit : > On 02/14/2017 06:11 PM, Bruno Pagani wrote: >> Le 03/01/2017 à 22:36, Eli Schwartz via aur-general a écrit : >> >>> On 01/03/2017 04:12 PM, Leonid Bloch wrote: Thanks! That was very helpful! All applied, except... "--skip-build" -

Re: [aur-general] Python packaging: to build or not to build (Re: Review request for 3 related PKGBUILDs)

2017-02-14 Thread Eli Schwartz via aur-general
On 02/14/2017 06:11 PM, Bruno Pagani wrote: > Le 03/01/2017 à 22:36, Eli Schwartz via aur-general a écrit : > >> On 01/03/2017 04:12 PM, Leonid Bloch wrote: >>> Thanks! That was very helpful! >>> >>> All applied, except... "--skip-build" - indeed it makes sense, but I >>> have never seen it with

[aur-general] Python packaging: to build or not to build (Re: Review request for 3 related PKGBUILDs)

2017-02-14 Thread Bruno Pagani via aur-general
Le 03/01/2017 à 22:36, Eli Schwartz via aur-general a écrit : > On 01/03/2017 04:12 PM, Leonid Bloch wrote: >> Thanks! That was very helpful! >> >> All applied, except... "--skip-build" - indeed it makes sense, but I >> have never seen it with other Python packages. So I wonder if indeed it >> is