Opened 3 years ago

Last modified 3 years ago

#16805 closed defect

kapidox is now a pure python application — at Version 1

Reported by: pierre Owned by: blfs-book
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description (last modified by Bruce Dubbs)

kapidox can no longer be built with the general instructions that are in the book: it needs pip3. Furthermore it depends on modules that are not in the book: doxyqml, requests, doxypypy.

We have to make a decision about whether we should comment it out.

Change History (1)

comment:1 by Bruce Dubbs, 3 years ago

Description: modified (diff)

I don't recall adding those python modules, but checking, they are already present on my system.

# pip3 install doxypypy
Requirement already satisfied: doxypypy in /usr/lib/python3.10/site-packages (0.8.8.6)

# pip3 install requests
Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (2.27.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests) (3.3)
Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/lib/python3.10/site-packages (from requests) (2.0.12)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests) (1.26.9)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests) (2021.10.8)

# pip3 install  doxyqml
Requirement already satisfied: doxyqml in /usr/lib/python3.10/site-packages (0.5.1)
Note: See TracTickets for help on using tickets.