diff --git a/programming/language/python3/python3-humanfriendly/actions.py b/programming/language/python3/python3-humanfriendly/actions.py new file mode 100644 index 0000000000..b2ccc86d69 --- /dev/null +++ b/programming/language/python3/python3-humanfriendly/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-humanfriendly/pspec.xml b/programming/language/python3/python3-humanfriendly/pspec.xml new file mode 100644 index 0000000000..4f68b44500 --- /dev/null +++ b/programming/language/python3/python3-humanfriendly/pspec.xml @@ -0,0 +1,50 @@ + + + + + python3-humanfriendly + https://humanfriendly.readthedocs.io/ + + fury + uglyside@yandex.ru + + MIT + app + programming.language.python3 + Human friendly input/output in Python. + The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly. + + https://files.pythonhosted.org/packages/source/h/humanfriendly/humanfriendly-10.0.tar.gz + + + python3-devel + python3-setuptools + python3-importlib_metadata + + + + + + + + python3-humanfriendly + + python3 + + + /usr/bin + /usr/lib/python3.9 + /usr/share/doc + + + + + + 2022-11-15 + 10.0 + First build. + fury + uglyside@yandex.ru + + +