glfs/shareddeps/drivers/ply.xml
Zeckmathederg a5a5f0f785 Removed all unstable notes on all packages.
Important: Added a section about stability.

Also fixed a build failure with last commit (missing ending para tag).
2024-10-18 12:39:05 -06:00

89 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!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 ply-download-http "https://files.pythonhosted.org/packages/source/p/ply/ply-&ply-version;.tar.gz">
<!ENTITY ply-download-ftp " ">
]>
<sect1 id="ply" xreflabel="ply-&ply-version;">
<?dbhtml filename="ply.html"?>
<title>ply-&ply-version;</title>
<indexterm zone="ply">
<primary sortas="a-ply">ply</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to ply</title>
<para>
The <application>ply</application> is a zero-dependency Python implementation
of the traditional parsing tools lex and yacc.
</para>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&ply-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&ply-download-ftp;"/>
</para>
</listitem>
</itemizedlist>
</sect2>
<sect2 role="installation">
<title>Installation of ply</title>
<para>
Build the module:
</para>
<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD</userinput></screen>
<para>
Now install the <application>Python</application>
<systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>pip3 install --no-index --find-links=dist --no-cache-dir --no-user ply</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
None
</seg>
<seg>
/usr/lib/python3.12/site-packages/ply and
/usr/lib/python3.12/site-packages/ply-&ply-version;.dist-info
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>