12 buildPythonPackage rec {
13 pname = "dissect-etl";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-z6P7XpA+j9JIJJsp/Z4uewFw9OAPSZV+57eJu7rd17I=";
26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
33 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Dissect module implementing a parser for Event Trace Log (ETL) files";
48 homepage = "https://github.com/fox-it/dissect.etl";
49 changelog = "https://github.com/fox-it/dissect.etl/releases/tag/${version}";
50 license = licenses.agpl3Only;
51 maintainers = with maintainers; [ fab ];