22 buildPythonPackage rec {
27 disabled = pythonOlder "3.7";
29 src = fetchFromGitHub {
32 rev = "refs/tags/v${version}";
33 hash = "sha256-Pwfc9e39sYPdcHN1cZtxxGEglEYzPp4yOYLD5/4SSiU=";
36 propagatedBuildInputs = [
52 passthru.optional-dependencies = {
57 # pyspnego[kerberos] will have those two dependencies
69 pythonImportsCheck = [
74 # TypeError: Backend.load_rsa_private_numbers() missing 1 required...
75 "test_psrp_pshost_ui_mocked_methods"
76 "test_psrp_key_exchange_timeout"
77 "test_psrp_multiple_commands"
81 description = "PowerShell Remoting Protocol Client library";
82 homepage = "https://github.com/jborean93/pypsrp";
83 changelog = "https://github.com/jborean93/pypsrp/blob/v${version}/CHANGELOG.md";
84 license = licenses.mit;
85 maintainers = with maintainers; [ fab ];