Gentoo Archives: gentoo-dev

From: Francesco Riosa <vivo75@×××××.com>
To: gentoo development <gentoo-dev@l.g.o>, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH] dev-python/metadata.xml: Clarify description
Date: Sun, 08 Mar 2020 09:24:35
Message-Id: CAD6zcDxqX8apfkABM4+syT+ZgW1Z-Pk__XVZjZAQFyR491RvAg@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH] dev-python/metadata.xml: Clarify description by "Michał Górny"
1 longdescription lang="it"
2
3 La categoria dev-python contiene pacchetti il cui scopo principale
4 è fornire moduli, estensioni e bindings per Python,
5 nonché strumenti e utilità per lo sviluppo nel linguaggio
6 di programmazione Python.
7
8 Il giorno dom 8 mar 2020 alle ore 09:52 Michał Górny <mgorny@g.o> ha
9 scritto:
10
11 > Rewrite the description for dev-python category in order to clarify
12 > its purpose. It has been pointed out that the previous description may
13 > have suggested that it is the category for *all* things written
14 > in Python.
15 >
16 > Signed-off-by: Michał Górny <mgorny@g.o>
17 > ---
18 > dev-python/metadata.xml | 44 +++++++++++------------------------------
19 > 1 file changed, 12 insertions(+), 32 deletions(-)
20 >
21 > // If you can supply translations for the remaining languages, please
22 > // send them my way and I'll update the patch.
23 >
24 > diff --git a/dev-python/metadata.xml b/dev-python/metadata.xml
25 > index ed6a813dd009..b90b8f66f45a 100644
26 > --- a/dev-python/metadata.xml
27 > +++ b/dev-python/metadata.xml
28 > @@ -2,41 +2,21 @@
29 > <!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
30 > <catmetadata>
31 > <longdescription lang="en">
32 > - The dev-python category contains libraries, utilities or
33 > - bindings written in or for the Python programming
34 > language.
35 > + The dev-python category contains packages whose primary
36 > purpose
37 > + is to provide Python modules, extensions and bindings, as
38 > well
39 > + as tools and utilities useful for development in the Python
40 > + programming language.
41 > </longdescription>
42 > <longdescription lang="de">
43 > - Die Kategorie dev-python enthält Bibliotheken und
44 > Werkzeuge für die
45 > - Programmiersprache Python.
46 > - </longdescription>
47 > - <longdescription lang="es">
48 > - La categoría dev-python contiene librerias y utilidades
49 > referentes al
50 > - lenguaje de programación Python.
51 > - </longdescription>
52 > - <longdescription lang="ja">
53 > - dev-pythonカテゴリーにはPythonプログラミング言語で記述された/のために
54 > - 記述されたライブラリーと>ユーティリティとバインディングが含まれます。
55 > - </longdescription>
56 > - <longdescription lang="nl">
57 > - De dev-python categorie bevat bibliotheken en hulpmiddelen
58 > voor het
59 > - gebruik van de programmeertaal Python.
60 > - </longdescription>
61 > - <longdescription lang="vi">
62 > - Nhóm dev-python chứa các thư viện và tiện ích liên quan
63 > - đến ngôn ngữ lập trình Python.
64 > - </longdescription>
65 > - <longdescription lang="it">
66 > - La categoria dev-python contiene librerie ed utilità per
67 > il linguaggio
68 > - di programmazione Python.
69 > - </longdescription>
70 > - <longdescription lang="pt">
71 > - A categoria dev-python contém bibliotecas, utilitários e
72 > - bindings escritos em ou para a linguagem de programação
73 > Python.
74 > + Die Kategorie dev-python enthält Pakete, die hauptsächlich
75 > + Module, Erweiterungen und Sprachbindungen für Python zur
76 > + Verfügung stellen, sowie Werkzeuge und Dienstprogramme für
77 > die
78 > + Entwicklung in der Programmiersprache Python
79 > </longdescription>
80 > <longdescription lang="pl">
81 > - Kategoria dev-python zawiera biblioteki, narzędzia i
82 > powiązania
83 > - (bindings) napisane w lub stworzone do pisania w języku
84 > programowania
85 > - Python.
86 > + Kategoria dev-python zawiera paczki dostarczające przede
87 > + wszystkim moduły, rozszerzenia i powiązania (bindings)
88 > Pythona,
89 > + jak również przydatne narzędzia dla wiary programującej
90 > + w Pythonie.
91 > </longdescription>
92 > </catmetadata>
93 > -
94 > --
95 > 2.25.1
96 >
97 >
98 >

Replies