9 buildPythonPackage rec {
10 pname = "pyasn1-modules";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-AAS1VuppCIxgswpLSHFAc6q9cyJBLpdDuU9D1KU13vg=";
22 propagatedBuildInputs = [
30 pythonImportsCheck = [
35 description = "A collection of ASN.1-based protocols modules";
36 homepage = "https://github.com/pyasn1/pyasn1-modules";
37 changelog = "https://github.com/pyasn1/pyasn1-modules/releases/tag/v${version}";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ ];