8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "065fxc0l16j8xkjd0y0qar9cmqmjyp8jcshakbakldkfscpx3s5m";
17 propagatedBuildInputs = [
22 # no tests are present
25 pythonImportsCheck = [ "hole" ];
28 description = "Python API for interacting with a Pihole instance.";
29 homepage = "https://github.com/home-assistant-ecosystem/python-hole";
30 license = with licenses; [ mit ];
31 maintainers = with maintainers; [ fab ];