summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/decorator/metadata.xml')
-rw-r--r--dev-python/decorator/metadata.xml11
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>