GNU bug report logs - #62083
[PATCH 0/4] gnu: Add python-fluent-migrate.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Thu, 9 Mar 2023 17:06:01 UTC

Severity: normal

Tags: patch

Full log


Message #17 received at 62083 <at> debbugs.gnu.org (full text, mbox):

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 62083 <at> debbugs.gnu.org
Subject: [PATCH 4/4] gnu: Add python-fluent-migrate.
Date: Fri, 10 Mar 2023 01:20:52 +0800
From 7be6e59c5231bb825c69c9ce48976bc49d2810ed Mon Sep 17 00:00:00 2001
Message-Id: <7be6e59c5231bb825c69c9ce48976bc49d2810ed.1678382249.git.adam.faiz <at> disroot.org>
In-Reply-To: <cover.1678382249.git.adam.faiz <at> disroot.org>
References: <cover.1678382249.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 10 Mar 2023 00:19:27 +0800
Subject: [PATCH 4/4] gnu: Add python-fluent-migrate.

* gnu/packages/python-xyz.scm (python-fluent-migrate): New variable.
---
 gnu/packages/python-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 625c703aaf..5f695da802 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27650,6 +27650,36 @@ (define-public python-lazr-config
 validation.")
     (license license:lgpl3)))
 
+(define-public python-fluent-migrate
+  (package
+    (name "python-fluent-migrate")
+    (version "0.11")
+    (source
+     (origin
+       (method hg-fetch)
+       (uri (hg-reference
+             (url "https://hg.mozilla.org/l10n/fluent-migration/")
+             (changeset "fabfe61d6b73a7a0a7333a80f9eb066fee39588c")))
+       (file-name (hg-file-name name version))
+       (sha256
+          (base32
+           "18pxa40afgpmpf9r919scqdyf6xvnapxm7qzlhcls2ah3xx4y451"))))
+    (build-system python-build-system)
+    (native-inputs
+     (list mercurial
+           python-hglib
+           python-mock))
+    (propagated-inputs
+     (list python-compare-locales
+         python-fluent-syntax
+         python-six))
+    (home-page "https://hg.mozilla.org/l10n/fluent-migration/")
+    (synopsis "Toolchain to migrate legacy translation to Fluent")
+    (description "@code{fluent.migrate} is a toolchain to migrate legacy translation
+to Fluent.  It can programmatically create Fluent files from existing content
+in both legacy and Fluent formats.")
+    (license license:asl2.0)))
+
 (define-public python-fluent-syntax
   (package
     (name "python-fluent-syntax")
-- 
2.39.2





This bug report was last modified 2 years and 103 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.