Changeset 1cdea83 for general.ent


Ignore:
Timestamp:
09/05/2023 08:11:02 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
a20b7c92
Parents:
8cc28db6
Message:

scons: Use pip3 wheel & pip3 install instead of setup.py

Also introduce entities for pip3 wheel and pip3 install for future use
(#18466). Reuse the entities for gpgme and libpwquality, so the missed
--no-user in libpwquality is fixed as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8cc28db6 r1cdea83  
    204204<!ENTITY qt5-deps
    205205         "(<xref linkend='qt5'/> or <xref role='nodep' linkend='qt5-alternate'/>)">
     206
     207<!ENTITY build-wheel '<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir .</userinput></screen>'>
     208
     209<!ENTITY install-wheel 'pip3 install --no-index --find-links=dist --no-cache-dir --no-user'>
Note: See TracChangeset for help on using the changeset viewer.