commit: 1c67a5f600ae390f7945247b888092fd6c7cb288
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 20:09:27 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 21:43:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c67a5f6
dev-python/simplegeneric: [QA] Consistent whitespace in metadata.xml
dev-python/simplegeneric/metadata.xml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/dev-python/simplegeneric/metadata.xml
b/dev-python/simplegeneric/metadata.xml
index f08c902ec6b..643f937f62b 100644
--- a/dev-python/simplegeneric/metadata.xml
+++ b/dev-python/simplegeneric/metadata.xml
@@ -5,12 +5,14 @@
<email>[email protected]</email>
<name>Python</name>
</maintainer>
- <longdescription>The simplegeneric module lets you define simple
single-dispatch
- generic functions, akin to Python's built-in generic functions like len(),
- iter() and so on. However, instead of using specially-named methods, these
- generic functions use simple lookup tables, akin to those used by
- e.g. pickle.dump() and other generic functions found in the Python
- standard library.</longdescription>
+ <longdescription>
+ The simplegeneric module lets you define simple single-dispatch
+ generic functions, akin to Python's built-in generic functions
like len(),
+ iter() and so on. However, instead of using specially-named
methods, these
+ generic functions use simple lookup tables, akin to those used
by
+ e.g. pickle.dump() and other generic functions found in the
Python
+ standard library.
+ </longdescription>
<upstream>
<remote-id type="pypi">simplegeneric</remote-id>
</upstream>