9 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-JR1CAV6FBxWK7CFk8GA130qCsDFM5kUPRX1xJedkkCQ=";
26 # imperative dev dependency installation
30 pythonImportsCheck = [
39 description = "An improved PLY implementation of lex and yacc for Python 3";
40 homepage = "https://github.com/dabeaz/sly";
41 license = licenses.bsd3;