10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-SnH37n0MCjO60IU6kUPxJkIC5vBCVGZXBhFfwvRI/tQ=";
24 build-system = [ poetry-core ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "pick" ];
31 description = "Module to create curses-based interactive selection list in the terminal";
32 homepage = "https://github.com/wong2/pick";
33 changelog = "https://github.com/wong2/pick/releases/tag/v${version}";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];