dev-python/mistletoe: new package, add 0.9.0

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2022-12-21 22:18:18 -05:00
parent 3b8d080ae6
commit b3ca6a1515
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?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>
<maintainer>
<name>miyuchina</name>
<email>mi@afteryu.me</email>
</maintainer>
<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>