GNU bug report logs -
#63980
[PATCH] gnu: python-typeguard: Add dependency on python-setuptools-scm.
Previous Next
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.
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):
* 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):
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):
[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):
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):
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):
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.