summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-11-25 21:09:27 +0100
committerDavid Seifert <soap@gentoo.org>2017-11-25 22:43:18 +0100
commit1c67a5f600ae390f7945247b888092fd6c7cb288 (patch)
tree20b90747a67dd6d47c257475683d704ef40952c1 /dev-python/simplegeneric/metadata.xml
parentdev-python/seaborn: [QA] Consistent whitespace in metadata.xml (diff)
downloadgentoo-1c67a5f600ae390f7945247b888092fd6c7cb288.tar.gz
gentoo-1c67a5f600ae390f7945247b888092fd6c7cb288.tar.bz2
gentoo-1c67a5f600ae390f7945247b888092fd6c7cb288.zip
dev-python/simplegeneric: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'dev-python/simplegeneric/metadata.xml')
-rw-r--r--dev-python/simplegeneric/metadata.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/simplegeneric/metadata.xml b/dev-python/simplegeneric/metadata.xml
index f08c902ec6b2..643f937f62b8 100644
--- a/dev-python/simplegeneric/metadata.xml
+++ b/dev-python/simplegeneric/metadata.xml
@@ -5,12 +5,14 @@
<email>python@gentoo.org</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>