8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "5ad93a8456f0d084c3456d059fd9a92cce667963232cbf763eac3bc5b7940872";
17 propagatedBuildInputs = [ six wheel ];
19 # tests not included with pypi release
23 description = "This is a factored out version of unparse found in the Python source distribution";
24 homepage = "https://github.com/simonpercivall/astunparse";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ jyp ];