Advices on how to use salsa

2018-10-19 Thread Jerome Kieffer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi all, I am a python developer and from time-to-time I also build some packages. I recently re-built python-rfoo for the latest version and I was suggest to make the packaging on salsa. Does the Debian-Python community have recommendation for build

Re: Advices on how to use salsa

2018-10-19 Thread Jerome Kieffer
On Sat, 20 Oct 2018 00:33:48 +0500 Andrey Rahmatullin wrote: > Salsa is only for official Debian packages. Are you going to update > python-rfoo in Debian? Well, I created the version which is in debian for a few years and yes, I would like to update it (with migration to python3, ...). Thanks

Re: Advices on how to use salsa

2018-10-19 Thread Jerome Kieffer
On Fri, 19 Oct 2018 15:48:13 -0400 Sergio Durigan Junior wrote: > Is it? I always thought it was OK to host Free Software projects there. No matter, I have github, gitlab for my code ... I intend to use salsa for packaging purposes. Cheers, Jerome pgpW6oGDUBoes.pgp Description: Signature di

Re: Advices on how to use salsa

2018-10-21 Thread Jerome Kieffer
On Sat, 20 Oct 2018 17:21:13 -0400 Sergio Durigan Junior wrote: > On Friday, October 19 2018, Jerome Kieffer wrote: > > > On Fri, 19 Oct 2018 15:48:13 -0400 > > Sergio Durigan Junior wrote: > > > >> Is it? I always thought it was OK to host Free Software pr

Re: [SUSPECTED SPAM] Re: Python 3.7 or 3.6 in Buster

2018-11-05 Thread Jerome Kieffer
On Mon, 05 Nov 2018 12:26:41 -0500 Scott Kitterman wrote: > I only found out about it due to an upstream bug report on OS X. No one in > Debian (or Ubuntu) reported it. I got one also in fabio: https://github.com/silx-kit/fabio/pull/243 Actually there has been a depreciation warning for ages (

Re: Is PyPi down ?

2019-01-14 Thread Jerome Kieffer
Hi you all, I am trying to understand the python pachagin for debian, and discovered with this thread: https://pypi.debian.net/ Can you explain me (or better redirect me to the proper doc) on usage of this resource ? Last question, as the debian packaging is a moving target, is it something plann

Re: Need a Python 3.8 virtual environment

2021-03-02 Thread Jerome Kieffer
On Tue, 02 Mar 2021 21:17:36 -0600 Steven Robbins wrote: > Hi, > > I'm trying to use a (non-Debian) python system built on python 3.8. Debian's > default is currently 3.9 so I am advised to use a virtual environment. > Being > a newbie, I searched around and found a writeup covering severa

Re: Bug#1017959: RFP: meson-python -- Meson PEP 517 Python build backend

2022-09-03 Thread Jerome Kieffer
On Sat, 3 Sep 2022 19:08:42 +0100 Simon McVittie wrote: > https://salsa.debian.org/python-team/packages/meson-python > (not really tested yet, I don't yet have an upstream project that > needs it). Hi Simon, Scipy 1.9 is out and needs it before packaging. We are also waiting for it to migrate

Re: build package xrayutilities - wheel and pip with setuptools

2022-11-02 Thread Jerome Kieffer
Hi Fred, Hi all other DD, I am the upstream author of pyFAI and fabio, I wish to thank you for taking care of the packaging of those software. I am aware there is an issue with the usage of those software since they use numpy.distutils (deprecated, to be removed in python3.12 and requires setuptoo

Re: Helping hands needed to upgrade scipy

2023-01-17 Thread Jerome Kieffer
Hi Andreas, I am an upstream author of software packages (fabio & pyFAI) which took the same build system as scipy (meson-python) and I can confirm you there are issues with the debian packaging: * finding cython (apparently it should be fixed upstream in meson) * choose the proper python: sid ha

Migration from setuptools to pyproject

2023-05-03 Thread Jerome Kieffer
Dear Debian Packager I am the upstream developer of a few debian packages (fabio, pyfai...) and those packages used to rely on numpy.distutils. Since setuptools 60, this is not more possible so I changed the build system to use mesonpy (pep517 compliant). I found it easy to tell the debian packag

Re: Migration from setuptools to pyproject

2023-05-03 Thread Jerome Kieffer
Dear Louis-Philippe, Thankd for your answer ... I will try to give some precision, inlined in the text... On Wed, 3 May 2023 11:13:56 -0400 Louis-Philippe VĂ©ronneau wrote: > On 2023-05-03 04 h 06, Jerome Kieffer wrote: > > Dear Debian Packager > > > > I am the upstre