[SOLVED] python-humanize missing files

Problems with packages? Post here, using [tags] of the package name.

[SOLVED] python-humanize missing files

Postby Polichronucci » Sun Jun 04, 2017 4:26 pm

The package python-humanize-0.5.1-4 is missing files, making the package unusable. I only tested this on with the armv6 and armv7 packages.

$this->bbcode_second_pass_code('', '
$ python -c "import humanize"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'humanize'
')

These are the files of the package installed from the repos.
$this->bbcode_second_pass_code('', '
$ pacman -Ql python-humanize
python-humanize /usr/
python-humanize /usr/lib/
python-humanize /usr/lib/python3.6/
python-humanize /usr/lib/python3.6/site-packages/
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/PKG-INFO
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/SOURCES.txt
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/dependency_links.txt
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/entry_points.txt
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/not-zip-safe
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/top_level.txt
python-humanize /usr/share/
python-humanize /usr/share/licenses/
python-humanize /usr/share/licenses/python-humanize/
python-humanize /usr/share/licenses/python-humanize/LICENSE
')

These are the files by installing the package after locally compiling it using the python-humanize-0.5.1-4 PKGBUILD.
$this->bbcode_second_pass_code('', '
$ pacman -Ql python-humanize
python-humanize /usr/
python-humanize /usr/lib/
python-humanize /usr/lib/python3.6/
python-humanize /usr/lib/python3.6/site-packages/
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/PKG-INFO
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/SOURCES.txt
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/dependency_links.txt
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/entry_points.txt
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/not-zip-safe
python-humanize /usr/lib/python3.6/site-packages/humanize-0.5.1-py3.6.egg-info/top_level.txt
python-humanize /usr/lib/python3.6/site-packages/humanize/
python-humanize /usr/lib/python3.6/site-packages/humanize/__init__.py
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/__init__.cpython-36.opt-1.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/__init__.cpython-36.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/compat.cpython-36.opt-1.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/compat.cpython-36.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/filesize.cpython-36.opt-1.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/filesize.cpython-36.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/i18n.cpython-36.opt-1.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/i18n.cpython-36.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/number.cpython-36.opt-1.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/number.cpython-36.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/time.cpython-36.opt-1.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/__pycache__/time.cpython-36.pyc
python-humanize /usr/lib/python3.6/site-packages/humanize/compat.py
python-humanize /usr/lib/python3.6/site-packages/humanize/filesize.py
python-humanize /usr/lib/python3.6/site-packages/humanize/i18n.py
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/fr_FR/
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/fr_FR/LC_MESSAGES/
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/fr_FR/LC_MESSAGES/humanize.po
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/ko_KR/
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/ko_KR/LC_MESSAGES/
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/ko_KR/LC_MESSAGES/humanize.po
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/ru_RU/
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/ru_RU/LC_MESSAGES/
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/ru_RU/LC_MESSAGES/humanize.mo
python-humanize /usr/lib/python3.6/site-packages/humanize/locale/ru_RU/LC_MESSAGES/humanize.po
python-humanize /usr/lib/python3.6/site-packages/humanize/number.py
python-humanize /usr/lib/python3.6/site-packages/humanize/time.py
python-humanize /usr/share/
python-humanize /usr/share/licenses/
python-humanize /usr/share/licenses/python-humanize/
python-humanize /usr/share/licenses/python-humanize/LICENSE
')
Last edited by Polichronucci on Wed Jun 07, 2017 9:29 pm, edited 1 time in total.
Polichronucci
 
Posts: 31
Joined: Wed Oct 09, 2013 10:47 am

Re: python-humanize missing files

Postby Polichronucci » Wed Jun 07, 2017 9:29 pm

Problem solved with package python-humanize-0.5.1-4.2.
Polichronucci
 
Posts: 31
Joined: Wed Oct 09, 2013 10:47 am


Return to Packages

Who is online

Users browsing this forum: No registered users and 16 guests