Loading pkgs/development/python-modules/asyncinotify/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, flit-core, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -12,8 +11,6 @@ buildPythonPackage rec { version = "4.3.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "absperf"; repo = "asyncinotify"; Loading @@ -37,7 +34,7 @@ buildPythonPackage rec { ]; description = "Module for inotify"; homepage = "https://github.com/absperf/asyncinotify/"; changelog = "https://github.com/absperf/asyncinotify/releases/tag/v${version}"; changelog = "https://github.com/absperf/asyncinotify/releases/tag/${src.tag}"; license = licenses.mpl20; maintainers = with maintainers; [ cynerd ]; }; Loading Loading
pkgs/development/python-modules/asyncinotify/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, flit-core, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -12,8 +11,6 @@ buildPythonPackage rec { version = "4.3.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "absperf"; repo = "asyncinotify"; Loading @@ -37,7 +34,7 @@ buildPythonPackage rec { ]; description = "Module for inotify"; homepage = "https://github.com/absperf/asyncinotify/"; changelog = "https://github.com/absperf/asyncinotify/releases/tag/v${version}"; changelog = "https://github.com/absperf/asyncinotify/releases/tag/${src.tag}"; license = licenses.mpl20; maintainers = with maintainers; [ cynerd ]; }; Loading