6 python3.pkgs.buildPythonApplication rec {
11 disabled = python3.pythonOlder "3.6";
13 src = fetchFromGitHub {
16 rev = "refs/tags/${version}";
17 sha256 = "sha256-AtqkxnpEL+580S/iKCaRcsQO6LLYhkJxyNx6fi3atbE=";
20 propagatedBuildInputs = with python3.pkgs; [
31 substituteInPlace requirements.txt \
32 --replace "rdflib==6.0.0" "rdflib"
35 # Path issues with the tests
38 pythonImportsCheck = [
43 description = "OWL ontology documentation tool using Python and templating, based on LODE";
44 homepage = "https://github.com/RDFLib/pyLODE";
45 # Next release will move to BSD3
46 license = licenses.gpl3Only;
47 maintainers = with maintainers; [ koslambrou ];