8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-tiq8h6s2noWLBIOIWcj8jfSqJFN01ee2uoHN4aFwn7s=";
23 ${python.interpreter} tests/test_icnsutil.py
24 ${python.interpreter} tests/test_cli.py
27 pythonImportsCheck = [
32 description = "Create and extract .icns files";
33 homepage = "https://github.com/relikd/icnsutil";
34 changelog = "https://github.com/relikd/icnsutil/releases/tag/v${version}";
35 license = licenses.mit;
36 maintainers = with maintainers; [ reckenrode ];