10 buildPythonPackage rec {
11 pname = "open-garage";
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
18 owner = "Danielhiversen";
19 repo = "pyOpenGarage";
21 hash = "sha256-iJ7HcJhpTceFpHTUdNZOYDuxUWZGWPmZ9lxD3CyGvk8=";
24 propagatedBuildInputs = [
29 # Project has no tests
32 pythonImportsCheck = [ "opengarage" ];
35 description = "Python module to communicate with opengarage.io";
36 homepage = "https://github.com/Danielhiversen/pyOpenGarage";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];