guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6e7e1a1082436cfb6d73e3e38f2a43276ccebf49
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 11 15:08:54 2026 +0200

    gnu: Remove python-translate-toolkit-for-offlate.
    
    * gnu/packages/python-xyz.scm (python-translate-toolkit-for-offlate):
    Delete variable.
    
    Fixes: guix/guix#3916
    Merges: guix/guix!10492
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1de7e497a2..b5e250aa91 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -39836,21 +39836,6 @@ without using the configuration machinery.")
 several utilities, as well as an API for building localization tools.")
     (license license:gpl2+)))
 
-;; XXX: See: <https://codeberg.org/guix/guix/pulls/3780#issuecomment-7957715>
-(define-public python-translate-toolkit-for-offlate
-  (hidden-package
-   (package
-     (inherit python-translate-toolkit)
-     (version "3.6.2")
-     (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "translate-toolkit" version ".tar.gz"))
-        (sha256
-         (base32 "0m4cpsp7x7h5m5agg4ybscf7y86wla46q2lvxpi2myplb6qlgcli"))))
-     (arguments
-      (list #:tests? #f)))))
-
 (define-public python-translitcodec
   (package
     (name "python-translitcodec")

Reply via email to