mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
a5de784d14
Update to iana-etc-20231019. Update to wheel-0.41.3. Update to shadow-4.14.2. Update to openssl-3.1.4. Update to texinfo-7.1. Update to meson-1.2.3. Update to bc-6.7.2. Update to linux-6.5.9. Update to Python-3.12.0. Add setuptools-68.2.2.
70 lines
1.9 KiB
XML
70 lines
1.9 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="ch-system-setuptools" role="wrap">
|
|
<?dbhtml filename="setuptools.html"?>
|
|
|
|
<sect1info condition="script">
|
|
<productname>setuptools</productname>
|
|
<productnumber>&setuptools-version;</productnumber>
|
|
<address>&setuptools-url;</address>
|
|
</sect1info>
|
|
|
|
<title>Setuptools-&setuptools-version;</title>
|
|
|
|
<indexterm zone="ch-system-setuptools">
|
|
<primary sortas="a-setuptools">Setuptools</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title/>
|
|
|
|
<para>Setuptools is a tool used to download, build, install, upgrade,
|
|
and uninstall Python packages.</para>
|
|
|
|
<segmentedlist>
|
|
<segtitle>&buildtime;</segtitle>
|
|
<segtitle>&diskspace;</segtitle>
|
|
<seglistitem>
|
|
<seg>&setuptools-fin-sbu;</seg>
|
|
<seg>&setuptools-fin-du;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Setuptools</title>
|
|
|
|
<para>Build the package:</para>
|
|
|
|
<screen><userinput remap="install">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
|
|
|
|
<para>Install the package:</para>
|
|
|
|
<screen><userinput remap="install">pip3 install --no-index --find-links dist setuptools</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 id="contents-setuptools" role="content">
|
|
<title>Contents of Setuptools</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
/usr/lib/python&python-minor;/site-packages/flit_core and
|
|
/usr/lib/python&python-minor;/site-packages/flit_core-&setuptools-version;.dist-info
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|