mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
dev-python/markdown-exec: Bump to 1.12.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
f780ef4779
commit
c163827b8e
@ -1 +1,2 @@
|
||||
DIST markdown_exec-1.11.0.tar.gz 81826 BLAKE2B 1279978dcf473ea4a66331271b2e8bb383d4caf7b834e2124f5dba276ebeefb0e72c57b2984d8d3be7a893b295211e0a5b6ee40f84de343419bdc36e3d10002f SHA512 547ac37a64031ff703d5d6d4c6949e8a8ab782391f33e0248fac2098032480309b677757d5f0c75130e73ead35d9dabc29332ed55fd388ace46b4efc0ef568bd
|
||||
DIST markdown_exec-1.12.0.tar.gz 74170 BLAKE2B 2aa5e1959a202e5516a4b19545818d98e2c4d7f59757d3d10a2669447ea650eda583e48e6776b52ac0393295001dd545429a826c925082158e4c0d5d3040e8b4 SHA512 737a4dd2eebcf84d31f97974d4c3f083f32ee0951de639cd8587f47fcc46943d79d5d6460072adacdd53104d4514665389d59b9234f64f91bc08d4afe3053e29
|
||||
|
||||
36
dev-python/markdown-exec/markdown-exec-1.12.0.ebuild
Normal file
36
dev-python/markdown-exec/markdown-exec-1.12.0.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pdm-backend
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Utilities to execute code blocks in Markdown files"
|
||||
HOMEPAGE="
|
||||
https://pawamoy.github.io/markdown-exec/
|
||||
https://pypi.org/project/markdown-exec/
|
||||
"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv"
|
||||
IUSE="ansi"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pymdown-extensions-9[${PYTHON_USEDEP}]
|
||||
ansi? (
|
||||
dev-python/pygments-ansi-color[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/griffe[${PYTHON_USEDEP}]
|
||||
dev-python/markupsafe[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user