guix_mirror_bot pushed a commit to branch master
in repository guix.

commit af65c61470d34967088710a1b183a8cd4dfba2a6
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 11 15:06:53 2026 +0200

    gnu: Remove offlate.
    
    * gnu/packages/python-xyz.scm (offlate): Delete variable.
    * etc/teams/python/python-tier-4-manifest.scm,
    etc/teams/python/python-tier-5-manifest.scm: Drop package.
    
    Relates-to: guix/guix!10492, guix/guix#3916
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 etc/teams/python/python-tier-4-manifest.scm |  1 -
 etc/teams/python/python-tier-5-manifest.scm |  1 -
 gnu/packages/python-xyz.scm                 | 53 -----------------------------
 3 files changed, 55 deletions(-)

diff --git a/etc/teams/python/python-tier-4-manifest.scm 
b/etc/teams/python/python-tier-4-manifest.scm
index 114893fbea..415230bee9 100644
--- a/etc/teams/python/python-tier-4-manifest.scm
+++ b/etc/teams/python/python-tier-4-manifest.scm
@@ -1120,7 +1120,6 @@
        "trytond-stock-supply-day"
        "trytond-account-cash-rounding"
        "trytond-product-kit"
-       "offlate"
        "meson-python"
        "python-woob"
        "python-transient"
diff --git a/etc/teams/python/python-tier-5-manifest.scm 
b/etc/teams/python/python-tier-5-manifest.scm
index 1c6c7e3ec5..95b198bba3 100644
--- a/etc/teams/python/python-tier-5-manifest.scm
+++ b/etc/teams/python/python-tier-5-manifest.scm
@@ -594,7 +594,6 @@
        "python-pyls-spyder"
        "python-rustworkx"
        "python-ilinkedlist"
-       "offlate"
        "python-click-option-group"
        "python-universal-pathlib"
        "python-schematics"
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c7edbf5e1a..1de7e497a2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30745,59 +30745,6 @@ file to ensure it completely and accurately describes 
your project.")
 These files are used to translate strings in android apps.")
     (license license:expat)))
 
-(define-public offlate
-  (package
-    (name "offlate")
-    (version "0.6.1")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://framagit.org/tyreunom/offlate";)
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1sx5cv8pamyw1m089b6x8ykaxdkx26jk9cblhbzlf0m3ckz52jik"))))
-    (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:tests? #f                       ; No tests.
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-before 'build 'generate-fonts
-            (lambda _
-              (invoke "make" "fonts")))
-          (add-before 'build 'generate-translations
-            (lambda _
-              (invoke "make" "update-langs"))))))
-    (propagated-inputs
-     (list python-android-stringslib
-           python-dateutil
-           python-gitlab
-           python-lxml
-           python-polib
-           python-pycountry
-           python-pyenchant
-           python-pygit2
-           python-pygithub
-           python-pyqt
-           python-requests
-           python-ruamel.yaml
-           python-translate-toolkit-for-offlate
-           python-translation-finder
-           python-watchdog))
-    (native-inputs (list qttools-5 fontforge python-setuptools))
-    (home-page "https://framagit.org/tyreunom/offlate";)
-    (synopsis "Offline translation interface for online translation tools")
-    (description
-     "Offlate offers a unified interface for different translation file
-formats, as well as many different online translation platforms.  You can use
-it to get work from online platforms, specialized such as the Translation
-Project, or not such a gitlab instance when your upstream doesn't use any
-dedicated platform.  The tool proposes a unified interface for any format and
-an upload option to send your work back to the platform.")
-    (license license:gpl3+)))
-
 (define-public python-pypng
   (package
     (name "python-pypng")

Reply via email to