Package Details: qtile-extras-git r262.c997a9d-1

Git Clone URL: https://aur.archlinux.org/qtile-extras-git.git (read-only, click to copy)
Package Base: qtile-extras-git
Description: Unofficial mods for qtile that are unlikely to be maintained in the main repo.
Upstream URL: https://github.com/elparaguayo/qtile-extras.git
Licenses: MIT
Conflicts: qtile-extras
Provides: qtile-extras
Submitter: elParaguayo
Maintainer: elParaguayo
Last Packager: elParaguayo
Votes: 2
Popularity: 0.000155
First Submitted: 2021-10-10 17:40 (UTC)
Last Updated: 2023-06-25 17:46 (UTC)

Latest Comments

xiota commented on 2023-10-26 21:24 (UTC) (edited on 2023-10-26 21:24 (UTC) by xiota)

Please make following changes:

  • Remove .git from end of url.
  • Update pkgver() to use format #.r#.g#.
git describe --long --tags | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'

elParaguayo commented on 2022-12-21 15:22 (UTC)

I am not aware that this package is doing anything related to pyenv. I've also never used pyenv.

Your package manager should install this in a system location so, if your pyenv setup can't find it, that's an issue with pyenv and not this package.

If you want this in a virtual environment then I wouldn't install it with paru as opening the environment to global packages would seem to defeat the point of virtual environments (unless you can allow it on a per-package basis). qtile-extras isn't on pypi yet so you'd need to clone the repo and then do pip install . which should install it in your virtual environment (assuming it's been activated).

Jubijub commented on 2022-12-21 13:39 (UTC)

I am not sure if it's a bug or not as I am new to pyenv, but I got a weird surprise rebooting my arch :

  • default Qtile config
  • logs saying ModuleNotFoundError: No module named 'qtile_extras'
  • I reinstalled with paru -S qtile-extras-git, and realized it was using the pyenv version

I set pyenv global system as the default environment and it fixed the problem.

My question : is it deliberate that this package using the "active" python env as opposed to the system env ?

Manix commented on 2022-06-11 20:07 (UTC)

I was thinking of "python2-setuptools" as the latest :) with "python-setuptools" works fine ! thanks

elParaguayo commented on 2022-06-11 19:56 (UTC)

Why python2?

You probably need 'python-setuptools' and 'python-setuptools-scm'.

Manix commented on 2022-06-11 19:43 (UTC) (edited on 2022-06-11 19:55 (UTC) by Manix)

cheers,

pikaur -S qtile-extras-git :

==> Entering fakeroot environment...
==> Starting package()...
Traceback (most recent call last):
  File "/home/nico/.cache/pikaur/build/qtile-extras-git/src/qtile-extras/setup.py", line 1, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
==> ERROR: A failure occurred in package().
    Aborting...

I tried to install "python2-setuptools", same result. I tried build from github repos same. any ideas ?