14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
25 hash = "sha256-56PccWOZiYLPSaJrFfOqP9kTuHqqhgiF1DpnNgFSabI=";
28 build-system = [ setuptools ];
42 # Tests require openssh_wrapper which is outdated and not available
43 "tests/test_openssh.py"
47 # Tests require openssh_wrapper which is outdated and not available
51 pythonImportsCheck = [ "proxmoxer" ];
54 description = "Python wrapper for Proxmox API v2";
55 homepage = "https://github.com/proxmoxer/proxmoxer";
56 changelog = "https://github.com/proxmoxer/proxmoxer/releases/tag/${version}";
57 license = with licenses; [ bsd3 ];
58 maintainers = with maintainers; [ fab ];