running tests against installed version of package

2016-03-25 Thread Brian May
Hello, By default pybuild runs tests I think using the source tree. However I have a package where the tests require the entry points from setup.py to be configured, the tests fail without this. So what is the appropriate way to modify debian/rules to get the tests to run from the installed

Re: Packaging pythonpy

2016-03-25 Thread Gianfranco Costamagna
Hi Tiago, >* How to fix the "python-script-but-no-python-dep" lintian error? I've >tried with and without pybuild and the error still persists. adding python to the dependencies? do you have python to build dependencies, dh-python and python:Depends on the binary package? >* How to get

Re: running tests against installed version of package

2016-03-25 Thread Ben Finney
Brian May writes: > Vcs-Git: git://anonscm.debian.org/python-modules/packages/apscheduler.git > Vcs-Browser: > https://anonscm.debian.org/cgit/python-modules/packages/apscheduler.git The “git:” URL method is not encrypted. You should specify the encrypted “https:”

Re: Packaging dependencies for mailman3-hyperkitty

2016-03-25 Thread Barry Warsaw
On Mar 25, 2016, at 01:02 PM, Paul Wise wrote: >Does HyperKitty depend on mailman3 or just enhance it by providing an >archive web interface? Although greatly enhanced by it, Mailman 3 (core) doesn't require HyperKitty. HK isn't currently useful on its own though. Cheers, -Barry

Re: running tests against installed version of package

2016-03-25 Thread Barry Warsaw
On Mar 25, 2016, at 06:17 PM, Brian May wrote: >However I have a package where the tests require the entry points from >setup.py to be configured, the tests fail without this. > >So what is the appropriate way to modify debian/rules to get the tests >to run from the installed version with the

Re: Packaging pythonpy

2016-03-25 Thread Gianfranco Costamagna
Hi, >I really appreciate your effort in trying to package it yourself, but >you didn't solved the main problem, which is the >"python-script-but-no-python-dep". indeed, control file line two. it is an application, so choose some Section from there

Re: Packaging pythonpy

2016-03-25 Thread Tiago Ilieve
Hi Gianfranco, On 25 March 2016 at 16:21, Gianfranco Costamagna wrote: > http://debomatic-amd64.debian.net/distribution#unstable/pythonpy/0.4.4-1/lintian > please dget it from there and start again :) > > I fixed a lot of issues, and many more are there now! I

Re: running tests against installed version of package

2016-03-25 Thread Brian May
Ben Finney writes: > The “git:” URL method is not encrypted. You should specify the encrypted > “https:” method in the “VCS-Git” field: > > Vcs-Git: > https://anonscm.debian.org/git/python-modules/packages/apscheduler.git So just to double check, this should

Re: Packaging dependencies for mailman3-hyperkitty

2016-03-25 Thread Paul Wise
On Fri, 2016-03-25 at 19:35 +0100, Pierre-Elliott Bécue wrote: > That's in progress, the only goal of this detection is to deactivate > javascript dynamic load of threads. We're thinking about alternative > solutions. I don't understand why you would deactivate JavaScript dynamic load for bots?

Re: django-pipeline / slimit

2016-03-25 Thread Brian May
Raphael Hertzog writes: > Yeah, skip the test on Python 3, tell upstream that slimit is not > supported on Python 3 and that the test should be skipped there. Upstream pipeline seem to think slimit works fine with Python 3:

Re: running tests against installed version of package

2016-03-25 Thread Brian May
Ben Finney writes: > As another check, you can test the resulting URL with a ‘git clone’ to a > temporary target directory. It doesn't seem to like me today: % git clone https://anonscm.debian.org/git/python-modules/packages/apscheduler.git Cloning into

Re: Packaging pythonpy

2016-03-25 Thread Tiago Ilieve
Gianfranco, On 25 March 2016 at 19:07, Gianfranco Costamagna wrote: > up to your sponsor :) Tried one or two new approaches and it didn't worked. In the I've created a patch[1] changing "#!/usr/bin/env python2" to "#!/usr/bin/env python". This should work as long

Re: running tests against installed version of package

2016-03-25 Thread Ben Finney
Brian May writes: > Ben Finney writes: > > > The “git:” URL method is not encrypted. You should specify the encrypted > > “https:” method in the “VCS-Git” field > > So just to double check, this should solve that right? > > sed

Re: running tests against installed version of package

2016-03-25 Thread Ben Finney
Brian May writes: > Ben Finney writes: > > > As another check, you can test the resulting URL with a ‘git clone’ to a > > temporary target directory. > > It doesn't seem to like me today: Alioth is not responding at all, for me at the moment. And

Re: Packaging dependencies for mailman3-hyperkitty

2016-03-25 Thread Pierre-Elliott Bécue
Le vendredi 25 mars 2016 à 13:02:55+0800, Paul Wise a écrit : > On Thu, Mar 24, 2016 at 11:43 PM, Pierre-Elliott Bécue wrote: > > > Packaging dependencies for mailman3-hyperkitty > > Does HyperKitty depend on mailman3 or just enhance it by providing an > archive web interface? If the latter, I

Re: Packaging pythonpy

2016-03-25 Thread Tiago Ilieve
Hi Gianfranco, On 25 March 2016 at 06:25, Gianfranco Costamagna wrote: > > adding python to the dependencies? > do you have python to build dependencies, dh-python and python:Depends on the > binary package? This is what is strange. I've made the following