16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-CmIhNZraDawiiKg6WuHUVRMwXSVEizg1KEv7o2ZP1Hc=";
39 propagatedBuildInputs = [
52 # require network connection
53 "test_sigma_plugin_directory_default"
54 "test_sigma_plugin_installation"
57 pythonImportsCheck = [
62 description = "Library to parse and convert Sigma rules into queries";
63 homepage = "https://github.com/SigmaHQ/pySigma";
64 changelog = "https://github.com/SigmaHQ/pySigma/releases/tag/v${version}";
65 license = with licenses; [ lgpl21Only ];
66 maintainers = with maintainers; [ fab ];