Changeset 2563594f for general/prog


Ignore:
Timestamp:
03/25/2024 06:49:17 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
e78232f4
Parents:
e1b67062
Message:

Added Python modules in support of plasma.

Added certifi, psutil, pygdbmi, and sentry-sdk.

Location:
general/prog
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies.xml

    re1b67062 r2563594f  
    6969      <listitem>
    7070        <para>
     71          <xref linkend="certifi"/>
     72        </para>
     73      </listitem>
     74      <listitem>
     75        <para>
    7176          <xref linkend="chardet"/>
    7277        </para>
     
    235240
    236241  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     242    href="python-dependencies/certifi.xml"/>
     243
     244  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    237245    href="python-dependencies/chardet.xml"/>
    238246
  • general/prog/python-dependencies/sphinxcontrib-htmlhelp.xml

    re1b67062 r2563594f  
    9494    </para>
    9595
    96 <screen remap="test"><userinput>python3 /usr/bin/pytest</userinput></screen>
     96<screen remap="test"><userinput>pytest</userinput></screen>
    9797
    9898    </sect3>
  • general/prog/python-modules.xml

    re1b67062 r2563594f  
    142142      <listitem>
    143143        <para>
     144          <xref linkend="psutil"/>
     145        </para>
     146      </listitem>
     147      <listitem>
     148        <para>
    144149          <xref linkend="py3c"/>
    145150        </para>
     
    160165        </para>
    161166      </listitem>
    162 <!--      <listitem>
    163         <para>
    164           <xref linkend="pycryptodome"/>
    165         </para>
    166       </listitem> -->
     167      <listitem>
     168        <para>
     169          <xref linkend="pygdbmi"/>
     170        </para>
     171      </listitem>
    167172      <listitem>
    168173        <para>
     
    218223        <para>
    219224          <xref linkend="requests"/>
     225        </para>
     226      </listitem>
     227      <listitem>
     228        <para>
     229          <xref linkend="sentry-sdk"/>
    220230        </para>
    221231      </listitem>
     
    293303
    294304  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     305    href="python-modules/psutil.xml"/>
     306
     307  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    295308    href="python-modules/py3c.xml"/>
    296309
     
    304317    href="python-modules/pycairo.xml"/>
    305318
    306 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    307         href="python-modules/pycryptodome.xml"/> -->
     319  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     320    href="python-modules/pygdbmi.xml"/>
    308321
    309322  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    344357
    345358  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     359    href="python-modules/sentry-sdk.xml"/>
     360
     361  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    346362    href="python-modules/six.xml"/>
    347363
Note: See TracChangeset for help on using the changeset viewer.