commit:     96280657bfbc227b841330645889d5ae05a608e5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 22:17:04 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 26 22:39:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96280657

dev-python/black: add longdescription

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/black/metadata.xml | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/dev-python/black/metadata.xml b/dev-python/black/metadata.xml
index 1a334b8..8754f13 100644
--- a/dev-python/black/metadata.xml
+++ b/dev-python/black/metadata.xml
@@ -1,14 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <maintainer type="person">
-               <email>michael.eg...@tsn.at</email>
-               <name>Michael Egger</name>
-       </maintainer>
-       <longdescription>
-               The uncompromising Python code formatter.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">psf/black</remote-id>
-       </upstream>
+  <maintainer type="person">
+    <email>michael.eg...@tsn.at</email>
+    <name>Michael Egger</name>
+  </maintainer>
+  <longdescription lang="en">
+Black is the uncompromising Python code formatter. By using it, you agree to 
cede control over minutiae of hand-formatting. In return, Black gives you 
speed, determinism, and freedom from pycodestyle nagging about formatting. You 
will save time and mental energy for more important matters.
+
+Blackened code looks the same regardless of the project you're reading. 
Formatting becomes transparent after a while and you can focus on the content 
instead.
+
+Black makes code review faster by producing the smallest diffs possible.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">psf/black</remote-id>
+  </upstream>
 </pkgmetadata>

Reply via email to