Re: Python-trezor

2020-06-23 Thread Emmanuel Arias
Hi Michael,

I contacted Tristan and Richard some months ago. Tristan said to me he
was going to change
the maintainer field on d/control. But lookin on the salsa repository,
that was not updated.
I've  already contacted them again.

I'll be very happy to update python-trezor, but IMO the maintainer (or
uploader) must change the d/control
files. At least one other DD DPMT team member give me the ok to go ahead.


Cheers,
Arias Emmanuel
@eamanu
http://eamanu.com


El dom., 21 de jun. de 2020 a la(s) 14:21, Michael Robinson
(mich...@felinefamily.org) escribió:
>
> Hello again,
>
> The forthcoming upgrade of Electrum to 4.x will require python-trezor0.12 to 
> maintain trezor compatibility. Is there someone that can upload that update? 
> I tried contacting Richard Ulrich and Tristan Seligmann but haven’t been able 
> to make contact.
>
> The primary roadblock to 0.12 was python-libusb1, which is now upgraded to 
> 1.8 and should be compatible.
>
> Any help you can provide would be greatly appreciated
>
> Mike



Re: Bug#962919: RFS: spyne/2.13.15-0.1 [NMU, RC]

2020-06-23 Thread Bastian Germann
Hi,

one week has passed and no new spyne package has been released.
Please consider sponsoring the version at
https://mentors.debian.net/debian/pool/main/s/spyne/spyne_2.13.15-0.1.dsc

Bastian



Re: Moving utility scripts from one package to another

2020-06-23 Thread Stefano Rivera
Hi Scott (2020.06.23_21:56:04_+)
> I have a couple of (mostly library) Python packages, src:wxpython3.0, which
> was Python 2 only and has been recently RM'd and src:wxpython4.0 which is
> Python 3 only.  wxpython3.0 had a subpackage, python-wxtools, which
> contained a few utility scripts.  wxpython4.0 can also provide those utility
> scripts, so I just wanted to confirm what I need to do to make that happen
> safely when adding a python3-wxtools package to replace python-wxtools.
> 
> 1) python3-wxtools should Replace:, Provide:, and Conflict: python-wxtools,
> correct?

Yep. Essentially this is a rename and you're following this method:
https://wiki.debian.org/RenamingPackages#Clean_slate_method

> 2) Should python3-wxtools even be named with the python3- prefix if it is
> not providing a Python library?  I'm thinking not.

Yeah, probably not.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  +1 415 683 3272



Moving utility scripts from one package to another

2020-06-23 Thread Scott Talbert

Hi,

I have a couple of (mostly library) Python packages, src:wxpython3.0, 
which was Python 2 only and has been recently RM'd and src:wxpython4.0 
which is Python 3 only.  wxpython3.0 had a subpackage, python-wxtools, 
which contained a few utility scripts.  wxpython4.0 can also provide those 
utility scripts, so I just wanted to confirm what I need to do to make 
that happen safely when adding a python3-wxtools package to replace 
python-wxtools.


1) python3-wxtools should Replace:, Provide:, and Conflict: 
python-wxtools, correct?


2) Should python3-wxtools even be named with the python3- prefix if it is 
not providing a Python library?  I'm thinking not.


Thanks,
Scott



Re: RFS: symfit/0.5.2-1 [ITP] -- Symbolic Fitting in Python, fitting as it should be

2020-06-23 Thread Drew Parsons

On 2020-06-24 01:57, Stephan Lachnit wrote:

-BEGIN PGP MESSAGE-
Version: ProtonMail

wcFMAysU9YM04hChAQ//cTKRX2ovcrbEV2oEgObcf8/pwIk/p6l0K7sqm2Im
NHnk1mPaSg1VqIdK+QlqGgomxU/oZDSicnjRI1a7dNRvbJuOvMDKMqacQUIc
zJWXCdOxBw361ut+2LrcbwgaMFcW/fuXPbFFt3k5cWNVv8+qBtSFq/VwsSMs



Heh that's kind of funny if your mail client is automatically encrypting 
to me, but not encrypting to the mailing list. Seems to defeat the point 
of encrypting... still, we should all be using it more.


It looks like you've added --with sphinxdoc to dh, but haven't actually 
triggered the doc build itself (dh --with sphinxdoc doesn't *build* the 
docs, it just manages the installation of them, and the value of 
${sphinxdoc:Depends})


See the commented part of dh_make's debian/rules.  Uncomment to get the 
docs building.
Or you can also do it just with cd docs; make html.  I'm not sure why 
dh_make uses a more complicated method. Maybe not all python modules 
provide a docs/Makefile.


Building man pages fails (with either method), but you don't need a 
manpage for a python module with no binary executable. HTML is enough.


Note the doc-base file in the dh_make templates.  It's nice to use this 
to register the docs (cf. file:///usr/share/doc/HTML/index.html)


Drew