1 { lib, buildPythonPackage, fetchPypi, boltons, pytest }:
3 buildPythonPackage rec {
9 sha256 = "7d59ca5ba341316e58cf72c6aff85cca2541cf5056c4af45cb63af9a814bed3e";
12 propagatedBuildInputs = [ boltons ];
14 checkInputs = [ pytest ];
15 checkPhase = "pytest face/test";
17 # ironically, test_parse doesn't parse, but fixed in git so no point
22 homepage = "https://github.com/mahmoud/face";
23 description = "A command-line interface parser and framework";
25 A command-line interface parser and framework, friendly for
26 users, full-featured for developers.
28 license = licenses.bsd3;
29 maintainers = with maintainers; [ twey ];