Changeset db244ae2


Ignore:
Timestamp:
09/10/2023 11:13:10 PM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
082e722, e9edfe00
Parents:
c355675
Message:

Replace 'pip3 wheel' and 'pip3 install' text with ENTITIES

Currently only python-modules are complete. The python-dependencies
page will be done in another commit.

Location:
general/prog/python-modules
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/asciidoc.xml

    rc355675 rdb244ae2  
    8888      </para>
    8989
    90 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     90&build-wheel;
    9191
    9292      <para>
     
    9898      </para>
    9999
    100 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc</userinput></screen>
     100<screen role="root"><userinput>&install-wheel; asciidoc</userinput></screen>
    101101
    102102    </sect3>
  • general/prog/python-modules/cachecontrol.xml

    rc355675 rdb244ae2  
    9494      <para> Build the module: </para>
    9595
    96 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     96&build-wheel;
    9797
    9898      <para>
     
    100100      </para>
    101101
    102 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user cachecontrol</userinput></screen>
     102<screen role="root"><userinput>&install-wheel; cachecontrol</userinput></screen>
    103103
    104104      <para>
  • general/prog/python-modules/cssselect.xml

    rc355675 rdb244ae2  
    8686      <para> Build the module: </para>
    8787
    88 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     88&build-wheel;
    8989
    9090      <para>
     
    9292      </para>
    9393
    94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user cssselect</userinput></screen>
     94<screen role="root"><userinput>&install-wheel; cssselect</userinput></screen>
    9595
    9696      <para>
  • general/prog/python-modules/cython.xml

    rc355675 rdb244ae2  
    7474      </para>
    7575
    76 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     76&build-wheel;
    7777
    7878      <para>
     
    8484      </para>
    8585
    86 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user Cython</userinput></screen>
     86<screen role="root"><userinput>&install-wheel; Cython</userinput></screen>
    8787
    8888    </sect3>
  • general/prog/python-modules/dbus-python.xml

    rc355675 rdb244ae2  
    100100      </para>
    101101
    102 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     102&build-wheel;
    103103
    104104      <para>
     
    110110      </para>
    111111
    112 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user dbus-python</userinput></screen>
     112<screen role="root"><userinput>&install-wheel; dbus-python</userinput></screen>
    113113
    114114    </sect3>
  • general/prog/python-modules/docutils.xml

    rc355675 rdb244ae2  
    9191      </para>
    9292
    93 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     93&build-wheel;
    9494
    9595      <para>
     
    9898      </para>
    9999
    100 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user docutils &amp;&amp;
     100<screen role="root"><userinput>&install-wheel; docutils &amp;&amp;
    101101
    102102for f in /usr/bin/rst*.py; do
  • general/prog/python-modules/doxypypy.xml

    rc355675 rdb244ae2  
    8080    <para> Build the module: </para>
    8181
    82 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     82&build-wheel;
    8383
    8484    <para>
     
    8686    </para>
    8787
    88 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user doxypypy</userinput></screen>
     88<screen role="root"><userinput>&install-wheel; doxypypy</userinput></screen>
    8989
    9090    <para>
  • general/prog/python-modules/doxyqml.xml

    rc355675 rdb244ae2  
    8484    <para> Build the module: </para>
    8585
    86 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     86&build-wheel;
    8787
    8888    <para>
     
    9090    </para>
    9191
    92 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user doxyqml</userinput></screen>
     92<screen role="root"><userinput>&install-wheel; doxyqml</userinput></screen>
    9393
    9494    <para>
  • general/prog/python-modules/gi-docgen.xml

    rc355675 rdb244ae2  
    8989    <para> Build the module: </para>
    9090
    91 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     91&build-wheel;
    9292
    9393    <para>
     
    9595    </para>
    9696
    97 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user gi-docgen</userinput></screen>
     97<screen role="root"><userinput>&install-wheel; gi-docgen</userinput></screen>
    9898
    9999    <para>
  • general/prog/python-modules/lxml.xml

    rc355675 rdb244ae2  
    8383      </para>
    8484
    85 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     85&build-wheel;
    8686
    8787      <para>
     
    8989      </para>
    9090
    91 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user lxml</userinput></screen>
     91<screen role="root"><userinput>&install-wheel; lxml</userinput></screen>
    9292
    9393    </sect3>
  • general/prog/python-modules/mako.xml

    rc355675 rdb244ae2  
    8383      </para>
    8484
    85 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     85&build-wheel;
    8686
    8787      <para>
     
    8989      </para>
    9090
    91 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user Mako</userinput></screen>
     91<screen role="root"><userinput>&install-wheel; Mako</userinput></screen>
    9292
    9393    <para>
  • general/prog/python-modules/numpy.xml

    rc355675 rdb244ae2  
    9898      <para> Build the module: </para>
    9999
    100 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     100&build-wheel;
    101101
    102102      <para>
     
    104104      </para>
    105105
    106 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user numpy</userinput></screen>
     106<screen role="root"><userinput>&install-wheel; numpy</userinput></screen>
    107107
    108108      <para>
  • general/prog/python-modules/packaging.xml

    rc355675 rdb244ae2  
    8383    <para> Build the module: </para>
    8484
    85 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     85&build-wheel;
    8686
    8787    <para>
     
    8989    </para>
    9090
    91 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user packaging</userinput></screen>
     91<screen role="root"><userinput>&install-wheel; packaging</userinput></screen>
    9292
    9393    <para>
  • general/prog/python-modules/pycryptodome.xml

    rc355675 rdb244ae2  
    7878      </para>
    7979
    80 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     80&build-wheel;
    8181
    8282      <para>
     
    8484      </para>
    8585
    86 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user pycryptodome</userinput></screen>
     86<screen role="root"><userinput>&install-wheel; pycryptodome</userinput></screen>
    8787
    8888    </sect3>
  • general/prog/python-modules/pygments.xml

    rc355675 rdb244ae2  
    7777      </para>
    7878
    79 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     79&build-wheel;
    8080
    8181      <para>
     
    8383      </para>
    8484
    85 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user Pygments</userinput></screen>
     85<screen role="root"><userinput>&install-wheel; Pygments</userinput></screen>
    8686
    8787    </sect3>
  • general/prog/python-modules/pyparsing.xml

    rc355675 rdb244ae2  
    8989    <para> Build the module: </para>
    9090
    91 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     91&build-wheel;
    9292
    9393    <para>
     
    9595    </para>
    9696
    97 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user pyparsing</userinput></screen>
     97<screen role="root"><userinput>&install-wheel; pyparsing</userinput></screen>
    9898
    9999    <para>
  • general/prog/python-modules/pyserial.xml

    rc355675 rdb244ae2  
    8686      <para> Build the module: </para>
    8787
    88 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     88&build-wheel;
    8989
    9090      <para>
     
    9292      </para>
    9393
    94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user pyserial</userinput></screen>
     94<screen role="root"><userinput>&install-wheel; pyserial</userinput></screen>
    9595
    9696      <para>
  • general/prog/python-modules/pytest.xml

    rc355675 rdb244ae2  
    101101      <para> Build the module: </para>
    102102
    103 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     103&build-wheel;
    104104
    105105      <para>
     
    107107      </para>
    108108
    109 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user pytest</userinput></screen>
     109<screen role="root"><userinput>&install-wheel; pytest</userinput></screen>
    110110
    111111      <para>
  • general/prog/python-modules/python-dbusmock.xml

    rc355675 rdb244ae2  
    8282      </para>
    8383
    84 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     84&build-wheel;
    8585
    8686      <para>
     
    8888      </para>
    8989
    90 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user python-dbusmock</userinput></screen>
     90<screen role="root"><userinput>&install-wheel; dbusmock</userinput></screen>
    9191
    9292    </sect3>
  • general/prog/python-modules/pyxdg.xml

    rc355675 rdb244ae2  
    8383      </para>
    8484
    85 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     85&build-wheel;
    8686
    8787       <para>
     
    8989       </para>
    9090
    91 <screen role='root'><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user pyxdg</userinput></screen>
     91<screen role='root'><userinput>&install-wheel; pyxdg</userinput></screen>
    9292
    9393    </sect3>
  • general/prog/python-modules/pyyaml.xml

    rc355675 rdb244ae2  
    8383      </para>
    8484
    85 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     85&build-wheel;
    8686
    8787      <para>
     
    8989      </para>
    9090
    91 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user PyYAML</userinput></screen>
     91<screen role="root"><userinput>&install-wheel; PyYAML</userinput></screen>
    9292
    9393    </sect3>
  • general/prog/python-modules/recommonmark.xml

    rc355675 rdb244ae2  
    9090    <para> Build the module: </para>
    9191
    92 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     92&build-wheel;
    9393
    9494    <para>
     
    9696    </para>
    9797
    98 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user recommonmark</userinput></screen>
     98<screen role="root"><userinput>&install-wheel; recommonmark</userinput></screen>
    9999
    100100    <para>
  • general/prog/python-modules/requests.xml

    rc355675 rdb244ae2  
    127127    <para>Build the module: </para>
    128128
    129 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     129&build-wheel;
    130130
    131131    <para>
     
    133133    </para>
    134134
    135 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user requests</userinput></screen>
     135<screen role="root"><userinput>&install-wheel; requests</userinput></screen>
    136136
    137137    <para>
  • general/prog/python-modules/scour.xml

    rc355675 rdb244ae2  
    8383      </para>
    8484
    85 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     85&build-wheel;
    8686
    8787      <para>
     
    8989      </para>
    9090
    91 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user scour</userinput></screen>
     91<screen role="root"><userinput>&install-wheel; scour</userinput></screen>
    9292
    9393    </sect3>
  • general/prog/python-modules/six.xml

    rc355675 rdb244ae2  
    9797      </para>
    9898
    99 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     99&build-wheel;
    100100
    101101      <para>
     
    111111-->
    112112
    113 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user six</userinput></screen>
     113<screen role="root"><userinput>&install-wheel; six</userinput></screen>
    114114
    115115    </sect3>
  • general/prog/python-modules/sphinx.xml

    rc355675 rdb244ae2  
    102102    <para> Build the module: </para>
    103103
    104 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     104&build-wheel;
    105105
    106106    <para>
     
    108108    </para>
    109109
    110 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user sphinx</userinput></screen>
     110<screen role="root"><userinput>&install-wheel; sphinx</userinput></screen>
    111111
    112112    <para>
  • general/prog/python-modules/sphinx_rtd_theme.xml

    rc355675 rdb244ae2  
    100100      </para>
    101101
    102 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     102&build-wheel;
    103103
    104104    <para>
     
    106106    </para>
    107107
    108 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user sphinx_rtd_theme</userinput></screen>
     108<screen role="root"><userinput>&install-wheel; sphinx_rtd_theme</userinput></screen>
    109109
    110110    <para>
Note: See TracChangeset for help on using the changeset viewer.