Build test failure for python-easydev

2019-01-15 Thread Andreas Tille
Hi, I've upgraded python-easydev[1] but the test fails: dh_auto_test -O--buildsystem=pybuild I: pybuild base:217: cd /build/python-easydev-0.9.37/.pybuild/cpython2_2.7_easydev/build; python2.7 -m unittest discover -v. --

Re: Build test failure for python-easydev

2019-01-16 Thread Piotr Ożarowski
> pkg_resources.DistributionNotFound: The 'easydev' distribution was not found > and is required by the application there are many ways to fix it (by creating egg-info data during build, not only during install stage), but if upstream is updating __version__ in each version, then definitely the b

Re: Build test failure for python-easydev

2019-01-22 Thread Andreas Tille
Hi Piotr, On Wed, Jan 16, 2019 at 10:34:07AM +0100, Piotr Ożarowski wrote: > > pkg_resources.DistributionNotFound: The 'easydev' distribution was not > > found and is required by the application > > there are many ways to fix it (by creating egg-info data during build, > not only during install

Re: Build test failure for python-easydev

2019-01-22 Thread Nick Morrott
On Tue, 22 Jan 2019 at 20:50, Andreas Tille wrote: > > Hi Piotr, > > Also here I have no idea what to do next. Andreas, I'm a newcomer to the python team, but I'm looking at this at the moment to improve by debugging and python packaging. Thanks, Nick

Re: Build test failure for python-easydev

2019-01-22 Thread Nick Morrott
On Tue, 22 Jan 2019 at 22:25, Nick Morrott wrote: > > On Tue, 22 Jan 2019 at 20:50, Andreas Tille wrote: > > > > Hi Piotr, > > > > Also here I have no idea what to do next. > > Andreas, > > I'm a newcomer to the python team, but I'm looking at this at the > moment to improve by debugging and pyth

Re: Build test failure for python-easydev

2019-01-22 Thread Andreas Tille
Hi Nick, On Tue, Jan 22, 2019 at 11:33:09PM +, Nick Morrott wrote: > > I'm a newcomer to the python team, but I'm looking at this at the > > moment to improve by debugging and python packaging. Cool. Thanks a lot. Your outright contribution was very helpful and really welcome. The only cha

Re: Build test failure for python-easydev

2019-01-23 Thread Nick Morrott
On Wed, 23 Jan 2019 at 06:54, Andreas Tille wrote: > > Hi Nick, > > On Tue, Jan 22, 2019 at 11:33:09PM +, Nick Morrott wrote: > > > I'm a newcomer to the python team, but I'm looking at this at the > > > moment to improve by debugging and python packaging. > > Cool. Thanks a lot. Your outrig

Re: Build test failure for python-easydev

2019-01-23 Thread Andreas Tille
On Wed, Jan 23, 2019 at 09:58:45AM +, Nick Morrott wrote: > > Cool. Thanks a lot. Your outright contribution was very helpful and > > really welcome. The only change I made is to revert your commit > > 38022ac5 since there is no point in changing the upstream source that > > way. I agree up