glfs/general/prog/pyxdg.xml
Bruce Dubbs 3df8ea4735 Tags for libraries
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24255 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-21 19:05:24 +00:00

111 lines
3.0 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;
<!ENTITY pyxdg-download-http
"https://files.pythonhosted.org/packages/6f/2e/2251b5ae2f003d865beef79c8fcd517e907ed6a69f58c32403cec3eba9b2/pyxdg-&pyxdg-version;.tar.gz">
<!ENTITY pyxdg-download-ftp " ">
<!ENTITY pyxdg-md5sum "2a2844c21b1b038d74433a0c4aef0a88">
<!ENTITY pyxdg-size "60 KB">
<!ENTITY pyxdg-buildsize "708 KB">
<!ENTITY pyxdg-time "less than 0.1 SBU">
]>
<!-- Begin PyXDG -->
<sect2 id="pyxdg" xreflabel="PyXDG-&pyxdg-version;">
<title>PyXDG-&pyxdg-version;</title>
<indexterm zone="pyxdg">
<primary sortas="a-PyXDG">PyXDG</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to PyXDG Module</title>
<para>
<application>PyXDG</application> is a <application>Python</application>
library to access freedesktop.org standards.
</para>
&lfs101_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&pyxdg-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&pyxdg-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &pyxdg-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &pyxdg-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &pyxdg-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &pyxdg-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">PyXDG Dependencies</bridgehead>
<bridgehead renderas="sect5">Optional</bridgehead>
<para role="optional">
<xref linkend="python2"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/pyxdg"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of PyXDG</title>
<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
<para>
To install the module, run the following command as the
<systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
</sect3>
<sect3 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
/usr/lib/python&python3-majorver;/site-packages/xdg
</seg>
</seglistitem>
</segmentedlist>
</sect3>
</sect2>