guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8d2057c32f15d4645ed1fb34b7ee6a269aff7f25
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Aug 6 09:58:52 2026 +0200

    gnu: Remove python-sip-6.8.
    
    * gnu/packages/qt.scm (python-sip-6.8): Delete variable.
---
 gnu/packages/qt.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 2f8d8503ba..8e401b5590 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4500,27 +4500,6 @@ module provides support functions to the automatically 
generated code.")
     ;; For compatibility with pyqt, we need gpl3.
     (license license:gpl3)))
 
-;; FIXME Remove this package when not needed by qgis anymore
-;; This is a stopgap to build [email protected] while waiting for the
-;; qt-team branch to be merged in master with [email protected].
-(define-public python-sip-6.8
-  (hidden-package
-   (package
-     (inherit python-sip)
-     (name "python-sip")
-     (version "6.8.6")
-     (source
-      (origin
-        (method url-fetch)
-        (uri (list (pypi-uri "sip" version)
-                   (string-append "https://www.riverbankcomputing.com/static/";
-                                  "Downloads/sip/" version
-                                  "/sip-" version ".tar.gz")))
-        (sha256
-         (base32
-          "0ykxq0607f2sdwbl5cxbp0y8pl14bsgzc9nhifpxbibfivj5kjbz"))
-        (patches (search-patches "python-sip-include-dirs.patch")))))))
-
 (define-public python-sip-4
   (package
     (inherit python-sip)

Reply via email to