creating a new package?

2023-10-25 Thread Ian Norton
Hi, It's probably somehow obvious, but I can't find anywhere what the process is to create/request a new package repo. For my my python app (gitlab-emulator) I'm happy to put the debian package build scripting in my repo. Would the salsa package simply be a synchronised mirror of the upstream repo

Re: Python module packaging request to help me maintain apt-listchanges

2023-10-24 Thread Ian Norton
Pytest-subprocess looks interesting, I'd probably myself have done the mocks directly using pytest-mock but it's good to know this exists. On Mon, 23 Oct 2023, 12:49 Jonathan Kamens, wrote: > Hello all, > > I'm writing to ask for your assistance in getting pytest-subprocess > packaged into Debia

Request access to salsa for python package for gitlab-emulator

2023-10-23 Thread Ian Norton
Hi, I'm the owner/maintainer of the gitlab-emulator project https://gitlab.com/cunity/gitlab-emulator I'd like to request access to Salsa to introduce a debian package for gitlab-emulator. I've submitted a registration request for Salsa and have read https://salsa.debian.org/python-team/tools/pyt

Re: can pip be made using local Debian packages for any dependencies

2023-02-15 Thread Ian Norton
I agree that is "easiest" but what I was after was the ability to restrict myself to the curated and signed packages from debian, pypi is just as bad as old CPAN when it comes to packages disappearing or being broken or depending on totally random versions On Wed, 15 Feb 2023, 22:01 Jeremy Stanley

Re: can pip be made using local Debian packages for any dependencies

2023-02-15 Thread Ian Norton
My suggestion to the pip folks was a plugin system and extension point for "install x" package that distros could provide implementations for On Wed, 15 Feb 2023, 16:35 Stefano Rivera, wrote: > Hi Philippe (2023.02.13_01:11:28_+) > > On Sun, Feb 12, 2023 at 7:31 PM Donald Stufft wrote: > >

Re: can pip be made using local Debian packages for any dependencies

2023-02-12 Thread Ian Norton
instead. Just thinking out-loud Ian On Sun, 12 Feb 2023 at 08:18, Ian Norton wrote: > > https://packaging.python.org/en/latest/specifications/recording-installed-packages/ > defines the python spec where a package such as pyparsing would create > a tree of files under: > site-pac

Re: can pip be made using local Debian packages for any dependencies

2023-02-12 Thread Ian Norton
some others. On Sun, 12 Feb 2023 at 08:12, Ian Norton wrote: > > You've made me wonder if it would be feasible to have a debian-centric > tool that populates .dist-info from debs? > > On Sun, 12 Feb 2023 at 08:05, Ian Norton wrote: > > > > I requested this kin

Re: can pip be made using local Debian packages for any dependencies

2023-02-12 Thread Ian Norton
You've made me wonder if it would be feasible to have a debian-centric tool that populates .dist-info from debs? On Sun, 12 Feb 2023 at 08:05, Ian Norton wrote: > > I requested this kind of thing from the pip folks as > https://github.com/pypa/pip/issues/11644 and others have reque

Re: can pip be made using local Debian packages for any dependencies

2023-02-12 Thread Ian Norton
I requested this kind of thing from the pip folks as https://github.com/pypa/pip/issues/11644 and others have requested similar, such as https://github.com/pypa/pip/issues/11607 On Sun, 12 Feb 2023 at 04:56, Philippe Cerfon wrote: > > Hey. > > I hope this is not too off topic. > > As far as I und