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 + + +