diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
commit | 8ba2860ae7c5f5429e27ed1edd8753981376059a (patch) | |
tree | 65ab7f40697f559187fc6303fba1f00594969f7c /dev-python/simplegeneric/metadata.xml | |
parent | add ~arm, bug #402989 (diff) | |
download | gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2 gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-python/simplegeneric/metadata.xml')
-rw-r--r-- | dev-python/simplegeneric/metadata.xml | 11 |
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> |