GNU bug report logs -
#76547
[PATCH] gnu: Add python-pytooling-4.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76547 in the body.
You can then email your comments to 76547 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#76547
; Package
guix-patches
.
(Tue, 25 Feb 2025 10:38:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 25 Feb 2025 10:38: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-pytooling-4): New variable.
Change-Id: I4ee0b264ab784657101390c2e6f59e8dcb23f173
---
pytooling <at> 4.0.1 is required by pyattributes <at> 2.5.1.
They are both requirements to build ghdl-language-server <at> 4.1.0.
gnu/packages/python-xyz.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 34d20dda8a..b9be94ea79 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2614,6 +2614,21 @@ (define-public python-pytooling
package descriptions or to unify multiple existing APIs into a single API.")
(license license:asl2.0)))
+(define-public python-pytooling-4
+ (package
+ (inherit python-pytooling)
+ (name "python-pytooling")
+ (version "4.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pyTooling/pyTooling/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1midq2im2ksdy0knssnlwijdkjk0hwjxk5xin93xg4l7j89kvmj3"))))))
+
(define-public python-colorlog
(package
(name "python-colorlog")
base-commit: 150df457d1e269790f184510c58d031ee00a9ebb
--
2.48.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 28 Feb 2025 18:18:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Fri, 28 Feb 2025 18:18:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 76547-done <at> debbugs.gnu.org (full text, mbox):
Cayetano Santos <csantosb <at> inventati.org> skribis:
> * gnu/packages/python-xyz.scm (python-pytooling-4): New variable.
>
> Change-Id: I4ee0b264ab784657101390c2e6f59e8dcb23f173
Applied, thanks! :-)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 29 Mar 2025 11:24:31 GMT)
Full text and
rfc822 format available.
This bug report was last modified 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.