@JokaJukka, Thank you, I have submitted a PR to the upstream, maybe it could be added to dependency temporarily?
Search Criteria
Package Details: yin-yang 3.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yin-yang.git (read-only, click to copy) |
---|---|
Package Base: | yin-yang |
Description: | Light/dark theme switcher for Linux. Supports popular Desktops, text editors and more! |
Upstream URL: | https://github.com/oskarsh/Yin-Yang |
Keywords: | bright color dark day night theme |
Licenses: | MIT |
Conflicts: | yin-yang-git |
Provides: | yin-yang |
Submitter: | JokaJukka |
Maintainer: | JokaJukka |
Last Packager: | JokaJukka |
Votes: | 6 |
Popularity: | 0.097452 |
First Submitted: | 2022-10-10 10:39 (UTC) |
Last Updated: | 2024-03-17 18:47 (UTC) |
Dependencies (10)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- pyside6
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-psutil
- python-pyqt6
- python-requests
- python-suntimeAUR
- python-systemd
- python3 (python)
- qt6-positioning
Required by (0)
Sources (1)
Eeviriyi commented on 2024-09-08 13:52 (UTC) (edited on 2024-09-08 13:53 (UTC) by Eeviriyi)
JokaJukka commented on 2024-09-07 10:45 (UTC)
@Eeviriyi it does not seem to be a direct dependency of yin-yang; reference: https://github.com/oskarsh/Yin-Yang/blob/master/requirements.txt
Eeviriyi commented on 2024-09-06 12:33 (UTC)
python-dateutil should be added to dependencies @JokaJukka
halfhorn commented on 2024-04-02 14:23 (UTC)
Please add python-dateutil
to the deps, without it I get
~> yin-yang
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/opt/yin-yang/yin_yang/__main__.py", line 16, in <module>
from yin_yang import daemon_handler
File "/opt/yin-yang/yin_yang/daemon_handler.py", line 7, in <module>
from .config import ConfigWatcher, config
File "/opt/yin-yang/yin_yang/config.py", line 7, in <module>
from dateutil import tz
ModuleNotFoundError: No module named 'dateutil'
JokaJukka commented on 2024-03-13 17:07 (UTC) (edited on 2024-03-13 17:07 (UTC) by JokaJukka)
Thanks for letting me know! Updating the package dependencies accordingly, so now the installation via yay and similar managers should work without issues again.
ItachiSan commented on 2024-03-13 16:43 (UTC)
The latest python-suntime
fixes the compatibility issue.
JokaJukka commented on 2024-03-12 09:31 (UTC)
The last released version is not compatible with suntime < 1.3; the application's author has to release newer version. There exists a git patch, but it cannot be applied to this version.
asd2003ru commented on 2024-03-12 09:10 (UTC)
Depency problem. could not find all required packages: python-suntime <1.3.0 but in aur last python-suntime 1.3.2-1
JokaJukka commented on 2024-02-08 09:08 (UTC)
Thanks for notifying; seems I forgot to update the SRCINFO. PKGBUILD itself was OK, so I kept the pkgrel as it is.
jahiy commented on 2024-02-08 06:59 (UTC)
python-requests
is also one of the dependencies for this package.
Pinned Comments
JokaJukka commented on 2023-05-07 18:15 (UTC)
Unfortunatelly all python packages are installed for specific minor version; hence when you update from 3.10 to 3.11, they are missing, even if they are displayed as installed on your system. This has nothing to do with yin-yang specifically. You can manually fix it by following this comment (it will work for all python-based packages):
https://www.reddit.com/r/archlinux/comments/136uxj8/comment/jirdbal/?utm_source=share&utm_medium=web2x&context=3
JokaJukka commented on 2022-10-24 09:31 (UTC) (edited on 2022-10-24 09:32 (UTC) by JokaJukka)
If you encounter problem with installing package dependencies (pacman error "exists in filesystem"), please first run
sudo pip3 uninstall pyside6 shiboken6 PySide6-Addons PySide6-Essentials
. This will remove globally installed packages via pip3.JokaJukka commented on 2022-10-10 11:03 (UTC)
Please do note that I'm not the author of this app. For fastest support possible, please contact author directly via GitHub Issues:
https://github.com/oskarsh/Yin-Yang/issues