Ignore:
Timestamp:
01/19/2023 01:23:40 PM (21 months 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, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, 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 moved

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/py3c.xml

    r6550bf6 r765fd83  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4   <!ENTITY % general-entities SYSTEM "../../../general.ent">
    55  %general-entities;
    66
     
    99  <!ENTITY py3c-md5sum        "53029afde7e0cf8672a2d69d378a0cfc">
    1010  <!ENTITY py3c-size          "47 KB">
    11   <!ENTITY py3c-buildsize     "608 KB">
    12   <!ENTITY py3c-time          "less than 0.1 SBU">
     11  <!ENTITY py3c-buildsize     "608 KB (with tests)">
     12  <!ENTITY py3c-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.