Re: packaging manual for a beginner

2020-04-08 Thread Thomas Goirand
On 4/8/20 11:25 AM, Alex Mestiashvili wrote: > I can imagine that for a newcomer it is kind of > complicated to start packaging python software. There must be some easy > py2deb stuff giving you almost ready debian package,(that's what stdeb > is doing to some extent), but again the documentation i

Re: packaging manual for a beginner

2020-04-08 Thread Alex Mestiashvili
On 4/8/20 10:36 AM, Andrey Rahmatullin wrote: > On Tue, Apr 07, 2020 at 08:13:02PM +0200, Alex Mestiashvili wrote: >> Hi Debian Python folks, >> >> Is there a good entry point for a newbie who wants to package a python >> module? I am looking for a tool similar to dh-make-perl. In the past >> I've

Re: packaging manual for a beginner

2020-04-08 Thread Alex Mestiashvili
On 4/8/20 10:23 AM, Thomas Goirand wrote: > On 4/7/20 8:13 PM, Alex Mestiashvili wrote: >> Hi Debian Python folks, >> >> Is there a good entry point for a newbie who wants to package a python >> module? I am looking for a tool similar to dh-make-perl. In the past >> I've been using stdeb as far as

Re: packaging manual for a beginner

2020-04-08 Thread Andrey Rahmatullin
On Tue, Apr 07, 2020 at 08:13:02PM +0200, Alex Mestiashvili wrote: > Hi Debian Python folks, > > Is there a good entry point for a newbie who wants to package a python > module? I am looking for a tool similar to dh-make-perl. In the past > I've been using stdeb as far as I remember, but it is som

Re: packaging manual for a beginner

2020-04-08 Thread Thomas Goirand
On 4/7/20 8:13 PM, Alex Mestiashvili wrote: > Hi Debian Python folks, > > Is there a good entry point for a newbie who wants to package a python > module? I am looking for a tool similar to dh-make-perl. In the past > I've been using stdeb as far as I remember, but it is somehow painful > compared

Re: python packaging manual for a beginner

2020-04-07 Thread Geert Stappers
Preamble 'foo' and 'bar' are placeholders. ( https://en.wikipedia.org/wiki/Metasyntactic_variable ) On Tue, Apr 07, 2020 at 08:13:02PM +0200, Alex Mestiashvili wrote: > Hi Debian Python folks, > > Is there a good entry point for a newbie who wants to package a python > module? I am looking for

packaging manual for a beginner

2020-04-07 Thread Alex Mestiashvili
Hi Debian Python folks, Is there a good entry point for a newbie who wants to package a python module? I am looking for a tool similar to dh-make-perl. In the past I've been using stdeb as far as I remember, but it is somehow painful compared to other dh-make-x helpers. A link with step-by-step in