Package Details: alacritty-colorscheme 1.0.1-1

Git Clone URL: https://aur.archlinux.org/alacritty-colorscheme.git (read-only, click to copy)
Package Base: alacritty-colorscheme
Description: Change colorscheme of alacritty with ease
Upstream URL: https://github.com/toggle-corp/alacritty-colorscheme/
Keywords: alacritty
Licenses: Apache
Submitter: Repentinus
Maintainer: Repentinus
Last Packager: Repentinus
Votes: 2
Popularity: 0.000000
First Submitted: 2020-10-11 21:15 (UTC)
Last Updated: 2021-12-01 11:50 (UTC)

Pinned Comments

Latest Comments

Torxed commented on 2022-02-17 13:28 (UTC)

I would suggest to drop --optimize (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=alacritty-colorscheme#n28) because it will remove all assert statements in the source code and might produce issues: https://github.com/toggle-corp/alacritty-colorscheme/search?q=assert

Repentinus commented on 2021-05-16 10:41 (UTC)

Thanks for reporting. The dependencies should be fixed now.

petRUShka commented on 2021-05-13 07:25 (UTC)

Fresh install yield an error:

─➤  alacritty-colorscheme -V apply Solarized-Dark.yml
Traceback (most recent call last):
  File "/usr/bin/alacritty-colorscheme", line 33, in <module>
    sys.exit(load_entry_point('alacritty-colorscheme==1.0.0', 'console_scripts', 'alacritty-colorscheme')())
  File "/usr/bin/alacritty-colorscheme", 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 855, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/lib/python3.9/site-packages/alacritty_colorscheme/cli.py", line 3, in <module>
    from tap import Tap
ModuleNotFoundError: No module named 'tap'

typed-argument-parser is missed.

https://pypi.org/project/typed-argument-parser/