summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:02:50 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:02:50 +0000
commitf0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7 (patch)
tree8510eea8af52b0a8e458f01c425435d341f98a98 /dev-python/simplegeneric
parentAdd upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff)
downloadhistorical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.gz
historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.bz2
historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.zip
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-python/simplegeneric')
-rw-r--r--dev-python/simplegeneric/metadata.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/simplegeneric/metadata.xml b/dev-python/simplegeneric/metadata.xml
index d76ef3b7eba2..81395895b629 100644
--- a/dev-python/simplegeneric/metadata.xml
+++ b/dev-python/simplegeneric/metadata.xml
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>python</herd>
-<longdescription>
- The simplegeneric module lets you define simple single-dispatch
+ <herd>python</herd>
+ <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>
+ standard library.</longdescription>
+ <upstream>
+ <remote-id type="pypi">simplegeneric</remote-id>
+ </upstream>
</pkgmetadata>