11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-1daS+QvI9Zh7Y25H42OEubvaSZqvCneqCwu+g0x2kj0=";
23 build-system = [ setuptools ];
25 dependencies = [ boltons ];
27 nativeCheckInputs = [ pytestCheckHook ];
29 pythonImportsCheck = [ "face" ];
32 # Assertion error as we take the Python release into account
33 "test_search_prs_basic"
37 description = "Command-line interface parser and framework";
39 A command-line interface parser and framework, friendly for
40 users, full-featured for developers.
42 homepage = "https://github.com/mahmoud/face";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ twey ];