8 buildPythonPackage rec {
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-7vjdRGnEnMf32pZwoKRxX16hxkyf0CXlncpbBJMQtfI=";
26 # Project has no tests
29 pythonImportsCheck = [
34 description = " Python module to interface with a Balboa Spa";
35 homepage = "https://github.com/garbled1/pybalboa";
36 changelog = "https://github.com/garbled1/pybalboa/releases/tag/${version}";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ fab ];