GNU bug report logs - #63980
[PATCH] gnu: python-typeguard: Add dependency on python-setuptools-scm.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Fri, 9 Jun 2023 15:54:01 UTC

Severity: normal

Tags: patch

Done: Vinicius Monego <monego <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63980 in the body.
You can then email your comments to 63980 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63980; Package guix-patches. (Fri, 09 Jun 2023 15:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vinicius Monego <monego <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 09 Jun 2023 15:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: python-typeguard: Add dependency on
 python-setuptools-scm.
Date: Fri,  9 Jun 2023 15:52:29 +0000
* gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]: Add
python-setuptools-scm.
---
This is required to report the correct version.

 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d5128911f..351e199e57 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23453,8 +23453,10 @@ (define-public python-typeguard
                         ;; XXX: These fail when installed as a library:
                         ;; https://github.com/agronholm/typeguard/issues/176
                         "not usefixtures and not test_cached_module")))))))
-    (native-inputs
-     (list python-mypy python-pytest python-typing-extensions))
+    (native-inputs (list python-mypy
+                         python-pytest
+                         python-setuptools-scm
+                         python-typing-extensions))
     (home-page "https://github.com/agronholm/typeguard")
     (synopsis "Run-time type checker for Python")
     (description
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#63980; Package guix-patches. (Sat, 01 Jul 2023 21:26:01 GMT) Full text and rfc822 format available.

Message #8 received at 63980 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Vinicius Monego <monego <at> posteo.net>
Cc: Christopher Baines <mail <at> cbaines.net>, 63980 <at> debbugs.gnu.org
Subject: Re: bug#63980: [PATCH] gnu: python-typeguard: Add dependency on
 python-setuptools-scm.
Date: Sat, 01 Jul 2023 23:25:17 +0200
Hi,

Vinicius Monego <monego <at> posteo.net> skribis:

> * gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]: Add
> python-setuptools-scm.

LGTM!

<https://qa.guix.gnu.org/issue/63980> says it’s OK; the “Blocked”
numbers are higher, but I’m not sure what that means since there are no
new packages here.  Chris, WDYT?

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#63980; Package guix-patches. (Sun, 02 Jul 2023 09:51:03 GMT) Full text and rfc822 format available.

Message #11 received at 63980 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 63980 <at> debbugs.gnu.org
Subject: Re: bug#63980: [PATCH] gnu: python-typeguard: Add dependency on
 python-setuptools-scm.
Date: Sun, 02 Jul 2023 10:45:14 +0100
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:

> Hi,
>
> Vinicius Monego <monego <at> posteo.net> skribis:
>
>> * gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]: Add
>> python-setuptools-scm.
>
> LGTM!
>
> <https://qa.guix.gnu.org/issue/63980> says it’s OK; the “Blocked”
> numbers are higher, but I’m not sure what that means since there are no
> new packages here.  Chris, WDYT?

This is an issue with the data service incorrectly seeing some builds as
not blocked, when they should be. Some of the builds in the base
revision that are being counted in the "Unknown" column should actually
be in blocked, which is why the blocked count appears to increase.

I'm not quite sure what the issue is, but I'll have another look at
fixing this.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#63980; Package guix-patches. (Sat, 29 Jul 2023 18:55:02 GMT) Full text and rfc822 format available.

Message #14 received at 63980 <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: Christopher Baines <mail <at> cbaines.net>, Ludovic
 Courtès <ludo <at> gnu.org>
Cc: 63980 <at> debbugs.gnu.org
Subject: Re: [bug#63980] [PATCH] gnu: python-typeguard: Add dependency on
 python-setuptools-scm.
Date: Sat, 29 Jul 2023 18:53:59 +0000
Hi,

Em dom, 2023-07-02 às 10:45 +0100, Christopher Baines escreveu:
> 
> Ludovic Courtès <ludo <at> gnu.org> writes:
> 
> > Hi,
> > 
> > Vinicius Monego <monego <at> posteo.net> skribis:
> > 
> > > * gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]:
> > > Add
> > > python-setuptools-scm.
> > 
> > LGTM!
> > 
> > <https://qa.guix.gnu.org/issue/63980> says it’s OK; the “Blocked”
> > numbers are higher, but I’m not sure what that means since there
> > are no
> > new packages here.  Chris, WDYT?
> 
> This is an issue with the data service incorrectly seeing some builds
> as
> not blocked, when they should be. Some of the builds in the base
> revision that are being counted in the "Unknown" column should
> actually
> be in blocked, which is why the blocked count appears to increase.
> 
> I'm not quite sure what the issue is, but I'll have another look at
> fixing this.

If it's a problem in the data service only, can I push this to master?
There are 257 rebuilds with this change (including pytorch) and I want
to add another one in https://issues.guix.gnu.org/63621 before it hits
300.

Vinicius




Information forwarded to guix-patches <at> gnu.org:
bug#63980; Package guix-patches. (Fri, 08 Sep 2023 21:52:01 GMT) Full text and rfc822 format available.

Message #17 received at 63980 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Vinicius Monego <monego <at> posteo.net>
Cc: Christopher Baines <mail <at> cbaines.net>, 63980 <at> debbugs.gnu.org
Subject: Re: bug#63980: [PATCH] gnu: python-typeguard: Add dependency on
 python-setuptools-scm.
Date: Fri, 08 Sep 2023 23:51:21 +0200
Hi Vinicius,

Vinicius Monego <monego <at> posteo.net> skribis:

> If it's a problem in the data service only, can I push this to master?
> There are 257 rebuilds with this change (including pytorch) and I want
> to add another one in https://issues.guix.gnu.org/63621 before it hits
> 300.

I think you can go ahead and push both series (assuming that at least
‘python-pytorch’ is fine after these changes).

Thanks,
Ludo’.




Reply sent to Vinicius Monego <monego <at> posteo.net>:
You have taken responsibility. (Sun, 17 Sep 2023 11:30:02 GMT) Full text and rfc822 format available.

Notification sent to Vinicius Monego <monego <at> posteo.net>:
bug acknowledged by developer. (Sun, 17 Sep 2023 11:30:02 GMT) Full text and rfc822 format available.

Message #22 received at 63980-done <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: 63980-done <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>,
 Christopher Baines <mail <at> cbaines.net>
Subject: Re: bug#63980: [PATCH] gnu: python-typeguard: Add dependency on
 python-setuptools-scm.
Date: Sun, 17 Sep 2023 11:29:01 +0000
Em sex, 2023-09-08 às 23:51 +0200, Ludovic Courtès escreveu:
> Hi Vinicius,
> 
> Vinicius Monego <monego <at> posteo.net> skribis:
> 
> > If it's a problem in the data service only, can I push this to
> > master?
> > There are 257 rebuilds with this change (including pytorch) and I
> > want
> > to add another one in https://issues.guix.gnu.org/63621 before it
> > hits
> > 300.
> 
> I think you can go ahead and push both series (assuming that at least
> ‘python-pytorch’ is fine after these changes).
> 
> Thanks,
> Ludo’.

Hi Ludo,

Closing this one because I applied it. I pushed only part of the other
because the latest version of BoTorch is having issues with reporting
its version, I will look further into it.

Vinicius




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 16 Oct 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.