From 4a09f23cd6f838b90223f95337d0e8e90721f074 Mon Sep 17 00:00:00 2001 From: uglyside Date: Sun, 22 Dec 2024 10:39:10 +0300 Subject: [PATCH] translate-toolkit python3. --- .../python3-translate_toolkit/actions.py | 13 +++++ .../python3-translate_toolkit/pspec.xml | 48 +++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 programming/language/python3/python3-translate_toolkit/actions.py create mode 100644 programming/language/python3/python3-translate_toolkit/pspec.xml diff --git a/programming/language/python3/python3-translate_toolkit/actions.py b/programming/language/python3/python3-translate_toolkit/actions.py new file mode 100644 index 0000000000..acb1176239 --- /dev/null +++ b/programming/language/python3/python3-translate_toolkit/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import python3modules + +def build(): + python3modules.compile() + +def install(): + python3modules.install() diff --git a/programming/language/python3/python3-translate_toolkit/pspec.xml b/programming/language/python3/python3-translate_toolkit/pspec.xml new file mode 100644 index 0000000000..a33191e9ee --- /dev/null +++ b/programming/language/python3/python3-translate_toolkit/pspec.xml @@ -0,0 +1,48 @@ + + + + + python3-translate_toolkit + https://toolkit.translatehouse.org/ + + PisiLinux Community + admin@pisilinux.org + + GPLv2 + programming.language.python3 + A Toolkit for Localization Engineers. + Useful localization tools with Python API for building localization and translation systems. + https://files.pythonhosted.org/packages/source/t/translate_toolkit/translate_toolkit-3.14.4.tar.gz + + python3-wheel + python3-build + python3-installer + python3-setuptools-scm + + + + + + + + python3-translate_toolkit + + python3-lxml + python3-cwcwidth + + + /usr/bin + /usr/lib + /usr/share + + + + + + 2024-12-22 + 3.14.4 + PisiLinux Community + admin@pisilinux.org + + +