summaryrefslogtreecommitdiff
path: root/dev-python/decorator
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/decorator')
-rw-r--r--dev-python/decorator/metadata.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/dev-python/decorator/metadata.xml b/dev-python/decorator/metadata.xml
index 4b350c998f0a..886e11f4aee7 100644
--- a/dev-python/decorator/metadata.xml
+++ b/dev-python/decorator/metadata.xml
@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <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>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">decorator</remote-id>
- <remote-id type="github">micheles/decorator</remote-id>
- <bugs-to>https://github.com/micheles/decorator/issues</bugs-to>
- </upstream>
-</pkgmetadata>
+ <upstream>
+ <remote-id type="pypi">decorator</remote-id>
+ <remote-id type="github">micheles/decorator</remote-id>
+ <bugs-to>https://github.com/micheles/decorator/issues</bugs-to>
+ </upstream>
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file