Package Details: gnome-extensions-cli 0.10.1-1

Git Clone URL: https://aur.archlinux.org/gnome-extensions-cli.git (read-only, click to copy)
Package Base: gnome-extensions-cli
Description: Command line tool to manage your GNOME Shell extensions
Upstream URL: https://github.com/essembeh/gnome-extensions-cli
Licenses: Apache-2.0
Submitter: enzal
Maintainer: enzal (yochananmarqos)
Last Packager: yochananmarqos
Votes: 0
Popularity: 0.000000
First Submitted: 2023-09-22 15:50 (UTC)
Last Updated: 2024-05-08 15:30 (UTC)

Latest Comments

enzal commented on 2024-05-08 12:20 (UTC)

@yochananmarqos I added you to the co-maintainers as you seem way more invested in making pkgbuilds that I am and it didn't seem fair to copy paste your code

yochananmarqos commented on 2024-05-07 20:43 (UTC)

@enzal: Please use a standards based build with python-poetry-core instead of using Poetry directly. See Python package guidelines and my improved PKGBUILD.

@elatllat: Nothing depends on python-pqdm as far as I can tell and has nothing to do with this package. Either remove it or rebuild it on Python 3.12.

elatllat commented on 2024-05-07 19:48 (UTC)

#gnome-extensions-cli
Traceback (most recent call last):
  File "/usr/bin/gnome-extensions-cli", line 5, in <module>
    from gnome_extensions_cli.cli import run
  File "/usr/lib/python3.12/site-packages/gnome_extensions_cli/cli.py", line 10, in <module>
    from .commands import (
  File "/usr/lib/python3.12/site-packages/gnome_extensions_cli/commands/install.py", line 7, in <module>
    from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'