glfs/general/prog/python-modules.xml
Douglas R. Reno 879932f1ad Archive setuptools
Modify Python instructions to add setuptools and pip as part of the installation
Tags for the Python section + a few others

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18316 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-02-16 00:04:09 +00:00

170 lines
4.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="python-modules" xreflabel="Python Modules">
<?dbhtml filename="python-modules.html" ?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Python Modules</title>
<indexterm zone="python-modules">
<primary sortas="a-Python-Modules">Python Modules</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Python Modules</title>
<para>
The <application>Python</application> module packages add useful objects
to the <application>Python</application> language. Modules utilized by
packages throughout BLFS are listed here, along with their dependencies.
Installation of the modules shown on this page is meant to follow from top
to bottom to handle optional dependencies in each module.
</para>
<itemizedlist spacing="compact">
<listitem>
<para>
<xref linkend="dbus-python"/>
</para>
</listitem>
<listitem>
<para>
<xref linkend="pyatspi2"/>
</para>
</listitem>
<listitem>
<para>
<xref linkend="py2cairo"/>
</para>
</listitem>
<listitem>
<para>
<xref linkend="pycairo"/>
</para>
</listitem>
<listitem>
<para>
<xref linkend="pygobject2"/>
</para>
</listitem>
<listitem>
<para>
<xref linkend="pygobject3"/>
</para>
</listitem>
<listitem>
<para>
<xref linkend="pygtk"/>
</para>
</listitem>
<listitem>
<para>
<xref linkend="pyxdg"/>
</para>
</listitem>
<!--
<listitem revision="systemd">
<para>
<xref linkend="setuptools"/>
</para>
</listitem>
-->
<listitem revision="systemd">
<para>
<xref linkend="funcsigs"/>
</para>
</listitem>
<listitem revision="systemd">
<para>
<xref linkend="Beaker"/>
</para>
</listitem>
<listitem revision="systemd">
<para>
<xref linkend="lxml"/>
</para>
</listitem>
<listitem revision="systemd">
<para>
<xref linkend="MarkupSafe"/>
</para>
</listitem>
<listitem revision="systemd">
<para>
<xref linkend="Jinja2"/>
</para>
</listitem>
<listitem revision="systemd">
<para>
<xref linkend="Mako"/>
</para>
</listitem>
<listitem revision="systemd">
<para>
<xref linkend="PyYAML"/>
</para>
</listitem>
</itemizedlist>
</sect2>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="dbus-python.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pyatspi2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="py2cairo.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pycairo.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pygobject2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pygobject3.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pygtk.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pyxdg.xml"/>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="setuptools.xml"/>
-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="funcsigs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="beaker.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="lxml.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="markupsafe.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="jinja2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="mako.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="pyyaml.xml"/>
</sect1>