13 buildPythonPackage rec {
14 pname = "cryptoparser";
19 pname = "CryptoParser";
21 hash = "sha256-1A0VEpUPsYtEu2aT+ldt/Z/PtV8lvD+9jSx75yGB6Ao=";
25 substituteInPlace requirements.txt \
26 --replace-warn "attrs>=20.3.0,<22.0.1" "attrs>=20.3.0"
33 propagatedBuildInputs = [
41 pythonImportsCheck = [
46 description = "Security protocol parser and generator";
47 homepage = "https://gitlab.com/coroner/cryptoparser";
48 changelog = "https://gitlab.com/coroner/cryptoparser/-/blob/v${version}/CHANGELOG.md";
49 license = licenses.mpl20;
50 maintainers = with maintainers; [ kranzes ];