mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 01:05:10 +01:00
Add wheel-0.37.1 (Python module).
This commit is contained in:
parent
29a37b4564
commit
e68c6d4181
@ -3115,6 +3115,44 @@
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<!-- Begin Wheel dependency info -->
|
||||
<bridgehead renderas="sect2" id="wheel-dep">wheel</bridgehead>
|
||||
|
||||
<segmentedlist id="wheel-depends">
|
||||
<segtitle>&dependencies;</segtitle>
|
||||
<seglistitem>
|
||||
<seg>Python</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<segmentedlist id="wheel-rundeps">
|
||||
<segtitle>&runtime;</segtitle>
|
||||
<seglistitem>
|
||||
<seg>Python</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<segmentedlist id="wheel-testdeps">
|
||||
<segtitle>&testsuites;</segtitle>
|
||||
<seglistitem>
|
||||
<seg>No test suite available</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<segmentedlist id="wheel-before">
|
||||
<segtitle>&before;</segtitle>
|
||||
<seglistitem>
|
||||
<seg>Jinja2</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<segmentedlist id="wheel-optdeps">
|
||||
<segtitle>&external;</segtitle>
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<!-- Begin XML::Parser dependency info -->
|
||||
<bridgehead renderas="sect2" id="xml-parser-dep">XML::Parser</bridgehead>
|
||||
|
||||
|
@ -40,6 +40,15 @@
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2022-04-15</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add wheel-0.37.1 (Python module).</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2022-04-15</para>
|
||||
<itemizedlist>
|
||||
|
@ -283,6 +283,9 @@
|
||||
<itemizedlist>
|
||||
<title>Added:</title>
|
||||
<listitem><para></para></listitem> <!-- satisfy build -->
|
||||
<listitem>
|
||||
<para>Wheel-&wheel-version;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>&xz-upstream-fix-patch;</para>
|
||||
</listitem>
|
||||
|
@ -794,6 +794,15 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Wheel (&wheel-version;) - <token>&wheel-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Home page: <ulink url="&wheel-home;"/></para>
|
||||
<para>Download: <ulink url="&wheel-url;"/></para>
|
||||
<para>MD5 sum: <literal>&wheel-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>XML::Parser (&xml-parser-version;) - <token>&xml-parser-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -64,6 +64,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libelf.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wheel.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="meson.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
|
||||
|
@ -740,6 +740,15 @@
|
||||
<!ENTITY vim-fin-du "206 MB">
|
||||
<!ENTITY vim-fin-sbu "2.4 SBU">
|
||||
|
||||
<!-- From https://files.pythonhosted.org/packages/c0/6c/9f840c2e55b67b90745af06a540964b73589256cb10cc10057c87ac78fc2/wheel-0.37.1.tar.gz -->
|
||||
<!ENTITY wheel-version "0.37.1">
|
||||
<!ENTITY wheel-size "65 KB">
|
||||
<!ENTITY wheel-url "&anduin-sources;/wheel-&wheel-version;.tar.gz">
|
||||
<!ENTITY wheel-md5 "f490f1399e5903706cb1d4fbed9ecb28">
|
||||
<!ENTITY wheel-home "https://pypi.org/project/wheel/">
|
||||
<!ENTITY wheel-fin-du "268 KB">
|
||||
<!ENTITY wheel-fin-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY xml-parser-version "2.46">
|
||||
<!ENTITY xml-parser-size "249 KB">
|
||||
<!ENTITY xml-parser-url "https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-&xml-parser-version;.tar.gz">
|
||||
|
@ -601,6 +601,14 @@
|
||||
partitions, and messages.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Wheel</para>
|
||||
|
||||
<para>This package contains a Python module that is the
|
||||
reference implementation of the Python wheel packaging standard.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Vim</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user