mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
add meson_python-0.12.0 (#17547)
This commit is contained in:
parent
92b6254afc
commit
7e24b60bf0
@ -123,6 +123,11 @@
|
||||
<xref linkend="markdown"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="meson_python"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="pathspec"/>
|
||||
@ -260,6 +265,9 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="python-dependencies/markdown.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="python-dependencies/meson_python.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="python-dependencies/pathspec.xml"/>
|
||||
|
||||
|
121
general/prog/python-dependencies/meson_python.xml
Normal file
121
general/prog/python-dependencies/meson_python.xml
Normal file
@ -0,0 +1,121 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect2 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 meson_python-download-http "https://files.pythonhosted.org/packages/source/p/meson_python/meson_python-&meson_python-version;.tar.gz">
|
||||
<!ENTITY meson_python-download-ftp " ">
|
||||
<!ENTITY meson_python-md5sum "1c9a037d78a8f35d8704b98d37b638c4">
|
||||
<!ENTITY meson_python-size "44 KB">
|
||||
<!ENTITY meson_python-buildsize "1080 KB">
|
||||
<!ENTITY meson_python-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect2 id="meson_python" xreflabel="meson_python-&meson_python-version;">
|
||||
|
||||
<title>Meson_python-&meson_python-version;</title>
|
||||
|
||||
<indexterm zone="meson_python">
|
||||
<primary sortas="a-meson_python">meson_python</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect3 role="package">
|
||||
<title>Introduction to Meson_python Module</title>
|
||||
|
||||
<para>
|
||||
The <application>Meson_python</application> module contains
|
||||
a Python build backend (PEP 517) for Meson projects.
|
||||
</para>
|
||||
|
||||
&lfs112_checked;
|
||||
|
||||
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&meson_python-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&meson_python-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &meson_python-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &meson_python-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &meson_python-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &meson_python-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect4">Meson_python Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect5">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="packaging"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect5">Recommended (Runtime)</bridgehead>
|
||||
<para role="runtime">
|
||||
<xref linkend="patchelf"/>
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 role="installation">
|
||||
<title>Installation of Meson_python</title>
|
||||
|
||||
<para>Build the module: </para>
|
||||
|
||||
<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user meson_python</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../../xincludes/pip3-cmd-explain.xml"/>
|
||||
|
||||
<sect3 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/python&python3-majorver;/site-packages/meson_python-&meson_python-version;.dist-info
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
@ -41,6 +41,11 @@
|
||||
<listitem>
|
||||
<para>January 22nd, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[xry111] - Add meson_python-0.12.0
|
||||
(Python dependencies). Part of
|
||||
<ulink url="&blfs-ticket-root;17547">#17547</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[xry111] - Add pyproject-metadata-0.7.0
|
||||
(Python dependencies). Part of
|
||||
|
@ -558,6 +558,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY imagesize-version "1.4.1">
|
||||
<!ENTITY iniconfig-version "2.0.0">
|
||||
<!ENTITY markdown-version "3.4.1">
|
||||
<!ENTITY meson_python-version "0.12.0">
|
||||
<!ENTITY pathspec-version "0.10.3">
|
||||
<!ENTITY pluggy-version "1.0.0">
|
||||
<!ENTITY py-version "1.11.0">
|
||||
|
Loading…
Reference in New Issue
Block a user