review for python-leather/0.4.0-1

2023-12-05 Thread Jeroen Ploemen
hi Ileana, I took a look at the python-leather package up for sponsorship in the Python team. Some issues came up during review: * possible unused build-deps on python3-six, -doc, dpkg-dev; * build-dep on furo could be marked !nodoc; * build-dep on sphinx-common is redundant, already a

Re: Recommended way of installing system-wide python application and libraries

2023-12-05 Thread Salvo Tomaselli
Hello, I guess you plan on maintaining it yourself. You should do an "Intention to package" bug, you do that running: reportbug wnpp There is a tool called "lintian" that you will probably find useful to check your packaging, as you get it into shape. I'd recommend the debian-mentors IRC

Re: Recommended way of installing system-wide python application and libraries

2023-12-05 Thread c . buhtz
Hello Ivan, I am not an expert in Python Packaging and also not in Debian-specific Packaging of Python stuff. So please take my advice with care. But I do have some experience and did a lot of experiments. When it comes to pure Python Packaging I would suggest my demo repository. It is not

Re: Recommended way of installing system-wide python application and libraries

2023-12-05 Thread Andrey Rakhmatullin
On Tue, Dec 05, 2023 at 02:10:01AM -0800, Ivan Perez wrote: > Hi everyone! > > I'm currently trying to bring a tool we have at NASA Ames up to speed: > https://github.com/NASA-SW-VnV/ikos > > IKOS is a static analyzer for C. I'm really hoping that IKOS can be > included in Debian in the near

Recommended way of installing system-wide python application and libraries

2023-12-05 Thread Ivan Perez
Hi everyone! I'm currently trying to bring a tool we have at NASA Ames up to speed: https://github.com/NASA-SW-VnV/ikos IKOS is a static analyzer for C. I'm really hoping that IKOS can be included in Debian in the near future. IKOS is implemented as a C++ library, and a number of python