19 buildPythonPackage rec {
24 src = fetchFromGitHub {
27 rev = "refs/tags/v${version}";
28 hash = "sha256-+FfXvsfn8XzliaGUKZlzqbozoo6vDxUkgC87JOoVasY=";
31 pythonRemoveDeps = [ "pytest-cov" ];
33 build-system = [ poetry-core ];
47 # Temporary failure in name resolution
48 "test_custom_asn1_mib_search_path"
49 "test_send_notification"
51 "test_send_v3_inform_notification"
52 "test_send_v3_inform_sync"
58 # pysnmp.smi.error.MibNotFoundError
59 "test_send_v3_trap_notification"
60 "test_addAsn1MibSource"
65 pythonImportsCheck = [ "pysnmp" ];
68 description = "Python SNMP library";
69 homepage = "https://github.com/lextudio/pysnmp";
70 changelog = "https://github.com/lextudio/pysnmp/blob/${src.rev}/CHANGES.rst";
71 license = licenses.bsd2;
72 maintainers = with maintainers; [ hexa ];