diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-02 15:56:55 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-02 15:56:55 -0500 |
commit | ba8fab5645ea781e5f77abd6cbfe68e045692dc1 (patch) | |
tree | 4eddf720e3867a0c87c691d52e75832865c09bcd /dev-python/mistletoe/metadata.xml | |
parent | 17a573902f2cfc84476b22d943dd10b2248f7b86 (diff) | |
download | MrRoy-Overlay-ba8fab5645ea781e5f77abd6cbfe68e045692dc1.tar.gz MrRoy-Overlay-ba8fab5645ea781e5f77abd6cbfe68e045692dc1.tar.bz2 MrRoy-Overlay-ba8fab5645ea781e5f77abd6cbfe68e045692dc1.zip |
*/*: Remove packages now in guru
Signed off by: Julien Roy <julien.roy@jroy.ca>
Diffstat (limited to 'dev-python/mistletoe/metadata.xml')
-rw-r--r-- | dev-python/mistletoe/metadata.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml deleted file mode 100644 index a88739f..0000000 --- a/dev-python/mistletoe/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?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> - <remote-id type="pypi">mistletoe</remote-id> - </upstream> -</pkgmetadata> |