Changeset a8c1294


Ignore:
Timestamp:
02/28/2023 04:37:25 AM (14 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
26a3218, 471c11e
Parents:
25707aa7
Message:

Minor style nitpicks to the new Python modules, remove a duplicate
heading, and fix a strange character.

Location:
general/prog
Files:
5 edited

Legend:

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

    r25707aa7 ra8c1294  
    7171      <bridgehead renderas="sect5">Required</bridgehead>
    7272      <para role="required">
    73         <xref linkend="cython"/>,
     73        <xref linkend="cython"/> and
    7474        <xref linkend="setuptools_scm"/>
    7575      </para>
     
    7777      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
    7878      <para role="optional">
    79         <xref linkend="pluggy"/>,
     79        <xref linkend="pluggy"/> and
    8080        <xref linkend="pytest"/>
    8181      </para>
     
    117117          <seg>None</seg>
    118118          <seg>
    119             /usr/lib/python&python3-majorver;/site-packages/msgpack-&msgpack-version;.dist-info,
     119            /usr/lib/python&python3-majorver;/site-packages/msgpack-&msgpack-version;.dist-info and
    120120            /usr/lib/python&python3-majorver;/site-packages/msgpack
    121121          </seg>
  • general/prog/python-modules/cachecontrol.xml

    r25707aa7 ra8c1294  
    3131        <application>CacheControl</application> is a port of the caching
    3232        algorithms in httplib2 for use with requests session object. It was
    33         written because httplib2s better support for caching is often
     33        written because httplib2's better support for caching is often
    3434        mitigated by its lack of thread safety. The same is true of requests
    3535        in terms of caching.
     
    7676      <bridgehead renderas="sect5">Required</bridgehead>
    7777      <para role="required">
    78         <xref linkend="msgpack"/>,
     78        <xref linkend="msgpack"/> and
    7979        <xref linkend="requests"/>
    8080      </para>
     
    127127          <seg>None</seg>
    128128          <seg>
    129             /usr/lib/python&python3-majorver;/site-packages/CacheControl-&cachecontrol-version;.dist-info,
     129            /usr/lib/python&python3-majorver;/site-packages/CacheControl-&cachecontrol-version;.dist-info and
    130130            /usr/lib/python&python3-majorver;/site-packages/cachecontrol
    131131          </seg>
  • general/prog/python-modules/cssselect.xml

    r25707aa7 ra8c1294  
    7474      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
    7575      <para role="optional">
    76         <xref linkend="pluggy"/>,
     76        <xref linkend="pluggy"/> and
    7777        <xref linkend="pytest"/>
    7878      </para>
  • general/prog/python-modules/numpy.xml

    r25707aa7 ra8c1294  
    7979      <bridgehead renderas="sect5">Optional</bridgehead>
    8080      <para role="optional">
     81        fortran from <xref linkend="gcc"/>,
     82        <ulink url="https://www.netlib.org/lapack/">lapack and cblas</ulink>,
     83        <ulink url="https://www.openblas.net/">openblas</ulink>
    8184      </para>
    8285
     
    8689        <xref linkend="pytest"/>,
    8790        <ulink url="https://pypi.org/project/hypothesis/">hypothesis</ulink>
    88       </para>
    89 
    90       <bridgehead renderas="sect5">Optional</bridgehead>
    91       <para role="optional">
    92         fortran from <xref linkend="gcc"/>,
    93         <ulink url="https://www.netlib.org/lapack/">lapack and cblas</ulink>,
    94         <ulink url="https://www.openblas.net/">openblas</ulink>
    9591      </para>
    9692
  • general/prog/python-modules/pyserial.xml

    r25707aa7 ra8c1294  
    2727      <para>
    2828        The <application>pySerial</application> module encapsulates
    29         the access for the serial port.
     29        access to the serial port.
    3030      </para>
    3131
     
    7575      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
    7676      <para role="optional">
    77         <xref linkend="pluggy"/>,
     77        <xref linkend="pluggy"/> and
    7878        <xref linkend="pytest"/>
    7979      </para>
     
    113113        <seglistitem>
    114114          <seg>
    115             pyserial-miniterm, pyserial-ports
     115            pyserial-miniterm and pyserial-ports
    116116          </seg>
    117117          <seg>None</seg>
    118118          <seg>
    119             /usr/lib/python&python3-majorver;/site-packages/pyserial-&pyserial-version;.dist-info,
     119            /usr/lib/python&python3-majorver;/site-packages/pyserial-&pyserial-version;.dist-info and
    120120            /usr/lib/python&python3-majorver;/site-packages/serial
    121121          </seg>
Note: See TracChangeset for help on using the changeset viewer.