Search Criteria
Package Details: terminal-rain-lightning 0.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/terminal-rain-lightning.git (read-only, click to copy) |
---|---|
Package Base: | terminal-rain-lightning |
Description: | A terminal rain and lightning animation using Python and curses |
Upstream URL: | https://github.com/rmaake1/terminal-rain-lightning |
Licenses: | MIT |
Submitter: | nihalxkumar |
Maintainer: | nihalxkumar |
Last Packager: | nihalxkumar |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-05-16 18:23 (UTC) |
Last Updated: | 2025-05-22 10:11 (UTC) |
Dependencies (7)
- python (python37AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-pip (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
nihalxkumar commented on 2025-05-22 10:12 (UTC)
Thank you @torculus I have added
python-build
python-installer
andpython-pip
as welltorculus commented on 2025-05-18 01:37 (UTC)
It's failing at the
build()
stage because you need to addpython-build
andpython-installer
to themakedepends
, as shown at https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)I already tested, and this resolves the issue