10 buildPythonPackage rec {
12 pname = "smartypants";
15 src = fetchFromGitHub {
17 repo = "smartypants.py";
19 sha256 = "00p1gnb9pzb3svdq3c5b9b332gsp50wrqqa39gj00m133zadanjp";
29 patchShebangs smartypants
33 description = "Python with the SmartyPants";
34 homepage = "https://github.com/leohemsted/smartypants.py";
35 license = licenses.bsd3;
36 maintainers = with maintainers; [ dotlambda ];