8 buildPythonPackage rec {
9 pname = "asyncinotify";
13 src = fetchFromGitLab {
15 repo = "asyncinotify";
17 hash = "sha256-Q7b406UENCmD9SGbaml+y2YLDi7VLZBmDkYMo8CLuVw=";
25 ${python.pythonOnBuildForHost.interpreter} ${src}/test.py
27 pythonImportsCheck = ["asyncinotify"];
30 description = "A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features";
31 homepage = "https://pypi.org/project/asyncinotify/";
32 changelog = "https://gitlab.com/Taywee/asyncinotify/-/blob/master/CHANGELOG.md";
33 license = licenses.mit;
34 maintainers = with maintainers; [ cynerd ];