10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
18 owner = "Danielhiversen";
21 hash = "sha256-kFBzasS7/5AM/ZW5z1ncZ9Xwuy/bh2LTVXPxNTLQnV0=";
24 propagatedBuildInputs = [
29 # Project has no tests
32 pythonImportsCheck = [ "mill_local" ];
35 description = "Python module to communicate locally with Mill heaters";
36 homepage = "https://github.com/Danielhiversen/pyMillLocal";
37 changelog = "https://github.com/Danielhiversen/pyMillLocal/releases/tag/${version}";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];