Gentoo Archives: gentoo-dev

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

Replies