Re: Request to join the Debian Python Team

2024-06-05 Thread Stefano Rivera
Hi Mwadime (2024.06.04_21:28:52_+) > Hello I am Calvin Mwadime Makokha, with @CalvoM as the salsa login. > I would like to join DPT so that I would help maintain python3-inotify > that is up for adoption. Added, welcome! Stefano -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 32

Bug#1072640: ITP: fscacher -- Python package for caching results of operations on heavy file trees

2024-06-05 Thread Yaroslav Halchenko
Package: wnpp Severity: wishlist Owner: Yaroslav Halchenko X-Debbugs-Cc: debian-de...@lists.debian.org, debian-python@lists.debian.org * Package name: fscacher Version : 0.4.1 Upstream Contact: Yaroslav Halchenko * URL : https://github.com/con/fscacher * License

Re: install entry points in a dedicated binary package

2024-06-05 Thread PICCA Frederic-Emmanuel
> I'm not 100% sure I understand your question, but is something > preventing you from installing the script with a > debian/binoculars.install file? nothink but it seems to me (I may be wrong), that pybuild install all files directly in the python3- package Am I wrong ? I end up with the scrip

Re: install entry points in a dedicated binary package

2024-06-05 Thread Louis-Philippe Véronneau
On 2024-06-05 2 h 57 a.m., PICCA Frederic-Emmanuel wrote: > with the something fonctionnaly equivalent which install the entry points only in the binoculars package. > ... > # install scripts into binoculars > python3 setup.py install_scripts -d debian/binoculars/usr/bin I'm not 100% sure I und

install entry points in a dedicated binary package

2024-06-05 Thread PICCA Frederic-Emmanuel
Hello, I am modernizing the binoculars package. I switch it to pyproject.toml and now I need to update the packaging. I would like your advices in order to replace this d/rules --- export DH_VERBOSE=1 export PYBUILD_NAME=binoculars export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/bin/ %: