mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/mistletoe: Bump to 1.6.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mistletoe-1.5.1.tar.gz 111769 BLAKE2B 4ec8dcee06a0083ae1d1508ceb7ffd8ffd01bae28d7258febc2ec646c517c3e733f25f33b58e66acbd871fb4c8c4faf9f2f55f52eaa417e5fa2b0ed2b00741cf SHA512 2a1e704d536ddf6938587a6e6c0f9ac3097bf6afdb6dde9de0be15adf51f0a670a2e80f6f72bbf85ea33a28a8e42d95a09c0d4990fec08e8ddf178f4286dec24
|
||||
DIST mistletoe-1.6.0.tar.gz 113730 BLAKE2B c6a85ade6fe872e15b78f2b3e5c6b6e2b07c319e1b73f08486d45000283b1ec44b5661172b68c7a5e7ea715d4200fe88673b0b03a6368cb58380afc859c7c95f SHA512 55d1befc4461f5cce876835e6bf36b9cba0477d346de5f83eb67f23040c6fc2eaa479a6ea36f4450fbd8c624aa2aa7e30c925f9092b820fdfd85992bc084db7c
|
||||
|
||||
32
dev-python/mistletoe/mistletoe-1.6.0.ebuild
Normal file
32
dev-python/mistletoe/mistletoe-1.6.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 2023-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..15} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A fast, extensible Markdown parser in pure Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/miyuchina/mistletoe/
|
||||
https://pypi.org/project/mistletoe/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
# NB: pygments is technically optional but we like syntax highlighting
|
||||
RDEPEND="
|
||||
dev-python/pygments[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/parameterized[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user