Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reportlab/
Date: Wed, 21 Apr 2021 06:40:30
Message-Id: 1618987006.22837954b285a52e753c6bde9fcdb3f50750f7a8.mgorny@gentoo
1 commit: 22837954b285a52e753c6bde9fcdb3f50750f7a8
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 29 16:53:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 06:36:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22837954
7
8 dev-python/reportlab: improve a bit the metadata
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15558
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/reportlab/metadata.xml | 28 ++++++++++++++++++++++++++++
16 1 file changed, 28 insertions(+)
17
18 diff --git a/dev-python/reportlab/metadata.xml b/dev-python/reportlab/metadata.xml
19 index 1c2122c20fe..61143858a74 100644
20 --- a/dev-python/reportlab/metadata.xml
21 +++ b/dev-python/reportlab/metadata.xml
22 @@ -5,7 +5,35 @@
23 <email>python@g.o</email>
24 <name>Python</name>
25 </maintainer>
26 + <longdescription lang="en">
27 + ReportLab is the time-proven, ultra-robust open-source engine for creating
28 + complex, data-driven PDF documents and custom vector graphics. It's free,
29 + open-source, and written in Python. The package sees 50,000+ downloads per
30 + month, is part of standard Linux distributions, is embedded in many
31 + products, and was selected to power the print/export feature for Wikipedia.
32 +
33 + The ReportLab Toolkit has evolved over the years in direct response to the
34 + real-world reporting needs of large institutions. The library implements
35 + three main layers:
36 +
37 + A graphics canvas API that 'draws' PDF pages A charts and widgets
38 + library for creating reusable data graphics. A page layout engine -
39 + PLATYPUS ("Page Layout and TYPography Using Scripts") - which builds
40 + documents from elements such as headlines, paragraphs, fonts, tables
41 + and vector graphics.
42 +
43 + The open-source ReportLab Toolkit provides the core of our commercial
44 + product, ReportLab PLUS, which generates PDF at higher speed and allows use
45 + of our smart XML-based templating language RML. ReportLab PLUS contains
46 + significant upgrades over the open-source library that allows for a much
47 + faster development cycle. If you are putting substantial time into
48 + building a solution please consider the commercial version; it is faster,
49 + does more, and the revenues directly support ongoing development. You
50 + can trial ReportLab PLUS for free.
51 + </longdescription>
52 <upstream>
53 + <bugs-to>mailto:reportlab-users@××××××××××××××××.com</bugs-to>
54 + <doc lang="en">https://www.reportlab.com/dev/docs</doc>
55 <remote-id type="pypi">reportlab</remote-id>
56 </upstream>
57 </pkgmetadata>