dev-python/schema: Add the schema library to the tree.

schema is a library for validating Python data structures, such as those
obtained from config-files, forms, external services or command-line parsing,
converted from JSON/YAML (or something else) to Python data-types.

Package-Manager: portage-2.2.28
This commit is contained in:
Patrice Clement
2016-07-06 10:45:35 +00:00
parent 75e8a84bc6
commit dd40e012e1
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
</pkgmetadata>