From 2edae12eff458f016c73fa16dda473fd7c10273e Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 16 Nov 2022 10:20:42 +0300 Subject: [PATCH] python3-coloredlogs. --- .../python3/python3-coloredlogs/actions.py | 13 +++++ .../python3/python3-coloredlogs/pspec.xml | 50 +++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 programming/language/python3/python3-coloredlogs/actions.py create mode 100644 programming/language/python3/python3-coloredlogs/pspec.xml diff --git a/programming/language/python3/python3-coloredlogs/actions.py b/programming/language/python3/python3-coloredlogs/actions.py new file mode 100644 index 0000000000..b2ccc86d69 --- /dev/null +++ b/programming/language/python3/python3-coloredlogs/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 pythonmodules + +def build(): + pythonmodules.compile(pyVer = '3') + +def install(): + pythonmodules.install(pyVer = '3') diff --git a/programming/language/python3/python3-coloredlogs/pspec.xml b/programming/language/python3/python3-coloredlogs/pspec.xml new file mode 100644 index 0000000000..08fa5104e2 --- /dev/null +++ b/programming/language/python3/python3-coloredlogs/pspec.xml @@ -0,0 +1,50 @@ + + + + + python3-coloredlogs + https://coloredlogs.readthedocs.io/ + + fury + uglyside@yandex.ru + + MIT + app + programming.language.python3 + Colored terminal output for Python’s logging module. + The coloredlogs package enables colored terminal output for Python’s logging module. + + https://files.pythonhosted.org/packages/source/c/coloredlogs/coloredlogs-15.0.1.tar.gz + + + python3-devel + python3-setuptools + python3-importlib_metadata + + + + + + + + python3-coloredlogs + + python3-colorama + + + /usr/bin + /usr/lib/python3.9 + /usr/share/doc + + + + + + 2022-11-15 + 15.0.1 + First build. + fury + uglyside@yandex.ru + + +