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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 17 Sep 2023 11:29:01 +0000
with message-id <066555a5f1b999b9f472d88372976251b98cc667.camel <at> posteo.net>
and subject line Re: bug#63980: [PATCH] gnu: python-typeguard: Add dependency on python-setuptools-scm.
has caused the debbugs.gnu.org bug report #63980,
regarding [PATCH] gnu: python-typeguard: Add dependency on python-setuptools-scm.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63980: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63980
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 1 year and 304 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.