Search Criteria
Package Details: python-favicon 0.7.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-favicon.git (read-only, click to copy) |
|---|---|
| Package Base: | python-favicon |
| Description: | A Python library to find a website's favicon |
| Upstream URL: | https://pypi.org/project/favicon |
| Licenses: | MIT |
| Submitter: | muhammedakalan |
| Maintainer: | muhammedakalan |
| Last Packager: | muhammedakalan |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-04-18 19:06 (UTC) |
| Last Updated: | 2026-04-19 17:33 (UTC) |
Dependencies (5)
- python-beautifulsoup4
- python-requests
- python-build (make)
- python-installer (make)
- python-setuptools (make)
Latest Comments
muhammedakalan commented on 2026-04-19 17:33 (UTC)
Hi @yochananmarqos,
Thank you for the valuable feedback! I've updated the PKGBUILD as suggested:
As this is my first AUR package, I'm genuinely surprised and impressed by how quickly it was reviewed. The community's activity is amazing. Thanks again for the help!
yochananmarqos commented on 2026-04-19 16:47 (UTC)
@muhammedakalan: This is missing
python-setuptoolsin makedepends().pytest-runneris not actually required to build or run the tests. Add this to the prepare() function to remove it: