9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-LUtTMqQuwahIeMm9QvMe6rdHEw5LEjMQdyZFZvf/HRU=";
19 build-system = [ setuptools ];
21 pythonImportsCheck = [ "dsl" ];
24 description = "Python module for converting DSL dictionary texts into HTML";
25 homepage = "https://github.com/Crissium/python-dsl";
26 license = licenses.gpl3Only;
27 maintainers = with maintainers; [ vizid ];