Re: Joining DPMT

2019-12-07 Thread James McCoy
On Thu, Nov 28, 2019 at 09:41:30PM -0500, James McCoy wrote: > Hi, > > I'd like to help maintain the python-neovim package, as part of my > general maintenance of the (neo)vim ecosystem. > > I've read the DPMT policy and agree to it. Ping? In case it helps, my Salsa nick is jamessan. Cheers, -

[Help] Please switch to Python 3

2019-12-07 Thread Andreas Tille
Control: tags -1 help Hi, I upgraded python-pbcommand Git[1] to latest upstream commit which is work in progress to Python3. Unfortunately I'm facing some remaining test suite errors: ... [gw3] [ 98%] PASSED tests/test_validators.py::TestValidators::test_validate_report tests/test_validators.

Re: [Help] consensuscore: Python2 removal in sid/bullseye

2019-12-07 Thread Andrey Rahmatullin
On Sat, Dec 07, 2019 at 09:23:16PM +0100, Andreas Tille wrote: > I tried to port consensuscore to Python3 in Git[1]. Unfortunately 2to3 > was not completely successfully since I get: This isn't 2to3's fault. >dh_auto_build -O--buildsystem=pybuild > I: pybuild base:217: /usr/bin/python3.8 setu

Re: RFS: opentracing-python/2.2.0-1 [ITP] -- opentracing interface for Python

2019-12-07 Thread Fabrice BAUZAC-STEHLY
Dear Debian-Python members, I have just added Upstream-Contact in debian/copyright, and kindly would like sponsorship for this package. ITP: 942069 RFS: 945178 Mentors: https://mentors.debian.net/package/opentracing-python Fabrice BAUZAC-STEHLY writes: > Package: sponsorship-requests > Severity

[Help] consensuscore: Python2 removal in sid/bullseye

2019-12-07 Thread Andreas Tille
Control: tags -1 help Hi, I tried to port consensuscore to Python3 in Git[1]. Unfortunately 2to3 was not completely successfully since I get: dh_auto_build -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python3.8 setup.py build. WARNING: '' not a valid package name; please use only .

Re: Dealing with zope.interface unsatisfiable build-dependency.

2019-12-07 Thread peter green
On 07/12/2019 15:09, Håvard Flaget Aasen wrote: If you still wish to disable tests for python 2, you might be looking for this export PYBUILD_DISABLE_python2=test That line in debian/rules should work. You have some more options here: https://wiki.debian.org/Python/Pybuild and perhaps the manp

Re: Dealing with zope.interface unsatisfiable build-dependency.

2019-12-07 Thread Håvard Flaget Aasen
If you still wish to disable tests for python 2, you might be looking for this export PYBUILD_DISABLE_python2=test That line in debian/rules should work. You have some more options here: https://wiki.debian.org/Python/Pybuild and perhaps the manpages. On 07.12.2019 09:12, peter green wrote:

Re: Dealing with zope.interface unsatisfiable build-dependency.

2019-12-07 Thread peter green
On 07/12/2019 07:47, peter green wrote: It would be preferable to only disable the testsuite for python2, but I have no idea how to do that, so my current debdiff disables the testsuite completely, I also ran into an issue with the package's clean target not cleaning up properly. Just realized