9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
17 inherit pname version;
18 hash = "sha256-zkghLJe1SzN2qOeL23+T2ISjGkuODd9tJA1tO3hw2a0=";
21 propagatedBuildInputs = [
26 # no tests are present
29 pythonImportsCheck = [
34 description = "Python API for interacting with a Pihole instance.";
35 homepage = "https://github.com/home-assistant-ecosystem/python-hole";
36 changelog = "https://github.com/home-assistant-ecosystem/python-hole/releases/tag/${version}";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];