Re: New upstream version of sphinxext-opengraph 0.7.0

2022-11-02 Thread Chiara Marmo
> > > > Looks like there's a newer upstream release, fixing bugs in 0.7.0? > > > > Yep. I will package it and commit today. > > Done. Best, Chiara

Re: New upstream version of sphinxext-opengraph 0.7.0

2022-11-02 Thread Chiara Marmo
> > Looks like there's a newer upstream release, fixing bugs in 0.7.0? > Yep. I will package it and commit today. Best Chiara

Re: build package xrayutilities - wheel and pip with setuptools

2022-11-02 Thread PICCA Frederic-Emmanuel
Hello, just for info. I can confirm that the probleme was in the upstream build system, which was not compatible with the setuptools > 60. After patching the build system, I can confirm that without any change to the rules files. It works out of the box. So there is no issue in pybuild :)), or

Join python team

2022-11-02 Thread Christopher Obbard
Hi! I'd like to join the python team and package some libraries (e.g. https://github.com/esphome/aioesphomeapi) and their dependencies for Debian. I'm a DM and my Salsa username is obbardc. I have read the policy at

Re: pyyaml 6

2022-11-02 Thread Scott Kitterman
On November 2, 2022 8:35:35 AM UTC, Gordon Ball wrote: >On 19/10/2022 22:30, Gordon Ball wrote: >> On 09/10/2022 21:39, Gordon Ball wrote: >>> On 07/10/2022 01:13, Timo Röhling wrote: Hi Gordon, * Gordon Ball [2022-10-07 00:10]: > * Upload to unstable and see what breaks?

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

Re: New upstream version of sphinxext-opengraph 0.7.0

2022-11-02 Thread Jeroen Ploemen
On Tue, 1 Nov 2022 12:33:59 -1000 Chiara Marmo wrote: > Dear list, > I have committed to salsa the new version of sphinxext-opengraph > [1]. If someone could have a look, that would be great. > Thanks! Looks like there's a newer upstream release, fixing bugs in 0.7.0? pgp8WgYblHIhF.pgp

Re: build package xrayutilities - wheel and pip with setuptools

2022-11-02 Thread PICCA Frederic-Emmanuel
The upstream was right :), their build system is completly broken with setuptools > 60 I need to fix this. thanks for your help Fred Traceback (most recent call last): File "/<>/setup.py", line 1137, in setup_package() File "/<>/setup.py", line 1133, in setup_package

Re: pyyaml 6

2022-11-02 Thread Gordon Ball
On 19/10/2022 22:30, Gordon Ball wrote: On 09/10/2022 21:39, Gordon Ball wrote: On 07/10/2022 01:13, Timo Röhling wrote: Hi Gordon, * Gordon Ball [2022-10-07 00:10]: * Upload to unstable and see what breaks? * Request an archive rebuild with this version and see what breaks? * File bugs

Re: build package xrayutilities - wheel and pip with setuptools

2022-11-02 Thread PICCA Frederic-Emmanuel
Ok, I understand better what is going on. in pyproject.toml there is these lines. [build-system] requires = [ "wheel", "setuptools<60.0.0", "oldest-supported-numpy", "scipy", "sphinx", "nbsphinx", "silx>=0.10", "Cython>=0.25" ] indeed the setuptools < 60, can not

Re: build package xrayutilities - wheel and pip with setuptools

2022-11-02 Thread PICCA Frederic-Emmanuel
Hello, I juste added PYBUILD_SYSTEM=distutils so now pybuild use the setup.py file. (at least this is a workaround :). now it failes with this error /usr/bin/python3.10: No module named pip so I am wondering if pip should not be added to the setuptools dependency ? I will add mannualy pip in