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: | knthm |
| 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
- python-jeepney
- python-loguru
- python-build (make)
- python-installer (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.pydirectly, but usepython -m buildandpython -m installertogether with the appropriatemakedepends; the the Arch Linux wiki about it:Regards and thanks for maintaining!