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/ %: