#16805 closed defect (fixed)

kapidox is now a pure python application (wait until August update)

Reported by: pierre Owned by: Bruce Dubbs
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 (5)

comment:1 by Bruce Dubbs, 21 months 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)

comment:2 by Bruce Dubbs, 21 months ago

Milestone: 11.299-Waiting
Summary: kapidox is now a pure python applicationkapidox is now a pure python application (wait until August update)

comment:3 by pierre, 21 months ago

The book is defective now. I'll comment kapidox out, but will keep this ticket open.

comment:4 by Bruce Dubbs, 20 months ago

Milestone: 99-Waiting11.2
Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:5 by Bruce Dubbs, 20 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 53cd2d546c08c384819b497df9f083da8ecc8ed8

The kapidox package build procedures, now a pure python module, was rolled into th ekf5 build procedure.

Note: See TracTickets for help on using tickets.