emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63980: closed ([PATCH] gnu: python-typeguard: Add dependency on pyth


From: GNU bug Tracking System
Subject: bug#63980: closed ([PATCH] gnu: python-typeguard: Add dependency on python-setuptools-scm.)
Date: Sun, 17 Sep 2023 11:30:02 +0000

Your message dated Sun, 17 Sep 2023 11:29:01 +0000
with message-id <066555a5f1b999b9f472d88372976251b98cc667.camel@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@gnu.org.)


-- 
63980: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63980
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]