12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-bWtaeN4qDQCEWJ9ofzhLLs1qZScJP+xWRAOxowYF16g=";
25 sed -i "/pytest-runner/d" setup.py
28 propagatedBuildInputs = [
38 pythonImportsCheck = [ "favicon" ];
41 description = "Find a website's favicon";
42 homepage = "https://github.com/scottwernervt/favicon";
43 changelog = "https://github.com/scottwernervt/favicon/blob/${version}/CHANGELOG.rst";
44 license = licenses.mit;