8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "5a01d157857b5f010a94167e7092cc49efe2531d58e013f12c4e60b8c4df78f1";
17 propagatedBuildInputs = [ rply ];
19 checkPhase = "${python.interpreter} test.py";
22 homepage = "https://github.com/djc/rnc2rng";
23 description = "Compact to regular syntax conversion library for RELAX NG schemata";
24 license = licenses.mit;
25 maintainers = with maintainers; [ bcdarwin ];