7 python3.pkgs.buildPythonApplication rec {
10 format = "setuptools";
12 disabled = python3.pythonOlder "3.6";
14 src = fetchFromGitHub {
18 sha256 = "sha256-AtqkxnpEL+580S/iKCaRcsQO6LLYhkJxyNx6fi3atbE=";
21 propagatedBuildInputs = with python3.pkgs; [
32 substituteInPlace requirements.txt \
33 --replace "rdflib==6.0.0" "rdflib"
36 # Path issues with the tests
39 pythonImportsCheck = [
44 description = "OWL ontology documentation tool using Python and templating, based on LODE";
45 homepage = "https://github.com/RDFLib/pyLODE";
46 # Next release will move to BSD3
47 license = licenses.gpl3Only;
48 maintainers = with maintainers; [ koslambrou ];
49 mainProgram = "pylode";