12 buildPythonPackage rec {
13 pname = "waterfurnace";
16 src = fetchFromGitHub {
20 sha256 = "1ba247fw1fvi7zy31zj2wbjq7fajrbxhp139cl9jj67rfvxfv8xf";
23 propagatedBuildInputs = [
35 pythonImportsCheck = [ "waterfurnace" ];
38 description = "Python interface to waterfurnace geothermal systems";
39 homepage = "https://github.com/sdague/waterfurnace";
40 license = with licenses; [ asl20 ];
41 maintainers = with maintainers; [ fab ];