Re: Notes from the DC22 Python Team BoF

2022-07-25 Thread Julian Gilbey
On Sat, Jul 23, 2022 at 07:52:19PM +0200, Louis-Philippe Véronneau wrote: > Hey folks, > > We had a Python Team BoF at DC22 earlier today and I thought relaying the > notes we took in gobby here would be a good idea. Thanks for the notes, Louis-Philippe, and sorry I couldn't join you! A few comm

pybuild-autopkgtest (was: Notes from the DC22 Python Team BoF)

2022-07-25 Thread Julian Gilbey
On Sat, Jul 23, 2022 at 07:52:19PM +0200, Louis-Philippe Véronneau wrote: > == pybuild improvements == > > getting the autopkgtest MR in would be great > > https://salsa.debian.org/python-team/tools/dh-python/-/merge_requests/27 > > We need people to test this MR some more, although it seems fai

Re: Making py2dsp/pypi2deb the default tool to create Python-based packages in Debian

2022-07-25 Thread Andreas Tille
Hi Sandro, I was able to run py2dsp pystow with a sufficient result for my purposes with the following patch: diff --git a/pypi2deb/pypi.py b/pypi2deb/pypi.py index 3e342c0..0639de3 100644 --- a/pypi2deb/pypi.py +++ b/pypi2deb/pypi.py @@ -38,8 +38,8 @@ log = logging.getLogger('pypi2deb') @as

Re: Making py2dsp/pypi2deb the default tool to create Python-based packages in Debian

2022-07-25 Thread Andreas Tille
Am Mon, Jul 25, 2022 at 10:09:05AM +0200 schrieb Andreas Tille: > I was able to run > > py2dsp pystow > > with a sufficient result for my purposes... While I've read here the suggestion to fetch the Tarball rather vom Github than from pypi (and I agree with this) I would suggest to implement t