gnu: Remove python-pytooling@4.

This reverts commit a4168d8ba7: this
package is no longer necessary.

* gnu/packages/python-xyz.scm (python-pytooling-4): Remove.

Change-Id: If8aa3cc228887966c284ca770354432b46763ef5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Cayetano Santos 2025-03-11 10:39:28 +01:00 committed by Ludovic Courtès
parent 2b24f3744e
commit bd678967b0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2712,21 +2712,6 @@ It also provides lots of helper functions---e.g., to ease the handling of
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")