Re: Help with python packaging

2016-06-20 Thread Peter Spiess-Knafl
Thank you both. I will try it out. Greetings Peter On 06/20/2016 12:05 PM, Gianfranco Costamagna wrote: > Hi > > > >> Get it fixed upstream. > > > other than that, the manpage issue can be "probably" fixed by > "PYTHONPATH=." > before invoking help2man > > and of course using

Re: Help with python packaging

2016-06-20 Thread Gianfranco Costamagna
Hi >Get it fixed upstream. other than that, the manpage issue can be "probably" fixed by "PYTHONPATH=." before invoking help2man and of course using ./bin/codespell.py as argument oh, and I think manpage generation should be done in override_dh_installman, not dh_auto_build target. so,

Re: Help with python packaging

2016-06-20 Thread Jakub Wilk
* Peter Spiess-Knafl , 2016-06-20, 11:23: 2.) The script gets installed with the .py suffix, how can I drop this? Get it fixed upstream. -- Jakub Wilk

Help with python packaging

2016-06-20 Thread Peter Spiess-Knafl
Hi Mentors! I currently maintain codespell [1]. Upstream has dropped the makefile support which has currently been used for packaging codespell. Now I am trying to switch to pybuild but I am facing two problems: 1.) How can I invoke help2man in a pybuild based package? 2.) The script gets