Ignore:
Timestamp:
10/09/2022 08:03:26 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
a3d36f2
Parents:
b50114c
Message:

End python modules for sphinx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.