Re: Ask for reviewing

2022-06-08 Thread Hans-Christoph Steiner
Andrey Rahmatullin: On Sat, May 28, 2022 at 06:39:56PM +0430, Danial Behzadi wrote: Hey folks, I recently uploaded my python app to deb-expo. As this is my first packaging experience in Debian, I would love to get some feedback on my packaging to make it better. Here is my package: https://

Re: Updating pytest

2022-06-08 Thread Julian Gilbey
On Tue, Jun 07, 2022 at 03:49:37PM -0400, Sandro Tosi wrote: > > Sandro: you managed the numpy transition, it seems. What is involved > > in something like this? I would imagine something like: > > > > (1) Upload pytest 7.x to experimental > > i took care of this just now, uploading pytest/7.1.2

Re: Ask for reviewing

2022-06-08 Thread دانیال بهزادی
Hey Hans 😍 I already converted it to a source package and made this RFS: Stil waiting for a sponsor though… Danial Behzadi در چهارشنبه, ژوئن 8 2022 at ۱۰:۰۱:۰۰ +02:00:00, Hans-Christoph Steiner نوشته بود: Andrey Rahmatullin: On S

Re: Updating pytest

2022-06-08 Thread Julian Gilbey
On Tue, Jun 07, 2022 at 03:49:37PM -0400, Sandro Tosi wrote: > > Sandro: you managed the numpy transition, it seems. What is involved > > in something like this? I would imagine something like: > > > > (1) Upload pytest 7.x to experimental > > i took care of this just now, uploading pytest/7.1.2

Re: Updating pytest

2022-06-08 Thread Andrius Merkys
Hi, On 2022-06-08 14:47, Julian Gilbey wrote: > 1. finalcif: it seems like an update to python3-gemmi has broken this > package Yes, this is indeed the case with finalcif. Will report and investigate it soon. Best, Andrius

Re: a review of your bumblebee-status package

2022-06-08 Thread Antoine Beaupré
On 2022-06-07 18:46:37, Ben Westover wrote: > Hello, > > I've read more into versioneer, and it turns out with the way it works > you can't simply remove versioneer.py from the source, much less > _version.py. Therefore, I'm excluding _version.py in d/copyright, then > replacing it with the much

Build and run-time triplets

2022-06-08 Thread Julian Gilbey
I'd like to ask for some help. I'm working on packaging pydevd, which builds a private .so library. Ordinary extensions built using cython or similar end up being called "foo.cpython-310-x86_64-linux-gnu.so", but this library, which is not dependent on the Python version, should presumably be cal

archive rebuild for pytest from experimental

2022-06-08 Thread Sandro Tosi
Hello Lucas, the Debian Python Team is in the process of updating pytest to a new upstream release. Given the substantial number of packages depending on it, we'd like to leverage the mass rebuild infrastructure to build the reverse dependencies against pytest/7.1.2-1 in experimental. I've opened

Re: Build and run-time triplets

2022-06-08 Thread Andrey Rahmatullin
On Wed, Jun 08, 2022 at 10:43:57PM +0100, Julian Gilbey wrote: > I'd like to ask for some help. I'm working on packaging pydevd, which > builds a private .so library. Ordinary extensions built using cython > or similar end up being called "foo.cpython-310-x86_64-linux-gnu.so", > but this library,