9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-1daS+QvI9Zh7Y25H42OEubvaSZqvCneqCwu+g0x2kj0=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [
34 # Assertion error as we take the Python release into account
35 "test_search_prs_basic"
39 description = "A command-line interface parser and framework";
41 A command-line interface parser and framework, friendly for
42 users, full-featured for developers.
44 homepage = "https://github.com/mahmoud/face";
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ twey ];