9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "1brpcfj1iy9mhf2inla4gi681zlh7g4qvhr6vrprk6r693glpn3x";
21 propagatedBuildInputs = [ requests ];
23 # Project has no tests
26 pythonImportsCheck = [ "pydoods" ];
29 description = "Python wrapper for the DOODS service";
30 homepage = "https://github.com/snowzach/pydoods";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];