Changeset 88149d4d


Ignore:
Timestamp:
10/13/2022 03:09:55 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:
301c411
Parents:
db3bdfc6
Message:

Add python deps again

TODO: some versions to be fixed and check files

Files:
4 added
2 edited

Legend:

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

    rdb3bdfc6 r88149d4d  
    5454      <listitem>
    5555        <para>
     56          <xref linkend="attrs"/>
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
    5661          <xref linkend="alabaster"/>
    5762        </para>
     
    8994      <listitem>
    9095        <para>
     96          <xref linkend="iniconfig"/>
     97        </para>
     98      </listitem>
     99      <listitem>
     100        <para>
    91101          <xref linkend="packaging"/>
    92102        </para>
     
    94104      <listitem>
    95105        <para>
     106          <xref linkend="pluggy"/>
     107        </para>
     108      </listitem>
     109      <listitem>
     110        <para>
     111          <xref linkend="py"/>
     112        </para>
     113      </listitem>
     114      <listitem>
     115        <para>
    96116          <xref linkend="pyparsing"/>
    97117        </para>
     
    104124      <listitem>
    105125        <para>
     126          <xref linkend="setuptools_scm"/>
     127        </para>
     128      </listitem>
     129      <listitem>
     130        <para>
    106131          <xref linkend="snowballstemmer"/>
    107132        </para>
     
    135160        <para>
    136161          <xref linkend="sc-serializinghtml"/>
     162        </para>
     163      </listitem>
     164      <listitem>
     165        <para>
     166          <xref linkend="tomli"/>
     167        </para>
     168      </listitem>
     169      <listitem>
     170        <para>
     171          <xref linkend="typing_extensions"/>
    137172        </para>
    138173      </listitem>
     
    146181
    147182  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     183    href="python-dependencies/attrs.xml"/>
     184
     185  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148186    href="python-dependencies/alabaster.xml"/>
    149187
     
    167205
    168206  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     207    href="python-dependencies/iniconfig.xml"/>
     208
     209  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    169210    href="python-dependencies/packaging.xml"/>
    170211
    171212  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     213    href="python-dependencies/pluggy.xml"/>
     214
     215  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     216    href="python-dependencies/py.xml"/>
     217
     218  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    172219    href="python-dependencies/pyparsing.xml"/>
    173220
     
    176223
    177224  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     225    href="python-dependencies/setuptools-scm.xml"/>
     226
     227  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    178228    href="python-dependencies/snowballstemmer.xml"/>
    179229
     
    197247
    198248  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     249    href="python-dependencies/tomli.xml"/>
     250
     251  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     252    href="python-dependencies/typing_extensions.xml"/>
     253
     254  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    199255    href="python-dependencies/urllib3.xml"/>
    200256
  • packages.ent

    rdb3bdfc6 r88149d4d  
    544544<!ENTITY imagesize-version              "1.4.1">
    545545<!ENTITY packaging-version              "21.3">
     546<!ENTITY pluggy-version                 "2022.4"> <!--TODO bogus version -->
     547<!ENTITY py-version                     "2022.4"> <!--TODO bogus version -->
    546548<!ENTITY pyparsing-version              "3.0.9">
    547549<!ENTITY pytz-version                   "2022.4">
     
    560562<!ENTITY sc-serializinghtml-version     "1.1.5">
    561563<!ENTITY sc-serializinghtml-dev-version "1.1.5.dev&lt;build date&gt;">
     564<!ENTITY tomli-version                  "1.26.12"> <!--TODO bogus version -->
     565<!ENTITY typing_extensions-version      "1.26.12"> <!--TODO bogus version -->
    562566<!ENTITY urllib3-version                "1.26.12">
    563567
Note: See TracChangeset for help on using the changeset viewer.