10 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-JR1CAV6FBxWK7CFk8GA130qCsDFM5kUPRX1xJedkkCQ=";
22 nativeBuildInputs = [ setuptools ];
25 # imperative dev dependency installation
29 pythonImportsCheck = [ "sly" ];
31 nativeCheckInputs = [ pytestCheckHook ];
34 description = "Improved PLY implementation of lex and yacc for Python 3";
35 homepage = "https://github.com/dabeaz/sly";
36 license = licenses.bsd3;