python-argparse
must be removed from the depends
array, see ↗ here.
Thanks for maintaining!
Git Clone URL: | https://aur.archlinux.org/powerline-shell-git.git (read-only, click to copy) |
---|---|
Package Base: | powerline-shell-git |
Description: | A pretty prompt for your shell |
Upstream URL: | https://github.com/b-ryan/powerline-shell |
Licenses: | MIT |
Conflicts: | powerline-shell |
Provides: | powerline-shell |
Submitter: | gn0me |
Maintainer: | None |
Last Packager: | micwoj92 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-11 12:54 (UTC) |
Last Updated: | 2024-01-09 22:58 (UTC) |
python-argparse
must be removed from the depends
array, see ↗ here.
Thanks for maintaining!
Traceback (most recent call last): File "/usr/lib/python3.11/importlib/metadata/init.py", line 563, in from_name return next(cls.discover(name=name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/bin/powerline-shell", line 33, in <module> sys.exit(load_entry_point('powerline-shell==0.7.0', 'console_scripts', 'powerline-shell')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/powerline-shell", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/init.py", line 981, in distribution return Distribution.from_name(distribution_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/init.py", line 565, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: No package metadata was found for powerline-shell
@yochananmarqos Updated =D
@gn0me: "Tomorrow" was about 5 months ago, are you okay? ;)
Added the depends locally and builds fine. For some reason aur isnt letting me push the change, will figure it out tomorrow.
Sorry for being AFK for so long guys, I'll add it tomorrow to the PKGBUILD.
As @peterix said almost a year ago, python-argparse is really needed. If it is not installed on machine already, there will be thrown an error while opening the shell "The 'argparse' distribution was not found and is required by powerline-shell" and there will be no way to do anything
I found out that this actually depends on python-argparse when I installed it. This should be added as a dependency to the PKGBUILD.
Pinned Comments
gn0me commented on 2021-01-18 13:17 (UTC)
@yochananmarqos Updated =D