Changeset 765fd83 for server


Ignore:
Timestamp:
01/19/2023 01:23:40 PM (17 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.

Location:
server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb.xml

    r6550bf6 r765fd83  
    109109      <xref linkend="pcre2"/>,
    110110      <xref linkend="ruby"/>,
     111      <xref linkend="sphinx"/>,
    111112      <xref linkend="unixodbc"/>,
    112113      <xref linkend="valgrind"/>,
     
    119120      <ulink url="https://www.mruby.org/">mruby</ulink>,
    120121      <ulink url="https://mariadb.com/kb/en/myrocks/">MyRocks</ulink>,
    121       <ulink url="https://github.com/google/snappy">Snappy</ulink>,
    122       <ulink url="https://sphinxsearch.com/downloads/">Sphinx</ulink>, and
     122      <ulink url="https://github.com/google/snappy">Snappy</ulink>, and
    123123      <!--<ulink url="https://mariadb.com/kb/en/mariadb/tokudb/">TokuDB</ulink>, and-->
    124124      <ulink url="https://zeromq.org/">ZeroMQ</ulink>
  • server/major/bind.xml

    r6550bf6 r765fd83  
    9898      <xref linkend="lmdb"/>,
    9999      <xref linkend="mitkrb"/>,
     100      <xref linkend="pytest"/>,
     101      <xref linkend="sphinx"/> (required to build documentation),
    100102      <ulink url="https://cmocka.org/">cmocka</ulink>,
    101103      <ulink url="https://github.com/cjheath/geoip">geoip</ulink>,
    102       <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink>,
    103       <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (required to build documentation), and
    104104      <ulink url="&w3m-url;">w3m</ulink>
    105105    </para>
     
    178178      The test suite may indicate some skipped tests depending on
    179179      what configuration options are used. Some tests are marked
    180       <quote>UNTESTED</quote> or does even fail if <xref linkend="perl-net-dns"/>
     180      <quote>UNTESTED</quote> or do even fail if <xref linkend="perl-net-dns"/>
    181181      is not installed. <!--One test, <quote>CPU</quote>, is known to fail.-->
    182182      To run the tests, as an unprivileged user, execute:
     
    575575      is included in the source package. The documentation is in .rst
    576576      format which means, it can be converted in human readable formats
    577       if <ulink url="https://www.sphinx-doc.org/">Sphinx</ulink> is
    578       installed. As time of writing, sphinx is not included in
    579       the BLFS book and therefore, the instructions above do not
    580       install the docs.
     577      if <xref linkend="sphinx"/> is installed.
    581578    </para>
    582579
     
    586583      recommended to consult the ARM documentation. ISC provides an
    587584      updated set of excellent documentation along with every release
    588       so it can be easily be viewed and/or downloaded - so there is
     585      so it can be easily viewed and/or downloaded &ndash; so there is
    589586      no excuse to not read the docs. The formats ISC provides are PDF,
    590587      epub and html at <ulink url="https://downloads.isc.org/isc/bind9/&bind-version;/doc/arm/"/>.
  • server/other/unbound.xml

    r6550bf6 r765fd83  
    8585      <xref linkend="nettle"/>,
    8686      <xref linkend="python2"/>,
     87      <xref linkend="sphinx"/> (for Python bindings documentation),
    8788      <xref linkend="swig"/> (for Python bindings),
    88       <xref linkend="doxygen"/> (for html documentation),
    89       <ulink url="https://dnstap.info/">dnstap</ulink>, and
    90       <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (for
    91       Python bindings documentation)
     89      <xref linkend="doxygen"/> (for html documentation), and
     90      <ulink url="https://dnstap.info/">dnstap</ulink>
    9291    </para>
    9392
Note: See TracChangeset for help on using the changeset viewer.