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

Fix download urls in python-deps

File:
1 moved

Legend:

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