[PATCH] Revert "gnu: Add python-pytooling-4."

  • Open
  • quality assurance status badge
Details
One participant
  • Cayetano Santos
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal

Debbugs page

Cayetano Santos wrote 27 hours ago
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
3db355aa872bc33b977fbe3ff5045186d03b74ab.1741685968.git.csantosb@inventati.org
This reverts commit a4168d8ba75bff6d1a855dd6343ffc5d3b6b53c8.
---

This package was necessary as a dependency of ghdl-lsp v4, in guix science.

Since ghdl-lsp has been upgraded to v5, this packae has been obsoleted and it is not necessary any more, as no other package uses it.

gnu/packages/python-xyz.scm | 15 ---------------
1 file changed, 15 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4cb7c72a82..ecbfd922b4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2646,21 +2646,6 @@ (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: f70ad6267bf2bbafbf5eb0a1d04e2d624af796c5
--
2.48.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76937@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76937
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help