summaryrefslogtreecommitdiff
blob: a74694f2aef7935fe533121caab4efafa29e5b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<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>
</pkgmetadata>