11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
19 owner = "earnestt1234";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-ilL2KKN5sJclVcStO/kZoacsPoMgcFW1/8M/PQjxw/U=";
25 build-system = [ setuptools ];
27 dependencies = [ natsort ];
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "seedir" ];
34 description = "Module for for creating, editing, and reading folder tree diagrams";
35 homepage = "https://github.com/earnestt1234/seedir";
36 changelog = "https://github.com/earnestt1234/seedir/releases/tag/v${version}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];
39 mainProgram = "seedir";