mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-python/mistletoe: add missing BDEPEND for tests
Closes: https://bugs.gentoo.org/908430 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
20
dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
Normal file
20
dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
Normal file
@@ -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_{10..12} )
|
||||
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
|
||||
Reference in New Issue
Block a user