Re: How do you create entry-points for Python applications?

2022-12-18 Thread Scott Kitterman
On December 19, 2022 6:27:55 AM UTC, c.bu...@posteo.jp wrote: >Dear Scott, > >thanks for the reply. > >Am 19.12.2022 06:25 schrieb Scott Kitterman: >> Pybuild using the pyproject plugin will build a wheel and >> then install the necessary files in the package using the installer >> module. The

Re: How do you create entry-points for Python applications?

2022-12-18 Thread c . buhtz
Dear Scott, thanks for the reply. Am 19.12.2022 06:25 schrieb Scott Kitterman: Pybuild using the pyproject plugin will build a wheel and then install the necessary files in the package using the installer module. The entry point scripts are in the wheel, just like an upstream built wheel.

Re: How do you create entry-points for Python applications?

2022-12-18 Thread Scott Kitterman
On December 19, 2022 5:13:27 AM UTC, c.bu...@posteo.jp wrote: >Am 18.12.2022 23:03 schrieb Danial Behzadi دانیال بهزادی: >> AFAIK Debian helper for Python handles this > >;) Yes, but how? > >Does it ignore the pip-default-entry-point-scripts? Does it create its own >script? >Do you have to

Re: How do you create entry-points for Python applications?

2022-12-18 Thread c . buhtz
Am 18.12.2022 23:03 schrieb Danial Behzadi دانیال بهزادی: AFAIK Debian helper for Python handles this ;) Yes, but how? Does it ignore the pip-default-entry-point-scripts? Does it create its own script? Do you have to explicit write a script?

Re: How do you create entry-points for Python applications?

2022-12-18 Thread Danial Behzadi دانیال بهزادی
AFAIK Debian helper for Python handles this در 18 دسامبر 2022 19:18:44 (UTC)، c.bu...@posteo.jp نوشت: >Hello, >a python application isn't a binary but a script. So to invoke such an >application there need to be a shell script somewhere in PATH that invoke that >script via python3 interpreter.

How do you create entry-points for Python applications?

2022-12-18 Thread c . buhtz
Hello, a python application isn't a binary but a script. So to invoke such an application there need to be a shell script somewhere in PATH that invoke that script via python3 interpreter. Imagine an application with a GUI (qt, tikinter, gtk, ...). On the upstream site modern python projects

Re: Python 3.11 for bookworm?

2022-12-18 Thread Julian Gilbey
On Thu, Dec 15, 2022 at 04:10:05PM +0100, Thomas Goirand wrote: > On 12/13/22 13:34, Julian Gilbey wrote: > > If Python 3.11 is the default, then it is highly likely that Spyder > > will not be included: debugpy, which is a dependency of Spyder and > > python3-ipykernel (and lots of things that

Re: python-tesserocr: flaky autopkgtest

2022-12-18 Thread Scott Kitterman
On December 18, 2022 4:47:39 PM UTC, Scott Talbert wrote: >On Sun, 18 Dec 2022, Malik Mlitat wrote: > >> >> Hello DPT, >> >> I have updated the package python-tesserocr [1] to skip the flaky test to >> fix the issue below. >> >>  I need a maintainer please to upload the new release version

Re: python-tesserocr: flaky autopkgtest

2022-12-18 Thread Scott Talbert
On Sun, 18 Dec 2022, Malik Mlitat wrote: Hello DPT, I have updated the package python-tesserocr [1] to skip the flaky test to fix the issue below.  I need a maintainer please to upload the new release version 2.5.2-2  to the Debian archive. [1]

Re: python-tesserocr: flaky autopkgtest

2022-12-18 Thread Malik Mlitat
Hello DPT, I have updated the package python-tesserocr [1] to skip the flaky test to fix the issue below.  I need a maintainer please to upload the new release version 2.5.2-2  to the Debian archive. [1] https://salsa.debian.org/python-team/packages/python-tesserocr Regards, Malik | |

Re: Eric-22.12 and trove-classifiers

2022-12-18 Thread Guðjón Guðjónsson
Hi again list The trove-classfiers library is only three minor files and the calver library is a single small file, I don't find it worth it to make Debian packages out of them plus I can only build them using setuptools. Eric contains a ThirdParty directory and I can add the trove-classifiers