9 buildPythonPackage rec {
10 pname = "macfsevents";
14 pname = "MacFSEvents";
16 hash = "sha256-v3KD8dUXdkzNyBlbIWMdu6wcUGuSC/mo6ilWsxJ2Ucs=";
24 # Some tests fail under nix build directory
27 pythonImportsCheck = [ "fsevents" ];
30 description = "Thread-based interface to file system observation primitives";
31 homepage = "https://github.com/malthe/macfsevents";
32 changelog = "https://github.com/malthe/macfsevents/blob/${version}/CHANGES.rst";
33 license = licenses.bsd2;
35 platforms = platforms.darwin;