17 buildPythonPackage rec {
21 src = fetchFromGitHub {
25 sha256 = "0hphplnyi903jx7ghfxplg1qlj2kpcav1frr2js7p45pbh5ib9rm";
29 # Render "front matter", used in our RFC template and elsewhere
31 url = "https://github.com/joeyespo/grip/pull/249.patch";
32 sha256 = "07za5iymfv647dfrvi6hhj54a96hgjyarys51zbi08c51shqyzpg";
36 checkInputs = [ pytest responses ];
38 propagatedBuildInputs = [ docopt flask markdown path-and-address pygments requests tabulate ];
41 export PATH="$PATH:$out/bin"
42 py.test -xm "not assumption"
46 description = "Preview GitHub Markdown files like Readme locally before committing them";
47 homepage = "https://github.com/joeyespo/grip";
48 license = licenses.mit;
49 maintainers = with maintainers; [ koral ];