10 buildPythonPackage rec {
11 pname = "python-nomad";
15 disabled = pythonOlder "3.7";
18 pname = "python_nomad";
20 hash = "sha256-TXCm6FxYoavjN3ASioQ7yXQVsDDXedDKBgGGP8ghQdM=";
23 build-system = [ setuptools ];
25 dependencies = [ requests ];
27 # Tests require nomad agent
30 pythonImportsCheck = [ "nomad" ];
33 description = "Python client library for Hashicorp Nomad";
34 homepage = "https://github.com/jrxFive/python-nomad";
35 changelog = "https://github.com/jrxFive/python-nomad/blob/${version}/CHANGELOG.md";
36 license = licenses.mit;
37 maintainers = with maintainers; [ xbreak ];