diff options
author | 2012-03-31 17:02:50 +0000 | |
---|---|---|
committer | 2012-03-31 17:02:50 +0000 | |
commit | f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7 (patch) | |
tree | 8510eea8af52b0a8e458f01c425435d341f98a98 /dev-python/decorator | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-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/decorator')
-rw-r--r-- | dev-python/decorator/metadata.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/decorator/metadata.xml b/dev-python/decorator/metadata.xml index 1f064d8f96c3..cc991ffb9094 100644 --- a/dev-python/decorator/metadata.xml +++ b/dev-python/decorator/metadata.xml @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>python</herd> - <longdescription lang="en"> - The aim of the decorator python module is to simplify the usage of + <herd>python</herd> + <longdescription lang="en">The aim of the decorator python module is to simplify the usage of decorators for the average programmer and to popularize decorators usage giving examples of useful decorators, such as - memoize, tracing, redirecting_stdout, locked, etc. - </longdescription> + memoize, tracing, redirecting_stdout, locked, etc.</longdescription> + <upstream> + <remote-id type="pypi">decorator</remote-id> + </upstream> </pkgmetadata> |