Commit e010085c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.textual-universal-directorytree: refactor

parent 36ab9337
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -10,12 +10,15 @@
, paramiko
, requests
, s3fs
, pythonOlder
}:

buildPythonPackage rec {
  pname = "textual-universal-directorytree";
  version = "1.0.2";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "juftin";
@@ -44,7 +47,9 @@ buildPythonPackage rec {
    ];
  };

  pythonImportsCheck = [ "textual_universal_directorytree" ];
  pythonImportsCheck = [
    "textual_universal_directorytree"
  ];

  meta = with lib; {
    description = "Textual plugin for a DirectoryTree compatible with remote filesystems";