Changeset 301c411


Ignore:
Timestamp:
10/14/2022 01:03:28 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:
830c353
Parents:
88149d4d
Message:

Fix download urls in python-deps

Files:
25 edited
2 moved

Legend:

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

    r88149d4d r301c411  
    5454      <listitem>
    5555        <para>
     56          <xref linkend="alabaster"/>
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
    5661          <xref linkend="attrs"/>
    5762        </para>
     
    5964      <listitem>
    6065        <para>
    61           <xref linkend="alabaster"/>
    62         </para>
    63       </listitem>
    64       <listitem>
    65         <para>
    6666          <xref linkend="babel"/>
    6767        </para>
     
    7979      <listitem>
    8080        <para>
    81           <xref linkend="flit"/>
     81          <xref linkend="flit_core"/>
    8282        </para>
    8383      </listitem>
     
    181181
    182182  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     183    href="python-dependencies/alabaster.xml"/>
     184
     185  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    183186    href="python-dependencies/attrs.xml"/>
    184187
    185188  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    186     href="python-dependencies/alabaster.xml"/>
    187 
    188   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    189     href="python-dependencies/babel.xml"/>
     189    href="python-dependencies/Babel.xml"/>
    190190
    191191  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    223223
    224224  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    225     href="python-dependencies/setuptools-scm.xml"/>
     225    href="python-dependencies/setuptools_scm.xml"/>
    226226
    227227  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • general/prog/python-dependencies/Babel.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY babel-download-http "https://github.com/python-babel/babel/archive/refs/tags/v&babel-version;/babel-&babel-version;.tar.gz">
     7  <!ENTITY babel-download-http "https://files.pythonhosted.org/packages/source/B/Babel/Babel-&babel-version;.tar.gz">
    88  <!ENTITY babel-download-ftp  " ">
    9   <!ENTITY babel-md5sum        "066593ad94505b73746ba25d929cb94b">
    10   <!ENTITY babel-size          "269 KB">
     9  <!ENTITY babel-md5sum        "b428bb41e1b5ab41523d4f639114f3b0">
     10  <!ENTITY babel-size          "8.9 MB">
    1111  <!ENTITY babel-buildsize     "2.6 MB">
    1212  <!ENTITY babel-time          "less than 0.1 SBU">
    1313]>
    1414
    15   <sect2 id="babel" xreflabel="babel-&babel-version;">
     15  <sect2 id="babel" xreflabel="Babel-&babel-version;">
    1616
    1717    <title>Babel-&babel-version;</title>
    1818
    1919    <indexterm zone="babel">
    20       <primary sortas="a-babel">babel</primary>
     20      <primary sortas="a-Babel">Babel</primary>
    2121    </indexterm>
    2222
     
    2525
    2626      <para>
    27         The <application>Babel</application> package Babel is an integrated
     27        The <application>Babel</application> package is an integrated
    2828        collection of utilities that assist in internationalizing and
    2929        localizing Python applications, with an emphasis on web-based
     
    9090    </para>
    9191
    92 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user babel</userinput></screen>
     92<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user Babel</userinput></screen>
    9393
    9494    </sect3>
  • general/prog/python-dependencies/alabaster.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY alabaster-download-http "https://github.com/bitprophet/alabaster/archive/&alabaster-version;/alabaster-&alabaster-version;.tar.gz">
     7  <!ENTITY alabaster-download-http "https://files.pythonhosted.org/packages/source/a/alabaster/alabaster-&alabaster-version;.tar.gz">
    88  <!ENTITY alabaster-download-ftp  " ">
    9   <!ENTITY alabaster-md5sum        "0b34444e429f5c21fd077cce1808cc7f">
    10   <!ENTITY alabaster-size          "23 KB">
     9  <!ENTITY alabaster-md5sum        "3591827fde96d1dd23970fb05410ed04">
     10  <!ENTITY alabaster-size          "11 KB">
    1111  <!ENTITY alabaster-buildsize     "2.6 MB">
    1212  <!ENTITY alabaster-time          "less than 0.1 SBU">
  • general/prog/python-dependencies/attrs.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY attrs-download-http "https://github.com/python-attrs/attrs/archive/&attrs-version;/attrs-&attrs-version;.tar.gz">
     7  <!ENTITY attrs-download-http "https://files.pythonhosted.org/packages/source/a/attrs/attrs-&attrs-version;.tar.gz">
    88  <!ENTITY attrs-download-ftp  " ">
    9   <!ENTITY attrs-md5sum        "e040332772ea3283e516885596c25bed">
    10   <!ENTITY attrs-size          "188 KB">
     9  <!ENTITY attrs-md5sum        "0487081b7ead8753fc46cf7c6d1e28e3">
     10  <!ENTITY attrs-size          "197 KB">
    1111  <!ENTITY attrs-buildsize     "2.6 MB">
    1212  <!ENTITY attrs-time          "less than 0.1 SBU">
  • general/prog/python-dependencies/certifi.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY certifi-download-http "https://github.com/certifi/python-certifi/archive/refs/tags/&certifi-version;/certifi-&certifi-version;.tar.gz">
     7  <!ENTITY certifi-download-http "https://files.pythonhosted.org/packages/source/c/certifi/certifi-&certifi-version;.tar.gz">
    88  <!ENTITY certifi-download-ftp  " ">
    9   <!ENTITY certifi-md5sum        "acc47a2ec4b0703de7882a4840c5603b">
    10   <!ENTITY certifi-size          "158 KB">
     9  <!ENTITY certifi-md5sum        "ff9c8d5c7e7fb083de6b874609c5ca68">
     10  <!ENTITY certifi-size          "159 KB">
    1111  <!ENTITY certifi-buildsize     "2.6 MB">
    1212  <!ENTITY certifi-time          "less than 0.1 SBU">
  • general/prog/python-dependencies/charset-normalizer.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    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">
     7  <!ENTITY charset-normalizer-download-http "https://files.pythonhosted.org/packages/source/c/charset-normalizer/charset-normalizer-&charset-normalizer-version;.tar.gz">
    88  <!ENTITY charset-normalizer-download-ftp  " ">
    9   <!ENTITY charset-normalizer-md5sum        "f7a0f692d8db6bf9b2a2defb453072ff">
    10   <!ENTITY charset-normalizer-size          "84 KB">
     9  <!ENTITY charset-normalizer-md5sum        "a70f9fc85b6b8265c982eca6fe51381f">
     10  <!ENTITY charset-normalizer-size          "80 KB">
    1111  <!ENTITY charset-normalizer-buildsize     "2.6 MB">
    1212  <!ENTITY charset-normalizer-time          "less than 0.1 SBU">
     
    2525
    2626      <para>
    27         The <application>Charset-normalizer</application> library helps
     27        The <application>charset-normalizer</application> library helps
    2828        reading text from an unknown character encoding.
    2929      </para>
     
    6868
    6969    <sect3 role="installation">
    70       <title>Installation of Packaging</title>
     70      <title>Installation of Charset-normalizer</title>
    7171
    7272    <para> Build the module: </para>
  • general/prog/python-dependencies/flit_core.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY flit-download-http "https://github.com/pypa/flit/archive/refs/tags/&flit-version;/flit-&flit-version;.tar.gz">
    8   <!ENTITY flit-download-ftp  " ">
    9   <!ENTITY flit-md5sum        "9ca9ac622519ef6590101f9668002753">
    10   <!ENTITY flit-size          "129 KB">
    11   <!ENTITY flit-buildsize     "2.6 MB">
    12   <!ENTITY flit-time          "less than 0.1 SBU">
     7  <!ENTITY flit_core-download-http "https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-&flit_core-version;.tar.gz">
     8  <!ENTITY flit_core-download-ftp  " ">
     9  <!ENTITY flit_core-md5sum        "4a4791e97f3a8c9a1645064a35636ee6">
     10  <!ENTITY flit_core-size          "39 KB">
     11  <!ENTITY flit_core-buildsize     "2.6 MB">
     12  <!ENTITY flit_core-time          "less than 0.1 SBU">
    1313]>
    1414
    15   <sect2 id="flit" xreflabel="flit_core-&flit-version;">
     15  <sect2 id="flit_core" xreflabel="flit_core-&flit_core-version;">
    1616
    17     <title>flit_core-&flit-version;</title>
     17    <title>flit_core-&flit_core-version;</title>
    1818
    19     <indexterm zone="flit">
    20       <primary sortas="a-flit">flit_core</primary>
     19    <indexterm zone="flit_core">
     20      <primary sortas="a-flit_core">flit_core</primary>
    2121    </indexterm>
    2222
     
    3636        <listitem>
    3737          <para>
    38             Download (HTTP): <ulink url="&flit-download-http;"/>
     38            Download (HTTP): <ulink url="&flit_core-download-http;"/>
    3939          </para>
    4040        </listitem>
    4141        <listitem>
    4242          <para>
    43             Download (FTP): <ulink url="&flit-download-ftp;"/>
     43            Download (FTP): <ulink url="&flit_core-download-ftp;"/>
    4444          </para>
    4545        </listitem>
    4646        <listitem>
    4747          <para>
    48             Download MD5 sum: &flit-md5sum;
     48            Download MD5 sum: &flit_core-md5sum;
    4949          </para>
    5050        </listitem>
    5151        <listitem>
    5252          <para>
    53             Download size: &flit-size;
     53            Download size: &flit_core-size;
    5454          </para>
    5555        </listitem>
    5656        <listitem>
    5757          <para>
    58             Estimated disk space required: &flit-buildsize;
     58            Estimated disk space required: &flit_core-buildsize;
    5959          </para>
    6060        </listitem>
    6161        <listitem>
    6262          <para>
    63             Estimated build time: &flit-time;
     63            Estimated build time: &flit_core-time;
    6464          </para>
    6565        </listitem>
     
    7272
    7373      <para>
    74         Build the <application>flit_core</application> part of
    75         the module:
     74        Build the module:
    7675      </para>
    7776
    78 <screen><userinput>cd flit_core &amp;&amp;
    79 pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     77<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    8078
    8179    <para>
     
    107105          <seg>
    108106            /usr/lib/python&python3-majorver;/site-packages/flit_core and
    109             /usr/lib/python&python3-majorver;/site-packages/flit_core-&flit-version;.dist-info
     107            /usr/lib/python&python3-majorver;/site-packages/flit_core-&flit_core-version;.dist-info
    110108          </seg>
    111109        </seglistitem>
  • general/prog/python-dependencies/idna.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY idna-download-http "https://github.com/kjd/idna/archive/refs/tags/v&idna-version;/idna-&idna-version;.tar.gz">
     7  <!ENTITY idna-download-http "https://files.pythonhosted.org/packages/source/i/idna/idna-&idna-version;.tar.gz">
    88  <!ENTITY idna-download-ftp  " ">
    9   <!ENTITY idna-md5sum        "d003651d9c278b8d6b6d654ef76a5d6f">
    10   <!ENTITY idna-size          "178 KB">
     9  <!ENTITY idna-md5sum        "13ea24e076212b6baae1135a116d1e0e">
     10  <!ENTITY idna-size          "179 KB">
    1111  <!ENTITY idna-buildsize     "2.6 MB">
    1212  <!ENTITY idna-time          "less than 0.1 SBU">
     
    7070      <bridgehead renderas="sect5">Required</bridgehead>
    7171      <para role="required">
    72         <xref linkend="flit"/>
     72        <xref linkend="flit_core"/>
    7373      </para>
    7474
  • general/prog/python-dependencies/imagesize.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY imagesize-download-http "https://github.com/shibukawa/imagesize_py/archive/refs/tags/&imagesize-version;/imagesize_py-&imagesize-version;.tar.gz">
     7  <!ENTITY imagesize-download-http "https://files.pythonhosted.org/packages/source/i/imagesize/imagesize-&imagesize-version;.tar.gz">
    88  <!ENTITY imagesize-download-ftp  " ">
    9   <!ENTITY imagesize-md5sum        "705a10474ca2e3112f869522e1c667b6">
     9  <!ENTITY imagesize-md5sum        "5a40586a25c07e1a8f16f6267252c321">
    1010  <!ENTITY imagesize-size          "1.2 MB">
    1111  <!ENTITY imagesize-buildsize     "2.6 MB">
     
    2525
    2626      <para>
    27         The <application>Imagesize</application> package analyzes image file
     27        The <application>imagesize</application> package analyzes image file
    2828        headers and returns the image size and DPI. It works with
    2929        JPEG/JPEG 2000/PNG/GIF/TIFF/SVG/Netpbm/WebP formats.
  • general/prog/python-dependencies/iniconfig.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY iniconfig-download-http "https://github.com/pytest-dev/iniconfig/archive/v&iniconfig-version;/iniconfig-&iniconfig-version;.tar.gz">
     7  <!ENTITY iniconfig-download-http "https://files.pythonhosted.org/packages/source/i/iniconfig/iniconfig-&iniconfig-version;.tar.gz">
    88  <!ENTITY iniconfig-download-ftp  " ">
    9   <!ENTITY iniconfig-md5sum        "a27241c1a0e10d34107c191eb5c0d262">
    10   <!ENTITY iniconfig-size          "7.3 KB">
     9  <!ENTITY iniconfig-md5sum        "0b7f3be87481211c183eae095bcea6f1">
     10  <!ENTITY iniconfig-size          "7.9 KB">
    1111  <!ENTITY iniconfig-buildsize     "2.6 MB">
    1212  <!ENTITY iniconfig-time          "less than 0.1 SBU">
  • general/prog/python-dependencies/packaging.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY packaging-download-http "https://github.com/pypa/packaging/releases/download/&packaging-version;/packaging-&packaging-version;.tar.gz">
     7  <!ENTITY packaging-download-http "https://files.pythonhosted.org/packages/source/p/packaging/packaging-&packaging-version;.tar.gz">
    88  <!ENTITY packaging-download-ftp  " ">
    99  <!ENTITY packaging-md5sum        "e713c1939f294fd729af4a7be40dd141">
  • general/prog/python-dependencies/pluggy.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY pluggy-download-http "https://github.com/python-pluggy/pluggy/archive/&pluggy-version;/pluggy-&pluggy-version;.tar.gz">
     7  <!ENTITY pluggy-download-http "https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-&pluggy-version;.tar.gz">
    88  <!ENTITY pluggy-download-ftp  " ">
    99  <!ENTITY pluggy-md5sum        "e040332772ea3283e516885596c25bed">
  • general/prog/python-dependencies/py.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY py-download-http "https://github.com/python-py/py/archive/&py-version;/py-&py-version;.tar.gz">
     7  <!ENTITY py-download-http "https://files.pythonhosted.org/packages/source/p/py/py-&py-version;.tar.gz">
    88  <!ENTITY py-download-ftp  " ">
    99  <!ENTITY py-md5sum        "e040332772ea3283e516885596c25bed">
  • general/prog/python-dependencies/pyparsing.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY pyparsing-download-http "https://github.com/pyparsing/pyparsing/releases/download/pyparsing_&pyparsing-version;/pyparsing-&pyparsing-version;.tar.gz">
     7  <!ENTITY pyparsing-download-http "https://files.pythonhosted.org/packages/source/p/pyparsing/pyparsing-&pyparsing-version;.tar.gz">
    88  <!ENTITY pyparsing-download-ftp  " ">
    99  <!ENTITY pyparsing-md5sum        "fadc2f3bf5872bf6310576a86c3566e0">
     
    7272      <bridgehead renderas="sect5">Required</bridgehead>
    7373      <para role="required">
    74         <xref linkend="flit"/>
     74        <xref linkend="flit_core"/>
    7575      </para>
    7676
  • general/prog/python-dependencies/pytz.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY pytz-download-http "https://github.com/stub42/pytz/archive/refs/tags/release_&pytz-version;/pytz-&pytz-version;.tar.gz">
     7  <!ENTITY pytz-download-http "https://files.pythonhosted.org/packages/source/p/pytz/pytz-&pytz-version;.tar.gz">
    88  <!ENTITY pytz-download-ftp  " ">
    9   <!ENTITY pytz-md5sum        "855307f8455430a3375946970a2177cc">
    10   <!ENTITY pytz-size          "606 KB">
     9  <!ENTITY pytz-md5sum        "b1d2ed6592bbdf6002ef52b4ab8e2efe">
     10  <!ENTITY pytz-size          "309 KB">
    1111  <!ENTITY pytz-buildsize     "2.6 MB">
    1212  <!ENTITY pytz-time          "less than 0.1 SBU">
  • general/prog/python-dependencies/snowballstemmer.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY snowballstemmer-download-http "https://github.com/snowballstem/snowball/archive/refs/tags/v&snowballstemmer-version;/snowball-&snowballstemmer-version;.tar.gz">
     7  <!ENTITY snowballstemmer-download-http "https://files.pythonhosted.org/packages/source/s/snowballstemmer/snowballstemmer-&snowballstemmer-version;.tar.gz">
    88  <!ENTITY snowballstemmer-download-ftp  " ">
    9   <!ENTITY snowballstemmer-md5sum        "5e1c4789c9ca774a214a5ca49cca717a">
    10   <!ENTITY snowballstemmer-size          "219 KB">
     9  <!ENTITY snowballstemmer-md5sum        "4332ddc7bbee0f344a03915b2ad59a54">
     10  <!ENTITY snowballstemmer-size          "85 KB">
    1111  <!ENTITY snowballstemmer-buildsize     "2.6 MB">
    1212  <!ENTITY snowballstemmer-time          "less than 0.1 SBU">
     
    8181    <para> Build the module: </para>
    8282
    83 <screen><userinput>make dist_libstemmer_python</userinput></screen>
     83<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    8484
    8585    <para>
     
    115115        </seglistitem>
    116116      </segmentedlist>
    117       <!--
    118       <variablelist>
    119         <bridgehead renderas="sect5">Short Descriptions</bridgehead>
    120         <?dbfo list-presentation="list"?>
    121         <?dbhtml list-presentation="table"?>
    122117
    123         <varlistentry id="a2x">
    124           <term><command>a2x</command></term>
    125           <listitem>
    126             <para>
    127               is a toolchain manager for AsciiDoc
    128               (converts Snowballstemmer text files to other file formats)
    129             </para>
    130             <indexterm zone="snowballstemmer a2x">
    131               <primary sortas="b-a2x">a2x</primary>
    132             </indexterm>
    133           </listitem>
    134         </varlistentry>
    135 
    136         <varlistentry id="snowballstemmer-prog">
    137           <term><command>snowballstemmer</command></term>
    138           <listitem>
    139             <para>
    140               converts an AsciiDoc text file to HTML or DocBook
    141             </para>
    142             <indexterm zone="snowballstemmer snowballstemmer-prog">
    143               <primary sortas="b-snowballstemmer-prog">snowballstemmer</primary>
    144             </indexterm>
    145           </listitem>
    146         </varlistentry>
    147 
    148       </variablelist>
    149       -->
    150118    </sect3>
    151119
  • general/prog/python-dependencies/sphinxcontrib-applehelp.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY sc-applehelp-download-http "https://github.com/sphinx-doc/sphinxcontrib-applehelp/archive/refs/tags/&sc-applehelp-version;/sphinxcontrib-applehelp-&sc-applehelp-version;.tar.gz">
     7  <!ENTITY sc-applehelp-download-http "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-&sc-applehelp-version;.tar.gz">
    88  <!ENTITY sc-applehelp-download-ftp  " ">
    9   <!ENTITY sc-applehelp-md5sum        "4b813df230e3c615fc16b88d3faecbd5">
    10   <!ENTITY sc-applehelp-size          "20 KB">
     9  <!ENTITY sc-applehelp-md5sum        "3f2de7681e12dde031acee0497c3cc2b">
     10  <!ENTITY sc-applehelp-size          "24 KB">
    1111  <!ENTITY sc-applehelp-buildsize     "2.6 MB">
    1212  <!ENTITY sc-applehelp-time          "less than 0.1 SBU">
     
    119119          <seg>
    120120            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib and
    121             /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_applehelp-&sc-applehelp-dev-version;.dist-info
     121            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_applehelp-&sc-applehelp-version;.dist-info
    122122          </seg>
    123123        </seglistitem>
  • general/prog/python-dependencies/sphinxcontrib-devhelp.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY sc-devhelp-download-http "https://github.com/sphinx-doc/sphinxcontrib-devhelp/archive/refs/tags/&sc-devhelp-version;/sphinxcontrib-devhelp-&sc-devhelp-version;.tar.gz">
     7  <!ENTITY sc-devhelp-download-http "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib-devhelp-&sc-devhelp-version;.tar.gz">
    88  <!ENTITY sc-devhelp-download-ftp  " ">
    9   <!ENTITY sc-devhelp-md5sum        "5ff568fed7b7e2a1ab0e09b874c413de">
    10   <!ENTITY sc-devhelp-size          "13 KB">
     9  <!ENTITY sc-devhelp-md5sum        "94069c5cdb5079c445f5477fa6107016">
     10  <!ENTITY sc-devhelp-size          "17 KB">
    1111  <!ENTITY sc-devhelp-buildsize     "2.6 MB">
    1212  <!ENTITY sc-devhelp-time          "less than 0.1 SBU">
     
    120120          <seg>
    121121            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib and
    122             /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_devhelp-&sc-devhelp-dev-version;.dist-info
     122            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_devhelp-&sc-devhelp-version;.dist-info
    123123          </seg>
    124124        </seglistitem>
  • general/prog/python-dependencies/sphinxcontrib-htmlhelp.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY sc-htmlhelp-download-http "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/archive/refs/tags/&sc-htmlhelp-version;/sphinxcontrib-htmlhelp-&sc-htmlhelp-version;.tar.gz">
     7  <!ENTITY sc-htmlhelp-download-http "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-&sc-htmlhelp-version;.tar.gz">
    88  <!ENTITY sc-htmlhelp-download-ftp  " ">
    9   <!ENTITY sc-htmlhelp-md5sum        "cb68f8a134e2954b9dba5b8f214c1be5">
    10   <!ENTITY sc-htmlhelp-size          "23 KB">
     9  <!ENTITY sc-htmlhelp-md5sum        "70765b55395a3c20233631802902c840">
     10  <!ENTITY sc-htmlhelp-size          "27 KB">
    1111  <!ENTITY sc-htmlhelp-buildsize     "2.6 MB">
    1212  <!ENTITY sc-htmlhelp-time          "less than 0.1 SBU">
     
    122122          <seg>
    123123            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib and
    124             /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_htmlhelp-&sc-htmlhelp-dev-version;.dist-info
     124            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_htmlhelp-&sc-htmlhelp-version;.dist-info
    125125          </seg>
    126126        </seglistitem>
  • general/prog/python-dependencies/sphinxcontrib-jsmath.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY sc-jsmath-download-http "https://github.com/sphinx-doc/sphinxcontrib-jsmath/archive/refs/tags/&sc-jsmath-version;/sphinxcontrib-jsmath-&sc-jsmath-version;.tar.gz">
     7  <!ENTITY sc-jsmath-download-http "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-jsmath/sphinxcontrib-jsmath-&sc-jsmath-version;.tar.gz">
    88  <!ENTITY sc-jsmath-download-ftp  " ">
    9   <!ENTITY sc-jsmath-md5sum        "63b128d164e727722f48d388a1b57dde">
    10   <!ENTITY sc-jsmath-size          "14 KB">
     9  <!ENTITY sc-jsmath-md5sum        "e45179f0a3608b6766862e0f34c23b62">
     10  <!ENTITY sc-jsmath-size          "5.7 KB">
    1111  <!ENTITY sc-jsmath-buildsize     "2.6 MB">
    1212  <!ENTITY sc-jsmath-time          "less than 0.1 SBU">
     
    116116          <seg>
    117117            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib and
    118             /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_jsmath-&sc-jsmath-dev-version;.dist-info
     118            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_jsmath-&sc-jsmath-version;.dist-info
    119119          </seg>
    120120        </seglistitem>
  • general/prog/python-dependencies/sphinxcontrib-qthelp.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY sc-qthelp-download-http "https://github.com/sphinx-doc/sphinxcontrib-qthelp/archive/refs/tags/&sc-qthelp-version;/sphinxcontrib-qthelp-&sc-qthelp-version;.tar.gz">
     7  <!ENTITY sc-qthelp-download-http "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-qthelp/sphinxcontrib-qthelp-&sc-qthelp-version;.tar.gz">
    88  <!ENTITY sc-qthelp-download-ftp  " ">
    9   <!ENTITY sc-qthelp-md5sum        "2cf0be6419124f8ed6dc72e39f73da8c">
    10   <!ENTITY sc-qthelp-size          "17 KB">
     9  <!ENTITY sc-qthelp-md5sum        "93216721f3e154cce12d1e9c3307b415">
     10  <!ENTITY sc-qthelp-size          "21 KB">
    1111  <!ENTITY sc-qthelp-buildsize     "2.6 MB">
    1212  <!ENTITY sc-qthelp-time          "less than 0.1 SBU">
     
    119119          <seg>
    120120            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib and
    121             /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_qthelp-&sc-qthelp-dev-version;.dist-info
     121            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_qthelp-&sc-qthelp-version;.dist-info
    122122          </seg>
    123123        </seglistitem>
  • general/prog/python-dependencies/sphinxcontrib-serializinghtml.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY sc-serializinghtml-download-http "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/archive/refs/tags/&sc-serializinghtml-version;/sphinxcontrib-serializinghtml-&sc-serializinghtml-version;.tar.gz">
     7  <!ENTITY sc-serializinghtml-download-http "https://files.pythonhosted.org/packages/source/s/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-&sc-serializinghtml-version;.tar.gz">
    88  <!ENTITY sc-serializinghtml-download-ftp  " ">
    9   <!ENTITY sc-serializinghtml-md5sum        "0196750dd6e4669ae5c9e32b77c35915">
    10   <!ENTITY sc-serializinghtml-size          "16 KB">
     9  <!ENTITY sc-serializinghtml-md5sum        "d99d2edc7b26988dc5fa92163857bfbf">
     10  <!ENTITY sc-serializinghtml-size          "21 KB">
    1111  <!ENTITY sc-serializinghtml-buildsize     "2.6 MB">
    1212  <!ENTITY sc-serializinghtml-time          "less than 0.1 SBU">
     
    119119          <seg>
    120120            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib and
    121             /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_serializinghtml-&sc-serializinghtml-dev-version;.dist-info
     121            /usr/lib/python&python3-majorver;/site-packages/sphinxcontrib_serializinghtml-&sc-serializinghtml-version;.dist-info
    122122          </seg>
    123123        </seglistitem>
  • general/prog/python-dependencies/tomli.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY tomli-download-http "https://github.com/python-tomli/tomli/archive/&tomli-version;/tomli-&tomli-version;.tar.gz">
     7  <!ENTITY tomli-download-http "https://files.pythonhosted.org/packages/source/t/tomli/tomli-&tomli-version;.tar.gz">
    88  <!ENTITY tomli-download-ftp  " ">
    99  <!ENTITY tomli-md5sum        "e040332772ea3283e516885596c25bed">
  • general/prog/python-dependencies/typing_extensions.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY typing_extensions-download-http "https://github.com/python-typing_extensions/typing_extensions/archive/&typing_extensions-version;/typing_extensions-&typing_extensions-version;.tar.gz">
     7  <!ENTITY typing_extensions-download-http "https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-&typing_extensions-version;.tar.gz">
    88  <!ENTITY typing_extensions-download-ftp  " ">
    99  <!ENTITY typing_extensions-md5sum        "e040332772ea3283e516885596c25bed">
  • general/prog/python-dependencies/urllib3.xml

    r88149d4d r301c411  
    55  %general-entities;
    66
    7   <!ENTITY urllib3-download-http "https://github.com/urllib3/urllib3/releases/download/&urllib3-version;/urllib3-&urllib3-version;.tar.gz">
     7  <!ENTITY urllib3-download-http "https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-&urllib3-version;.tar.gz">
    88  <!ENTITY urllib3-download-ftp  " ">
    99  <!ENTITY urllib3-md5sum        "ba308b52b9092184cf4905bc59a88fc0">
  • packages.ent

    r88149d4d r301c411  
    534534<!-- Python module versions used in the Python Dependencies instructions -->
    535535<!-- sc = sphinxcontrib -->
     536<!ENTITY alabaster-version              "0.7.12">
    536537<!ENTITY attrs-version                  "22.1.0">
    537 <!ENTITY alabaster-version              "0.7.12">
    538538<!ENTITY babel-version                  "2.10.2">
    539 <!ENTITY certifi-version                "2022.09.24">
     539<!ENTITY certifi-version                "2022.9.24">
    540540<!ENTITY charset-normalizer-version     "2.1.1">
    541 <!ENTITY flit-version                   "3.7.1">
     541<!ENTITY flit_core-version              "3.7.1">
    542542<!ENTITY idna-version                   "3.4">
    543543<!ENTITY iniconfig-version              "1.1.1">
     
    551551<!ENTITY snowballstemmer-version        "2.2.0">
    552552<!ENTITY sc-applehelp-version           "1.0.2">
    553 <!ENTITY sc-applehelp-dev-version       "1.0.2.dev&lt;build date&gt;">
    554553<!ENTITY sc-devhelp-version             "1.0.2">
    555 <!ENTITY sc-devhelp-dev-version         "1.0.2.dev&lt;build date&gt;">
    556554<!ENTITY sc-htmlhelp-version            "2.0.0">
    557 <!ENTITY sc-htmlhelp-dev-version        "1.0.4.dev&lt;build date&gt;">
    558555<!ENTITY sc-jsmath-version              "1.0.1">
    559 <!ENTITY sc-jsmath-dev-version          "1.0.1.dev&lt;build date&gt;">
    560556<!ENTITY sc-qthelp-version              "1.0.3">
    561 <!ENTITY sc-qthelp-dev-version          "1.0.3.dev&lt;build date&gt;">
    562557<!ENTITY sc-serializinghtml-version     "1.1.5">
    563 <!ENTITY sc-serializinghtml-dev-version "1.1.5.dev&lt;build date&gt;">
    564558<!ENTITY tomli-version                  "1.26.12"> <!--TODO bogus version -->
    565559<!ENTITY typing_extensions-version      "1.26.12"> <!--TODO bogus version -->
Note: See TracChangeset for help on using the changeset viewer.