9 buildPythonPackage rec {
10 pname = "open-garage";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
17 owner = "Danielhiversen";
18 repo = "pyOpenGarage";
20 hash = "sha256-iJ7HcJhpTceFpHTUdNZOYDuxUWZGWPmZ9lxD3CyGvk8=";
23 propagatedBuildInputs = [
28 # Project has no tests
31 pythonImportsCheck = [
36 description = "Python module to communicate with opengarage.io";
37 homepage = "https://github.com/Danielhiversen/pyOpenGarage";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];