Changeset 830c353


Ignore:
Timestamp:
10/14/2022 02:21:43 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:
0746964
Parents:
301c411
Message:

Further python-deps

Files:
6 edited

Legend:

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

    r301c411 r830c353  
    77  <!ENTITY pluggy-download-http "https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-&pluggy-version;.tar.gz">
    88  <!ENTITY pluggy-download-ftp  " ">
    9   <!ENTITY pluggy-md5sum        "e040332772ea3283e516885596c25bed">
    10   <!ENTITY pluggy-size          "188 KB">
     9  <!ENTITY pluggy-md5sum        "daa6fddfb6cd364f3c82e52098911e4b">
     10  <!ENTITY pluggy-size          "50 KB">
    1111  <!ENTITY pluggy-buildsize     "2.6 MB">
    1212  <!ENTITY pluggy-time          "less than 0.1 SBU">
     
    2525
    2626      <para>
    27         The <application>Pluggy</application> package is a theme for
    28         the <application>sphinx</application> documentation system. Although
    29         developed separately, it is the default theme for sphinx.
     27        The <application>Pluggy</application> package gives users the ability
     28        to extend or modify the behaviour of a host program by installing a
     29        plugin for that program. The plugin code will run as part of normal
     30        program execution, changing or enhancing certain aspects of it. In
     31        essence, <application>pluggy</application> enables function hooking
     32        so a user can build <quote>pluggable</quote> systems.
    3033      </para>
    3134
     
    6568        </listitem>
    6669      </itemizedlist>
     70
     71      <bridgehead renderas="sect4">Pluggy Dependencies</bridgehead>
     72
     73      <bridgehead renderas="sect5">Recommended</bridgehead>
     74      <para role="recommended">
     75        <xref linkend="setuptools_scm"/>
     76      </para>
     77
    6778
    6879    </sect3>
  • general/prog/python-dependencies/pytz.xml

    r301c411 r830c353  
    7979
    8080      <para>
    81         Before building the python wheel, the timezone database has to
    82         be compiled:
    83       </para>
    84 
    85 <screen><userinput>make -C tz               \
    86      ZFLAGS='-b fat'     \
    87      PACKRATDATA=        \
    88      TOPDIR=$(pwd)/build \
    89      USRDIR=             \
    90      USRSHAREDIR=etc     \
    91      install             &amp;&amp;
    92 
    93 for d in zoneinfo zoneinfo-leaps zoneinfo-posix; do       \
    94     rsync -a $(pwd)/build/etc/$d/ $(pwd)/build/etc/$d.tmp &amp;&amp;
    95     rm -rf $(pwd)/build/etc/$d                            &amp;&amp;
    96     mv $(pwd)/build/etc/$d.tmp $(pwd)/build/etc/$d
    97 done &amp;&amp;
    98 
    99 python3 gen_tzinfo.py &amp;&amp;
    100 cp -a build/etc/zoneinfo build/dist/pytz/zoneinfo</userinput></screen>
    101    
    102       <para>
    10381        Build the module:
    10482      </para>
    10583
    106 <screen><userinput>cd build/dist &amp;&amp;
    107 pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     84<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    10885
    10986      <para>
  • general/prog/python-dependencies/setuptools_scm.xml

    r301c411 r830c353  
    7070      <bridgehead renderas="sect5">Required</bridgehead>
    7171      <para role="required">
    72         <xref linkend="packaging"/> and
     72        <xref linkend="packaging"/>,
     73        <xref linkend="tomli"/>, and
    7374        <xref linkend="typing_extensions"/>
    7475      </para>
  • general/prog/python-dependencies/tomli.xml

    r301c411 r830c353  
    77  <!ENTITY tomli-download-http "https://files.pythonhosted.org/packages/source/t/tomli/tomli-&tomli-version;.tar.gz">
    88  <!ENTITY tomli-download-ftp  " ">
    9   <!ENTITY tomli-md5sum        "e040332772ea3283e516885596c25bed">
    10   <!ENTITY tomli-size          "188 KB">
     9  <!ENTITY tomli-md5sum        "d4341621d423a7ca6822e23d6d52bb9a">
     10  <!ENTITY tomli-size          "15 KB">
    1111  <!ENTITY tomli-buildsize     "2.6 MB">
    1212  <!ENTITY tomli-time          "less than 0.1 SBU">
     
    2525
    2626      <para>
    27         The <application>Tomli</application> package is a theme for
    28         the <application>sphinx</application> documentation system. Although
    29         developed separately, it is the default theme for sphinx.
     27        <application>Tomli</application> is a python library for parsing
     28        TOML format.
    3029      </para>
    3130
     
    6564        </listitem>
    6665      </itemizedlist>
     66
     67      <bridgehead renderas="sect4">Tomli Dependencies</bridgehead>
     68
     69      <bridgehead renderas="sect5">Required</bridgehead>
     70      <para role="required">
     71        <xref linkend="flit_core"/>
     72      </para>
     73
    6774
    6875    </sect3>
  • general/prog/python-dependencies/typing_extensions.xml

    r301c411 r830c353  
    77  <!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  " ">
    9   <!ENTITY typing_extensions-md5sum        "e040332772ea3283e516885596c25bed">
    10   <!ENTITY typing_extensions-size          "188 KB">
     9  <!ENTITY typing_extensions-md5sum        "5cfcb56ea6fc4972c3600c0030f4d136">
     10  <!ENTITY typing_extensions-size          "47 KB">
    1111  <!ENTITY typing_extensions-buildsize     "2.6 MB">
    1212  <!ENTITY typing_extensions-time          "less than 0.1 SBU">
     
    2525
    2626      <para>
    27         The <application>Typing_extensions</application> package is a theme for
    28         the <application>sphinx</application> documentation system. Although
    29         developed separately, it is the default theme for sphinx.
     27        The <application>Typing_extensions</application> module allows
     28        using new type system features not yet defined on the Python
     29        version in use on the system.
    3030      </para>
    3131
     
    6666      </itemizedlist>
    6767
     68      <bridgehead renderas="sect4">Typing_extensions Dependencies</bridgehead>
     69
     70      <bridgehead renderas="sect5">Required</bridgehead>
     71      <para role="required">
     72        <xref linkend="flit_core"/>
     73      </para>
     74
    6875    </sect3>
    6976
     
    102109          <seg>None</seg>
    103110          <seg>
    104             /usr/lib/python&python3-majorver;/site-packages/typing_extensions and
    105111            /usr/lib/python&python3-majorver;/site-packages/typing_extensions-&typing_extensions-version;.dist-info
    106112          </seg>
  • packages.ent

    r301c411 r830c353  
    544544<!ENTITY imagesize-version              "1.4.1">
    545545<!ENTITY packaging-version              "21.3">
    546 <!ENTITY pluggy-version                 "2022.4"> <!--TODO bogus version -->
     546<!ENTITY pluggy-version                 "1.0.0">
    547547<!ENTITY py-version                     "2022.4"> <!--TODO bogus version -->
    548548<!ENTITY pyparsing-version              "3.0.9">
     
    556556<!ENTITY sc-qthelp-version              "1.0.3">
    557557<!ENTITY sc-serializinghtml-version     "1.1.5">
    558 <!ENTITY tomli-version                  "1.26.12"> <!--TODO bogus version -->
    559 <!ENTITY typing_extensions-version      "1.26.12"> <!--TODO bogus version -->
     558<!ENTITY tomli-version                  "2.0.1">
     559<!ENTITY typing_extensions-version      "4.4.0">
    560560<!ENTITY urllib3-version                "1.26.12">
    561561
Note: See TracChangeset for help on using the changeset viewer.