12 buildPythonPackage rec {
13 pname = "dissect-shellitem";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "dissect.shellitem";
22 rev = "refs/tags/${version}";
23 hash = "sha256-g8o6W5MZ7E8AKYs5QGQGw3IQhZehrOcY6wJrt9TJf4s=";
26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
33 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Dissect module implementing a parser for the Shellitem structures";
48 homepage = "https://github.com/fox-it/dissect.shellitem";
49 changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${version}";
50 license = licenses.agpl3Only;
51 maintainers = with maintainers; [ fab ];