commit:     b3ca6a1515c082967ad86a52c728ef96f2dfbd93
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Dec 22 03:18:18 2022 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Dec 22 03:18:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3ca6a15

dev-python/mistletoe: new package, add 0.9.0

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/mistletoe/Manifest               |  1 +
 dev-python/mistletoe/metadata.xml           | 21 +++++++++++++++++++++
 dev-python/mistletoe/mistletoe-0.9.0.ebuild | 19 +++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
new file mode 100644
index 000000000..4d7077124
--- /dev/null
+++ b/dev-python/mistletoe/Manifest
@@ -0,0 +1 @@
+DIST mistletoe-0.9.0.tar.gz 102002 BLAKE2B 
0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e
 SHA512 
b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7

diff --git a/dev-python/mistletoe/metadata.xml 
b/dev-python/mistletoe/metadata.xml
new file mode 100644
index 000000000..d321d911c
--- /dev/null
+++ b/dev-python/mistletoe/metadata.xml
@@ -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>jul...@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>m...@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>

diff --git a/dev-python/mistletoe/mistletoe-0.9.0.ebuild 
b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
new file mode 100644
index 000000000..37861804e
--- /dev/null
+++ b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure 
Python."
+HOMEPAGE="https://github.com/miyuchina/mistletoe";
+SRC_URI="https://github.com/miyuchina/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"

Reply via email to