13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 hash = "sha256-Ffi55FZsZUKDcS4qV46NpRK3VP6axzrL2BO+hYW7J9E=";
27 propagatedBuildInputs = [
36 # Project has no tests
39 pythonImportsCheck = [
44 description = "Python Library for the Smappee dev API";
45 homepage = "https://github.com/smappee/pysmappee";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];