Unverified Commit 0d0dee66 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.dissect-shellitem: modernize

parent 24682953
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  setuptools,
  setuptools-scm,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
@@ -15,8 +14,6 @@ buildPythonPackage rec {
  version = "3.13";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.shellitem";
@@ -44,7 +41,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Dissect module implementing a parser for the Shellitem structures";
    homepage = "https://github.com/fox-it/dissect.shellitem";
    changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${version}";
    changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${src.tag}";
    license = licenses.agpl3Only;
    maintainers = with maintainers; [ fab ];
    mainProgram = "parse-lnk";