Changeset b3e18015


Ignore:
Timestamp:
10/09/2022 08:03:26 PM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
a3d36f2
Parents:
b50114c
Message:

End python modules for sphinx

Files:
1 added
7 edited

Legend:

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

    rb50114c rb3e18015  
    7474      <listitem>
    7575        <para>
     76          <xref linkend="flit"/>
     77        </para>
     78      </listitem>
     79      <listitem>
     80        <para>
    7681          <xref linkend="idna"/>
    7782        </para>
     
    153158
    154159  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     160    href="python-dependencies/flit_core.xml"/>
     161
     162  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    155163    href="python-dependencies/idna.xml"/>
    156164
  • general/prog/python-dependencies/certifi.xml

    rb50114c rb3e18015  
    55  %general-entities;
    66
    7   <!ENTITY certifi-download-http "https://github.com/pypa/certifi/releases/download/&certifi-version;/certifi-&certifi-version;.tar.gz">
     7  <!ENTITY certifi-download-http "https://github.com/certifi/python-certifi/archive/refs/tags/&certifi-version;/certifi-&certifi-version;.tar.gz">
    88  <!ENTITY certifi-download-ftp  " ">
    9   <!ENTITY certifi-md5sum        "e713c1939f294fd729af4a7be40dd141">
    10   <!ENTITY certifi-size          "83 KB">
     9  <!ENTITY certifi-md5sum        "acc47a2ec4b0703de7882a4840c5603b">
     10  <!ENTITY certifi-size          "158 KB">
    1111  <!ENTITY certifi-buildsize     "2.6 MB">
    1212  <!ENTITY certifi-time          "less than 0.1 SBU">
    1313]>
    1414
    15   <sect2 id="certifi" xreflabel="certifi-&certifi-version;">
     15  <sect2 id="certifi" xreflabel="Certifi-&certifi-version;">
    1616
    17     <title>Packaging-&certifi-version;</title>
     17    <title>Certifi-&certifi-version;</title>
    1818
    1919    <indexterm zone="certifi">
     
    2222
    2323    <sect3 role="package">
    24       <title>Introduction to Packaging Module</title>
     24      <title>Introduction to Certifi Module</title>
    2525
    2626      <para>
    27         The <application>Packaging</application> library provides utilities
    28         that implement the interoperability specifications which have clearly
    29         one correct behaviour or benefit greatly from having a single shared
    30         implementation.
     27        The <application>Certifi</application> module provides Mozilla's
     28        carefully curated collection of Root Certificates for validating
     29        the trustworthiness of SSL certificates while verifying the identity
     30        of TLS hosts.
    3131      </para>
    3232
     
    6666        </listitem>
    6767      </itemizedlist>
    68 
    69       <bridgehead renderas="sect4">Packaging Dependencies</bridgehead>
    70 
    71       <bridgehead renderas="sect5">Required</bridgehead>
    72       <para role="optional">
    73         <xref linkend="pyparsing"/>
    74       </para>
    7568
    7669    </sect3>
  • general/prog/python-dependencies/charset-normalizer.xml

    rb50114c rb3e18015  
    55  %general-entities;
    66
    7   <!ENTITY charset-normalizer-download-http "https://github.com/pypa/charset-normalizer/releases/download/&charset-normalizer-version;/charset-normalizer-&charset-normalizer-version;.tar.gz">
     7  <!ENTITY charset-normalizer-download-http "https://github.com/Ousret/charset_normalizer/archive/refs/tags/&charset-normalizer-version;/charset-normalizer-&charset-normalizer-version;.tar.gz">
    88  <!ENTITY charset-normalizer-download-ftp  " ">
    9   <!ENTITY charset-normalizer-md5sum        "e713c1939f294fd729af4a7be40dd141">
    10   <!ENTITY charset-normalizer-size          "83 KB">
     9  <!ENTITY charset-normalizer-md5sum        "f7a0f692d8db6bf9b2a2defb453072ff">
     10  <!ENTITY charset-normalizer-size          "84 KB">
    1111  <!ENTITY charset-normalizer-buildsize     "2.6 MB">
    1212  <!ENTITY charset-normalizer-time          "less than 0.1 SBU">
     
    1515  <sect2 id="charset-normalizer" xreflabel="charset-normalizer-&charset-normalizer-version;">
    1616
    17     <title>Packaging-&charset-normalizer-version;</title>
     17    <title>Charset-normalizer-&charset-normalizer-version;</title>
    1818
    1919    <indexterm zone="charset-normalizer">
     
    2222
    2323    <sect3 role="package">
    24       <title>Introduction to Packaging Module</title>
     24      <title>Introduction to charset-normalizer Module</title>
    2525
    2626      <para>
    27         The <application>Packaging</application> library provides utilities
    28         that implement the interoperability specifications which have clearly
    29         one correct behaviour or benefit greatly from having a single shared
    30         implementation.
     27        The <application>Charset-normalizer</application> library helps
     28        reading text from an unknown character encoding.
    3129      </para>
    3230
     
    6765      </itemizedlist>
    6866
    69       <bridgehead renderas="sect4">Packaging Dependencies</bridgehead>
    70 
    71       <bridgehead renderas="sect5">Required</bridgehead>
    72       <para role="optional">
    73         <xref linkend="pyparsing"/>
    74       </para>
    75 
    7667    </sect3>
    7768
     
    10798
    10899        <seglistitem>
    109           <seg>None</seg>
     100          <seg>normalizer</seg>
    110101          <seg>None</seg>
    111102          <seg>
    112             /usr/lib/python&python3-majorver;/site-packages/charset-normalizer and
    113             /usr/lib/python&python3-majorver;/site-packages/charset-normalizer-&charset-normalizer-version;.dist-info
     103            /usr/lib/python&python3-majorver;/site-packages/charset_normalizer and
     104            /usr/lib/python&python3-majorver;/site-packages/charset_normalizer-&charset-normalizer-version;.dist-info
    114105          </seg>
    115106        </seglistitem>
    116107      </segmentedlist>
    117108
     109      <variablelist>
     110        <bridgehead renderas="sect5">Short Descriptions</bridgehead>
     111        <?dbfo list-presentation="list"?>
     112        <?dbhtml list-presentation="table"?>
     113
     114        <varlistentry id="normalizer">
     115          <term><command>normalizer</command></term>
     116          <listitem>
     117            <para>
     118              is a Universal Charset Detector (discovers originating encoding
     119              and normalizes text to unicode)
     120            </para>
     121            <indexterm zone="charset-normalizer normalizer">
     122              <primary sortas="b-normalizer">normalizer</primary>
     123            </indexterm>
     124          </listitem>
     125        </varlistentry>
     126
     127      </variablelist>
    118128    </sect3>
    119129
  • general/prog/python-dependencies/idna.xml

    rb50114c rb3e18015  
    55  %general-entities;
    66
    7   <!ENTITY idna-download-http "https://github.com/pypa/idna/releases/download/&idna-version;/idna-&idna-version;.tar.gz">
     7  <!ENTITY idna-download-http "https://github.com/kjd/idna/archive/refs/tags/v&idna-version;/idna-&idna-version;.tar.gz">
    88  <!ENTITY idna-download-ftp  " ">
    9   <!ENTITY idna-md5sum        "e713c1939f294fd729af4a7be40dd141">
    10   <!ENTITY idna-size          "83 KB">
     9  <!ENTITY idna-md5sum        "d003651d9c278b8d6b6d654ef76a5d6">
     10  <!ENTITY idna-size          "178 KB">
    1111  <!ENTITY idna-buildsize     "2.6 MB">
    1212  <!ENTITY idna-time          "less than 0.1 SBU">
     
    1515  <sect2 id="idna" xreflabel="idna-&idna-version;">
    1616
    17     <title>Packaging-&idna-version;</title>
     17    <title>Idna-&idna-version;</title>
    1818
    1919    <indexterm zone="idna">
     
    2222
    2323    <sect3 role="package">
    24       <title>Introduction to Packaging Module</title>
     24      <title>Introduction to Idna Module</title>
    2525
    2626      <para>
    27         The <application>Packaging</application> library provides utilities
    28         that implement the interoperability specifications which have clearly
    29         one correct behaviour or benefit greatly from having a single shared
    30         implementation.
     27        The <application>Idna</application> module provides support
     28        for the Internationalized Domain Names in Applications (IDNA) protocol
     29        as specified in RFC 5891.
    3130      </para>
    3231
     
    7069
    7170      <bridgehead renderas="sect5">Required</bridgehead>
    72       <para role="optional">
    73         <xref linkend="pyparsing"/>
     71      <para role="required">
     72        <xref linkend="flit"/>
    7473      </para>
    7574
  • general/prog/python-dependencies/pyparsing.xml

    rb50114c rb3e18015  
    7272      <bridgehead renderas="sect5">Required</bridgehead>
    7373      <para role="required">
    74         <xref linkend="flit_core"/>
     74        <xref linkend="flit"/>
    7575      </para>
    7676
  • general/prog/python-dependencies/urllib3.xml

    rb50114c rb3e18015  
    55  %general-entities;
    66
    7   <!ENTITY urllib3-download-http "https://github.com/pypa/urllib3/releases/download/&urllib3-version;/urllib3-&urllib3-version;.tar.gz">
     7  <!ENTITY urllib3-download-http "https://github.com/urllib3/urllib3/releases/download/&urllib3-version;/urllib3-&urllib3-version;.tar.gz">
    88  <!ENTITY urllib3-download-ftp  " ">
    9   <!ENTITY urllib3-md5sum        "e713c1939f294fd729af4a7be40dd141">
    10   <!ENTITY urllib3-size          "83 KB">
     9  <!ENTITY urllib3-md5sum        "ba308b52b9092184cf4905bc59a88fc0">
     10  <!ENTITY urllib3-size          "293 KB">
    1111  <!ENTITY urllib3-buildsize     "2.6 MB">
    1212  <!ENTITY urllib3-time          "less than 0.1 SBU">
     
    1515  <sect2 id="urllib3" xreflabel="urllib3-&urllib3-version;">
    1616
    17     <title>Packaging-&urllib3-version;</title>
     17    <title>Urllib3-&urllib3-version;</title>
    1818
    1919    <indexterm zone="urllib3">
     
    2222
    2323    <sect3 role="package">
    24       <title>Introduction to Packaging Module</title>
     24      <title>Introduction to Urllib3 Module</title>
    2525
    2626      <para>
    27         The <application>Packaging</application> library provides utilities
    28         that implement the interoperability specifications which have clearly
    29         one correct behaviour or benefit greatly from having a single shared
    30         implementation.
     27        The <application>Urllib3</application> module is a powerful,
     28        user-friendly HTTP client for Python. It brings many critical
     29        features that are missing from the Python standard libraries.
    3130      </para>
    3231
     
    6665        </listitem>
    6766      </itemizedlist>
    68 
    69       <bridgehead renderas="sect4">Packaging Dependencies</bridgehead>
    70 
    71       <bridgehead renderas="sect5">Required</bridgehead>
    72       <para role="optional">
    73         <xref linkend="pyparsing"/>
    74       </para>
    7567
    7668    </sect3>
  • packages.ent

    rb50114c rb3e18015  
    536536<!ENTITY alabaster-version              "0.7.12">
    537537<!ENTITY babel-version                  "2.10.2">
    538 <!ENTITY certifi-version                "1.0.2"> <!-- TODO bogus -->
    539 <!ENTITY charset-normalizer-version     "1.0.2"> <!-- TODO bogus -->
    540 <!ENTITY idna-version                   "1.0.2"> <!-- TODO bogus -->
     538<!ENTITY certifi-version                "2022.09.24">
     539<!ENTITY charset-normalizer-version     "2.1.1">
     540<!ENTITY flit-version                   "3.7.1">
     541<!ENTITY idna-version                   "3.4">
    541542<!ENTITY imagesize-version              "1.4.1">
    542543<!ENTITY packaging-version              "21.3">
    543 <!ENTITY pyparsing-version              "1.0.2"> <!-- TODO bogus -->
     544<!ENTITY pyparsing-version              "3.0.9">
    544545<!ENTITY pytz-version                   "2022.4">
    545546<!ENTITY snowballstemmer-version        "2.2.0">
     
    556557<!ENTITY sc-serializinghtml-version     "1.1.5">
    557558<!ENTITY sc-serializinghtml-dev-version "1.1.5.dev&lt;build date&gt;">
    558 <!ENTITY urllib3-version                "1.0.2"> <!-- TODO bogus -->
    559 
     559<!ENTITY urllib3-version                "1.26.12">
    560560
    561561<!-- Part IV -->
Note: See TracChangeset for help on using the changeset viewer.