summaryrefslogtreecommitdiff
path: root/dev-python/jsonref
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonref')
-rw-r--r--dev-python/jsonref/metadata.xml31
1 files changed, 16 insertions, 15 deletions
diff --git a/dev-python/jsonref/metadata.xml b/dev-python/jsonref/metadata.xml
index 653f90ea3e91..a74694f2aef7 100644
--- a/dev-python/jsonref/metadata.xml
+++ b/dev-python/jsonref/metadata.xml
@@ -1,21 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>jsonref is a library for automatic dereferencing of JSON Reference
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <maintainer>
+ <name>Chase Sterling</name>
+ <email>chase.sterling@gmail.com</email>
+ </maintainer>
+ <remote-id type="pypi">jsonref</remote-id>
+ <remote-id type="github">gazpachoking/jsonref</remote-id>
+ </upstream>
+ <longdescription>jsonref is a library for automatic dereferencing of JSON Reference
objects for Python (supporting 2.6+ including Python 3).
This library lets you use a data structure with JSON reference objects, as if the
references had been replaced with the referent data.
</longdescription>
- <upstream>
- <maintainer>
- <email>chase.sterling@gmail.com</email>
- <name>Chase Sterling</name>
- </maintainer>
- </upstream>
- <origin>liguros-repo</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
+</pkgmetadata>