8 buildPythonPackage rec {
9 pname = "python-nomad";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-5IyHNw1ArE8fU9DoSQMGkDI9d/OiR1YI/7nTPeFIK+A=";
20 propagatedBuildInputs = [
24 # Tests require nomad agent
27 pythonImportsCheck = [
32 description = "Python client library for Hashicorp Nomad";
33 homepage = "https://github.com/jrxFive/python-nomad";
34 changelog = "https://github.com/jrxFive/python-nomad/blob/${version}/CHANGELOG.md";
35 license = licenses.mit;
36 maintainers = with maintainers; [ xbreak ];