dev-python/jsonref: New package, dep of buildbot-0.9

Package-Manager: portage-2.3.0
This commit is contained in:
Brian Dolbec
2016-08-09 15:01:13 -07:00
parent ced3cb209d
commit da96a8a9ea
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
<name>Brian Dolbec</name>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<maintainer>
<name>Chase Sterling</name>
<email>chase.sterling@gmail.com</email>
</maintainer>
<remote-id type="pypi">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>