6 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-gtTyO6jmjQT0ZwmxvH+RAe1v5aruNStfP1qz1+AqYXs=";
16 pythonImportsCheck = [
21 homepage = "https://github.com/fmenabe/python-dokuwiki";
22 description = "A python module that aims to manage DokuWiki wikis by using the provided XML-RPC API";
23 license = licenses.mit;
24 maintainers = with maintainers; [ netali ];