11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-45lmkE61uXVCBUMyVVzowTJoALY1m9JI68s7Yb0vCks=";
25 nativeBuildInputs = [ setuptools ];
27 propagatedBuildInputs = [ mac-alias ];
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "ds_store" ];
34 homepage = "https://github.com/al45tair/ds_store";
35 description = "Manipulate Finder .DS_Store files from Python";
36 mainProgram = "ds_store";
37 license = licenses.mit;
38 maintainers = with maintainers; [ prusnak ];