9 buildPythonPackage rec {
10 pname = "asyncinotify";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "asyncinotify";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-RXx6i5dIB2oySVaLoHPRGD9VKgiO5OAXmrzVBq8Ad18=";
31 pythonImportsCheck = [
40 description = "Module for inotify";
41 homepage = "https://github.com/absperf/asyncinotify/";
42 changelog = "https://github.com/absperf/asyncinotify/releases/tag/v${version}";
43 license = licenses.mit;
44 maintainers = with maintainers; [ cynerd ];