Changeset 765fd83 for packages.ent


Ignore:
Timestamp:
01/19/2023 01:23:40 PM (15 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, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
bb4b217d
Parents:
6550bf6 (diff), ca1012d8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'plabs/python-mods' into trunk

This branch introduces a new layout for python modules, similar
to what is done for perl modules. This allows to have useful python
modules in the book (sphinx, pytest, requests, gi-docgen), together
with their dependencies.

As a convenience for users who build by hand, a "Building
pythonhosted.org Files" section is added, which allows building all
the python modules dependencies in one go. It is generated from
the individual module pages, so the authoritative instructions are
on those individual pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packages.ent

    r6550bf6 r765fd83  
    512512<!ENTITY dbus-python-version          "1.3.2">
    513513<!ENTITY docutils-version             "0.19">
     514<!ENTITY doxypypy-version             "0.8.8.6">
     515<!ENTITY doxyqml-version              "0.5.1">
     516<!ENTITY gi-docgen-version            "2022.1">
    514517<!ENTITY py3c-version                 "1.4">
    515518<!ENTITY pyatspi2-version             "2.46.0">
     
    522525<!ENTITY pygobject3-version           "3.42.2">
    523526<!ENTITY pygtk-version                "2.24.0">
     527<!ENTITY pyparsing-version            "3.0.9">
     528<!ENTITY pytest-version               "7.1.3">
    524529<!ENTITY pyxdg-version                "0.28">
    525530<!-- libxml2 for Python2 shares the version of libxml2 -->
     
    528533<!ENTITY Jinja2-version               "3.1.2">
    529534<!ENTITY mako-version                 "1.2.4">
     535<!ENTITY recommonmark-version         "0.7.1">
     536<!ENTITY requests-version             "2.28.1">
    530537<!ENTITY scour-version                "0.38.2">
    531538<!ENTITY six-version                  "1.16.0">
     539<!ENTITY sphinx-version               "5.2.2">
     540<!ENTITY sphinx_rtd_theme-version     "1.0.0">
    532541<!ENTITY PyYAML-version               "6.0">
     542
     543<!-- Python module versions used in the Python Dependencies instructions -->
     544<!-- sc = sphinxcontrib -->
     545<!ENTITY alabaster-version              "0.7.12">
     546<!ENTITY attrs-version                  "22.1.0">
     547<!ENTITY babel-version                  "2.10.3">
     548<!ENTITY certifi-version                "2022.9.24">
     549<!ENTITY charset-normalizer-version     "2.1.1">
     550<!ENTITY commonmark-version             "0.9.1">
     551<!ENTITY flit_core-version              "3.7.1">
     552<!ENTITY idna-version                   "3.4">
     553<!ENTITY iniconfig-version              "1.1.1">
     554<!ENTITY imagesize-version              "1.4.1">
     555<!ENTITY markdown-version               "3.4.1">
     556<!ENTITY packaging-version              "21.3">
     557<!ENTITY pluggy-version                 "1.0.0">
     558<!ENTITY py-version                     "1.11.0">
     559<!ENTITY pytz-version                   "2022.4">
     560<!ENTITY setuptools_scm-version         "7.0.5">
     561<!ENTITY snowballstemmer-version        "2.2.0">
     562<!ENTITY sc-applehelp-version           "1.0.2">
     563<!ENTITY sc-devhelp-version             "1.0.2">
     564<!ENTITY sc-htmlhelp-version            "2.0.0">
     565<!ENTITY sc-jsmath-version              "1.0.1">
     566<!ENTITY sc-qthelp-version              "1.0.3">
     567<!ENTITY sc-serializinghtml-version     "1.1.5">
     568<!ENTITY smartypants-version            "2.0.1">
     569<!ENTITY toml-version                   "0.10.2">
     570<!ENTITY tomli-version                  "2.0.1">
     571<!ENTITY typing_extensions-version      "4.4.0">
     572<!ENTITY typogrify-version              "2.0.7">
     573<!ENTITY urllib3-version                "1.26.12">
    533574
    534575<!-- Part IV -->
Note: See TracChangeset for help on using the changeset viewer.