Package Details: python-favicon 0.7.0-2

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)

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:

Added python-setuptools to makedepends.

Added the prepare() function with the sed command to remove pytest-runner.

Updated pkgrel to 2.

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-setuptools in makedepends().

pytest-runner is not actually required to build or run the tests. Add this to the prepare() function to remove it:

sed -i '/pytest-runner/d' setup.py