11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-ejRIlRxDbdZgy7wHilSzunRTGn1uO6YLLmLxNrrHKss=";
29 propagatedBuildInputs = [
35 # Module has no test, examples are used for testing
38 pythonImportsCheck = [
43 description = "Implementation of v1/v2c/v3 SNMP engine";
44 homepage = "https://github.com/pysnmp/pysnmp";
45 changelog = "https://github.com/pysnmp/pysnmp/releases/tag/v${version}";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];