11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-bWtaeN4qDQCEWJ9ofzhLLs1qZScJP+xWRAOxowYF16g=";
24 sed -i "/pytest-runner/d" setup.py
27 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Find a website's favicon";
43 homepage = "https://github.com/scottwernervt/favicon";
44 changelog = "https://github.com/scottwernervt/favicon/blob/${version}/CHANGELOG.rst";
45 license = licenses.mit;
46 maintainers = with maintainers; [ elohmeier ];