Package Details: pywal-git 3.3.0.r134.g236aa48-3

Git Clone URL: https://aur.archlinux.org/pywal-git.git (read-only, click to copy)
Package Base: pywal-git
Description: Generate and change color-schemes on the fly.
Upstream URL: https://github.com/dylanaraps/pywal
Keywords: colorscheme
Licenses: MIT
Conflicts: pywal
Provides: pywal
Submitter: keyboard-slayer
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 3
Popularity: 0.000000
First Submitted: 2019-12-30 12:25 (UTC)
Last Updated: 2023-08-28 06:17 (UTC)

Dependencies (12)

Required by (1)

Sources (2)

Latest Comments

dentalfloss commented on 2023-08-27 22:12 (UTC)

Two options. This person has the fix in his fork: https://github.com/LordVicky/pywal-Gnome-Dark-Theme-Fix- I also have the fix in my fork of the repo here: https://github.com/jonestristand/pywal

eclairevoyant commented on 2023-08-26 19:23 (UTC)

@dentalfloss then please name one.

dentalfloss commented on 2023-08-26 06:47 (UTC)

Original repo seems to be inactive - any chance we can update this package to a more active fork, especially one that includes a fix for GNOME 42+ with dark mode?

eclairevoyant commented on 2023-08-14 13:01 (UTC) (edited on 2023-08-14 13:03 (UTC) by eclairevoyant)

missing git in makedepends, also should use the PEP 517 compliant build process if possible (see https://wiki.archlinux.org/title/Python_package_guidelines)

Also you have conflicts and provides twice in the PKGBUILD, remove one. license folder also needs to follow the guidelines.

aelisk commented on 2021-09-04 20:00 (UTC)

Fails for me with

Traceback (most recent call last):
  File "/home/lisk/.cache/paru/clone/pywal-git/src/pywal/setup.py", line 15, in <module>
    setuptools.setup(
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup
    return distutils.core.setup(**attrs)
  File "/usr/lib/python3.9/distutils/core.py", line 134, in setup
    ok = dist.parse_command_line()
  File "/usr/lib/python3.9/distutils/dist.py", line 483, in parse_command_line
    args = self._parse_command_opts(parser, args)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 1015, in _parse_command_opts
    nargs = _Distribution._parse_command_opts(self, parser, args)
  File "/usr/lib/python3.9/distutils/dist.py", line 539, in _parse_command_opts
    cmd_class = self.get_command_class(command)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 854, in get_command_class
    self.cmdclass[command] = cmdclass = ep.load()
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
ModuleNotFoundError: No module named 'tasks'

NyaomiDEV commented on 2020-08-04 10:16 (UTC) (edited on 2020-08-15 02:35 (UTC) by NyaomiDEV)

This package should really provide and conflict with python-pywal. To other users, please add

conflicts=('python-pywal')
provides=('python-pywal')

to your local copy of PKGBUILD. This will take care of missing / conflicting dependencies of other packages such as pywal-steam

twolettersafterh commented on 2020-05-25 00:52 (UTC)

is there any reason this isn't set to conflict with python-pywal?