From 2272376cbac7951cfa53c2dd4136d566b1ead24c Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 21 Dec 2022 22:06:49 -0500 Subject: dev-python/mistletoe: new package, add 0.9.0 Signed-off-by: Julien Roy --- dev-python/mistletoe/mistletoe-0.9.0.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-python/mistletoe/mistletoe-0.9.0.ebuild (limited to 'dev-python/mistletoe/mistletoe-0.9.0.ebuild') 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 0000000..3786180 --- /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}" -- cgit v1.2.3