10 buildPythonPackage rec {
11 pname = "pysnmp-pyasn1";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-W74aWMqGlat+aZfhbP1cTKRz7SomHdGwfK5yJwxgyqI=";
24 nativeBuildInputs = [ poetry-core ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "pyasn1" ];
31 description = "Python ASN.1 encoder and decoder";
32 homepage = "https://github.com/pysnmp/pyasn1";
33 changelog = "https://github.com/pysnmp/pyasn1/releases/tag/v${version}";
34 license = licenses.bsd2;
35 maintainers = with maintainers; [ fab ];