8 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
14 inherit pname version;
15 sha256 = "0an31bm5m8wqwphanmcsbbnmycy6l4xkmg4za4bwq8hk4dm2dwp5";
18 checkInputs = [ pytest ];
20 # tests not included with pypi release
24 description = "An improved PLY implementation of lex and yacc for Python 3";
25 homepage = "https://github.com/dabeaz/sly";
26 license = licenses.bsd3;
27 maintainers = [ maintainers.costrouc ];