If someone is willing to maintain the AUR package for me hit me up, for now its stuck on 2.0.3 sinca that was the last release on github, and I don't have time to move it over to pip
Search Criteria
Package Details: vizex 2.1.1c-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/vizex.git (read-only, click to copy) |
---|---|
Package Base: | vizex |
Description: | Visualize disk space and disk usage in your UNIX\Linux terminal |
Upstream URL: | https://github.com/bexxmodd/vizex |
Licenses: | MIT |
Submitter: | perigoso |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-14 12:06 (UTC) |
Last Updated: | 2024-01-22 00:52 (UTC) |
Dependencies (10)
- python-click
- python-coloredAUR
- python-magic (python-magic-gitAUR)
- python-pandas
- python-psutil
- python-tabulate (python-tabulate-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (0)
Sources (1)
Latest Comments
perigoso commented on 2021-11-29 23:11 (UTC)
perigoso commented on 2021-07-26 11:21 (UTC)
can't reproduce your issue @simona
simona commented on 2021-07-09 10:51 (UTC)
Traceback (most recent call last):
File "/bin/vizex", line 33, in <module>
sys.exit(load_entry_point('vizex==2.0.3', 'console_scripts', 'vizex')())
File "/bin/vizex", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/usr/lib/python3.9/site-packages/cli.py", line 6, in <module>
from disks import DiskUsage
File "/usr/lib/python3.9/site-packages/disks.py", line 7, in <module>
from tools import ints_to_human_readable
ImportError: cannot import name 'ints_to_human_readable' from 'tools' (/usr/lib/python3.9/site-packages/tools/init.py)
yochananmarqos commented on 2021-05-09 17:52 (UTC)
All those dependencies are not required, most are for the tests. They're failing for some reason, anyway.
Updated PKGBUILD
haawda commented on 2020-09-20 14:46 (UTC)
Please rename the downloaded tarbal to something containing $pkgname, e.g.
source=($pkgname-$pkgver.tar.gz::https://github.com/bexxmodd/${pkgname}/archive/v${pkgver}.tar.gz)
Pinned Comments
perigoso commented on 2021-11-29 23:11 (UTC)
If someone is willing to maintain the AUR package for me hit me up, for now its stuck on 2.0.3 sinca that was the last release on github, and I don't have time to move it over to pip