8 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
18 hash = "sha256-ddZN91H95RiTLXx4lpES1Dmz7nNsSVUeuFuOEpJ7LQI=";
21 # workaround https://github.com/idank/bashlex/issues/51
23 ${python.pythonOnBuildForHost.interpreter} -c 'import bashlex'
30 pythonImportsCheck = [ "bashlex" ];
33 description = "Python parser for bash";
34 license = licenses.gpl3Plus;
35 homepage = "https://github.com/idank/bashlex";
36 maintainers = with maintainers; [ multun ];