diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,14 @@ +name : python-humanize +version : 0.5.1 +release : 1 +source : + - https://files.pythonhosted.org/packages/8c/e0/e512e4ac6d091fc990bbe13f9e0378f34cf6eecd1c6c268c9e598dcf5bb9/humanize-0.5.1.tar.gz : a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19 +license : MIT +component : programming.python +summary : Common humanization utilities for Python +description: | + Common humanization utilities for Python +setup : | + %python3_setup +install : | + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,57 @@ + + + python-humanize + + Devil505 + devil505@tuta.io + + MIT + programming.python + Common humanization utilities for Python + Common humanization utilities for Python + + https://solus-project.com/sources/README.Solus + + + python-humanize + Common humanization utilities for Python + Common humanization utilities for Python + + programming.python + + /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/entry_points.txt + /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/not-zip-safe + /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/humanize/__init__.py + /usr/lib/python3.6/site-packages/humanize/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/humanize/__pycache__/compat.cpython-36.pyc + /usr/lib/python3.6/site-packages/humanize/__pycache__/filesize.cpython-36.pyc + /usr/lib/python3.6/site-packages/humanize/__pycache__/i18n.cpython-36.pyc + /usr/lib/python3.6/site-packages/humanize/__pycache__/number.cpython-36.pyc + /usr/lib/python3.6/site-packages/humanize/__pycache__/time.cpython-36.pyc + /usr/lib/python3.6/site-packages/humanize/compat.py + /usr/lib/python3.6/site-packages/humanize/filesize.py + /usr/lib/python3.6/site-packages/humanize/i18n.py + /usr/lib/python3.6/site-packages/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo + /usr/lib/python3.6/site-packages/humanize/locale/fr_FR/LC_MESSAGES/humanize.po + /usr/lib/python3.6/site-packages/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo + /usr/lib/python3.6/site-packages/humanize/locale/ko_KR/LC_MESSAGES/humanize.po + /usr/lib/python3.6/site-packages/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo + /usr/lib/python3.6/site-packages/humanize/locale/ru_RU/LC_MESSAGES/humanize.po + /usr/lib/python3.6/site-packages/humanize/number.py + /usr/lib/python3.6/site-packages/humanize/time.py + + + + + 2018-07-12 + 0.5.1 + Packaging update + Devil505 + devil505@tuta.io + + + \ No newline at end of file