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/pygments.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
     
    9191
    9292    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93       href="../../xincludes/pip3-cmd-explain.xml"/>
     93      href="../../../xincludes/pip3-cmd-explain.xml"/>
    9494
    9595    <sect3 role="content">
     
    109109           </seg>
    110110          <seg>
    111             /usr/lib/python&python3-majorver;/site-packages/pygments amd
     111            /usr/lib/python&python3-majorver;/site-packages/pygments and
    112112            /usr/lib/python&python3-majorver;/site-packages/Pygments-&pygments-version;.dist-info
    113113          </seg>
     
    115115      </segmentedlist>
    116116
     117      <variablelist>
     118        <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     119        <?dbfo list-presentation="list"?>
     120        <?dbhtml list-presentation="table"?>
     121
     122        <varlistentry id="pygmentize">
     123          <term><command>pygmentize</command></term>
     124          <listitem>
     125            <para>
     126              highlights an input file and writes the result to an output file
     127            </para>
     128            <indexterm zone="pygments pygmentize">
     129              <primary sortas="b-pygmentize">pygmentize</primary>
     130            </indexterm>
     131          </listitem>
     132        </varlistentry>
     133
     134      </variablelist>
     135
    117136    </sect3>
    118137
Note: See TracChangeset for help on using the changeset viewer.