diff options
author | Julien Roy <julien@jroy.ca> | 2022-12-21 22:06:49 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-12-21 22:06:49 -0500 |
commit | 2272376cbac7951cfa53c2dd4136d566b1ead24c (patch) | |
tree | 2e53feb4c993bc53180f57776ea78fa0056a6153 /dev-python/mistletoe/metadata.xml | |
parent | c1a81e8b854d09fc29ab93eeff98d0e4c7b04b29 (diff) | |
download | MrRoy-Overlay-2272376cbac7951cfa53c2dd4136d566b1ead24c.tar.gz MrRoy-Overlay-2272376cbac7951cfa53c2dd4136d566b1ead24c.tar.bz2 MrRoy-Overlay-2272376cbac7951cfa53c2dd4136d566b1ead24c.zip |
dev-python/mistletoe: new package, add 0.9.0
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/mistletoe/metadata.xml')
-rw-r--r-- | dev-python/mistletoe/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml new file mode 100644 index 0000000..9f226d6 --- /dev/null +++ b/dev-python/mistletoe/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>julien@jroy.ca</email> + <name>Julien Roy</name> + </maintainer> + <longdescription>mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable. + +Apart from being the fastest CommonMark-compliant Markdown parser implementation in pure Python, mistletoe also supports easy definitions of custom tokens. Parsing Markdown into an abstract syntax tree also allows us to swap out renderers for different output formats, without touching any of the core components.</longdescription> + <upstream> + <changelog>https://github.com/miyuchina/mistletoe/releases</changelog> + <doc>https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md</doc> + <bugs-to>https://github.com/miyuchina/mistletoe/issues</bugs-to> + <remote-id type="github">miyuchina/mistletoe</remote-id> + </upstream> +</pkgmetadata> |