Search Criteria
Package Details: python-pymsgbox 2.0.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-pymsgbox.git (read-only, click to copy) |
|---|---|
| Package Base: | python-pymsgbox |
| Description: | Simple, cross-platform, pure Python module to display message boxes, and just message boxes |
| Upstream URL: | https://github.com/asweigart/PyMsgBox |
| Licenses: | GPL-3.0-or-later |
| Submitter: | awh |
| Maintainer: | jose1711 (carlosal1015) |
| Last Packager: | carlosal1015 |
| Votes: | 13 |
| Popularity: | 0.42 |
| First Submitted: | 2016-06-01 19:36 (UTC) |
| Last Updated: | 2025-09-11 04:06 (UTC) |
Dependencies (6)
- python
- tk (tk-fossilAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
DLAN commented on 2025-09-22 17:56 (UTC) (edited on 2025-10-09 16:24 (UTC) by DLAN)
PKGBUILD: line 19: cd: PyMsgBox-2.0.1: No such file or directory
I had to update the PKGBUILD on line 19 and 29 with the following:
cd ${srcdir}/${_base,,}-${pkgver}GeBo commented on 2025-09-10 06:30 (UTC)
/home/<user>/.cache/paru/clone/python-pymsgbox/PKGBUILD: regel 19: cd: PyMsgBox-2.0.1: Bestand of map bestaat niet
Error: file does not exists.
I had to rename _base from PyMsgBox to pymsgbox
After that, I could compile it with makepkg and update the package with pacman.