Search Criteria
Package Details: python-notify-py 0.3.43-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-notify-py.git (read-only, click to copy) |
---|---|
Package Base: | python-notify-py |
Description: | Cross platform desktop notifications for Python scripts and applications |
Upstream URL: | https://github.com/ms7m/notify-py |
Licenses: | MIT |
Submitter: | Miller.EC |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-27 10:30 (UTC) |
Last Updated: | 2024-11-04 22:01 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-jeepney
- python-loguru
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-coverage (check)
Latest Comments
dreieck commented on 2023-12-18 13:13 (UTC)
You need to switch away from using
setup.py
directly, but usepython -m build
andpython -m installer
together with the appropriatemakedepends
; the the Arch Linux wiki about it:Regards and thanks for maintaining!