12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-kwD6yJhVTaVAAUVA6k4r6HZy4w+MPDF7DfJBS8wGE/c=";
26 propagatedBuildInputs = [
38 # Tests require openssh_wrapper which is outdated and not available
39 "tests/test_openssh.py"
42 pythonImportsCheck = [
47 description = "Python wrapper for Proxmox API v2";
48 homepage = "https://github.com/proxmoxer/proxmoxer";
49 changelog = "https://github.com/proxmoxer/proxmoxer/releases/tag/${version}";
50 license = with licenses; [ bsd3 ];
51 maintainers = with maintainers; [ fab ];