dev-python/mistletoe: add 1.0.1

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-04-10 20:59:53 -04:00
parent f6b892d356
commit 8f86e42091
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
HOMEPAGE="https://github.com/miyuchina/mistletoe"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}"
distutils_enable_tests pytest