From b16aecb9c71e640d68c628f5c3b5bbbb15d083d1 Mon Sep 17 00:00:00 2001 From: uglyside Date: Sun, 9 Feb 2025 14:56:32 +0300 Subject: [PATCH] python3-setuptools-gettext. --- .../python3-setuptools-gettext/actions.py | 13 +++++ .../python3-setuptools-gettext/pspec.xml | 47 +++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 programming/language/python3/python3-setuptools-gettext/actions.py create mode 100644 programming/language/python3/python3-setuptools-gettext/pspec.xml diff --git a/programming/language/python3/python3-setuptools-gettext/actions.py b/programming/language/python3/python3-setuptools-gettext/actions.py new file mode 100644 index 0000000000..72d9353307 --- /dev/null +++ b/programming/language/python3/python3-setuptools-gettext/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(pyVer = "3") + +def install(): + python3modules.install(pyVer = "3") diff --git a/programming/language/python3/python3-setuptools-gettext/pspec.xml b/programming/language/python3/python3-setuptools-gettext/pspec.xml new file mode 100644 index 0000000000..083e63ea64 --- /dev/null +++ b/programming/language/python3/python3-setuptools-gettext/pspec.xml @@ -0,0 +1,47 @@ + + + + + python3-setuptools-gettext + https://github.com/breezy-team/setuptools-gettext + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + library + programming.language.python3 + Setuptools plugin for building mo files. + This plugin adds build_mo, clean_mo and install_mo subcommands for setup.py as well as hooking those into standard commands. + https://files.pythonhosted.org/packages/source/s/setuptools_gettext/setuptools_gettext-0.1.14.tar.gz + + python3-build + python3-wheel + python3-installer + + + + + + + + python3-setuptools-gettext + + python3-setuptools + + + /usr/lib + /usr/share + + + + + + 2025-02-09 + 0.1.14 + First release. + Kamil Atlı + suvari@pisilinux.org + + +