From 6a43745b968bc06d584e577a66141ea984138222 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 15 Jun 2023 13:15:19 +0000 Subject: Adding metadata --- dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild | 20 ++++++++++++++++++++ dev-python/mistletoe/mistletoe-1.1.0.ebuild | 21 --------------------- 2 files changed, 20 insertions(+), 21 deletions(-) create mode 100644 dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild delete mode 100644 dev-python/mistletoe/mistletoe-1.1.0.ebuild (limited to 'dev-python/mistletoe') diff --git a/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild new file mode 100644 index 000000000000..a84719547fb9 --- /dev/null +++ b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10,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" + +BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest diff --git a/dev-python/mistletoe/mistletoe-1.1.0.ebuild b/dev-python/mistletoe/mistletoe-1.1.0.ebuild deleted file mode 100644 index ebaa2f0754a7..000000000000 --- a/dev-python/mistletoe/mistletoe-1.1.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,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 -- cgit v1.3.1