source: general/prog/python-dependencies/pyproject-metadata.xml@ 93218512

lazarus trunk
Last change on this file since 93218512 was 93218512, checked in by Xi Ruoyao <xry111@…>, 6 weeks ago

pyproject-metadata: Fix download url and md5

This version uses a underscore instead of minus sign in the tarball name
between "pyproject" and "metadata".

And I also forgot to change the md5.

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY pyproject-metadata-download-http "https://files.pythonhosted.org/packages/source/p/pyproject-metadata/pyproject_metadata-&pyproject-metadata-version;.tar.gz">
8 <!ENTITY pyproject-metadata-download-ftp " ">
9 <!ENTITY pyproject-metadata-md5sum "&pyproject-metadata-md5sum;">
10 <!ENTITY pyproject-metadata-size "8 KB">
11 <!ENTITY pyproject-metadata-buildsize "124 KB">
12 <!ENTITY pyproject-metadata-time "less than 0.1 SBU">
13]>
14
15 <sect2 id="pyproject-metadata" xreflabel="pyproject-metadata-&pyproject-metadata-version;">
16
17 <title>Pyproject-Metadata-&pyproject-metadata-version;</title>
18
19 <indexterm zone="pyproject-metadata">
20 <primary sortas="a-pyproject-metadata">pyproject-metadata</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to Pyproject-Metadata Module</title>
25
26 <para>
27 The <application>Pyproject-Metadata</application> module contains
28 a data class for PEP 621 metadata with support for
29 <quote>core metadata</quote> (PEP 643) generation.
30 </para>
31
32 &lfs121_checked;
33
34 <bridgehead renderas="sect4">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&pyproject-metadata-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&pyproject-metadata-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &pyproject-metadata-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &pyproject-metadata-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &pyproject-metadata-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &pyproject-metadata-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect4">Pyproject-Metadata Dependencies</bridgehead>
69
70 <bridgehead renderas="sect5">Required</bridgehead>
71 <para role="required">
72 <xref linkend="packaging"/>
73 </para>
74
75 <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
76 <para role="optional">
77 <xref linkend="pytest"/>
78 </para>
79
80 </sect3>
81
82 <sect3 role="installation">
83 <title>Installation of Pyproject-Metadata</title>
84
85 <para>Build the module: </para>
86
87&build-wheel;
88
89 <para>
90 Now, as the <systemitem class="username">root</systemitem> user:
91 </para>
92
93<screen role="root"><userinput>&install-wheel; pyproject-metadata</userinput></screen>
94
95 <!-- "pytest-cov[toml]" is referred but it seems not really used -->
96 <para>
97 To test the installation, issue: <command>pytest</command>.
98 </para>
99
100 </sect3>
101
102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
103 href="../../../xincludes/pip3-cmd-explain.xml"/>
104
105 <sect3 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>None</seg>
115 <seg>None</seg>
116 <seg>
117 /usr/lib/python&python3-majorver;/site-packages/pyproject_metadata and
118 /usr/lib/python&python3-majorver;/site-packages/pyproject_metadata-&pyproject-metadata-version;.dist-info
119 </seg>
120 </seglistitem>
121 </segmentedlist>
122
123 </sect3>
124
125 </sect2>
Note: See TracBrowser for help on using the repository browser.