Opened 8 months ago

Closed 8 months ago

#18466 closed enhancement (fixed)

Add `--no-cache-dir` for `pip3 wheel` commands

Reported by: Xi Ruoyao Owned by: Bruce Dubbs
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

Now the pip3 wheel commands are storing the built wheels into $HOME/.cache/pip/wheels. These cached wheels are not useful for BLFS, so they are just wasting space. We can disable this behavior by adding --no-cache-dir.

The Python modules in LFS can be adjusted as well.

Change History (4)

comment:1 by Bruce Dubbs, 8 months ago

I think we might want to set up ENTITYs for the pip3 wheel commands.

comment:2 by Bruce Dubbs, 8 months ago

I've adjusted the ENTITIES in general.ent and checked them in scons, gpgme, libpwquality, kf5, and brotli.

The remaining packages are all in general/prog/python-modules/ and general/prog/python-dependencies/.

comment:3 by Bruce Dubbs, 8 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:4 by Bruce Dubbs, 8 months ago

Resolution: fixed
Status: assignedclosed

Finished replacing all python module pip3 commands with entities.

Fixed at commits

db244ae2 python-modules
082e722c python-dependencies
Note: See TracTickets for help on using tickets.