diff options
Diffstat (limited to 'dev-python/html5lib/metadata.xml')
-rw-r--r-- | dev-python/html5lib/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/html5lib/metadata.xml b/dev-python/html5lib/metadata.xml new file mode 100644 index 000000000000..ab82d54bc79f --- /dev/null +++ b/dev-python/html5lib/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <longdescription> + html5lib is a pure-python library for parsing HTML. It is designed + to conform to the WHATWG HTML specification, as is implemented by + all major web browsers. +</longdescription> + <upstream> + <remote-id type="pypi">html5lib</remote-id> + <remote-id type="github">html5lib/html5lib-python</remote-id> + </upstream> +</pkgmetadata> |