8 buildPythonPackage rec {
10 format = "setuptools";
13 src = fetchFromGitHub {
15 repo = "python-vultr";
17 sha256 = "00lc5hdhchvm0472p03019bp9541d8y2773xkjy8vblq9qhys8q7";
20 propagatedBuildInputs = [ requests ];
22 # Tests disabled. They fail because they try to access the network
25 pythonImportsCheck = [ "vultr" ];
28 description = "Vultr.com API Client";
29 homepage = "https://github.com/spry-group/python-vultr";
30 license = licenses.mit;
31 maintainers = with maintainers; [ lihop ];