diff --git a/dev-python/markdown-exec/Manifest b/dev-python/markdown-exec/Manifest index b5c62fb5bdf86..1d861757a7328 100644 --- a/dev-python/markdown-exec/Manifest +++ b/dev-python/markdown-exec/Manifest @@ -1,2 +1,3 @@ DIST markdown_exec-1.10.3.tar.gz 81050 BLAKE2B 4a9dd766e3b437d06900c3760bddd831a3d7ef1d9fff33eea7fe30c541b8a31b313f8af40edd062ccdf1fb6414f3488b35fc38aed6fdd292bf3105b45c84b33d SHA512 bedf1c37f53a33aac2ee9ef51dcdba4fccc0cf2b4f60b75cd3e25687b9f5cc52a8b2247c5b9cc3d31f56b4a0d90c3333c17566ece5d35aaee3515c295cd0164c DIST markdown_exec-1.10.4.tar.gz 81203 BLAKE2B 68a8ba37bcc0172c9747b3858cc6476885e05af0c407bb7f388f3f6820f965f69096a243cb637102f67f317f128c57db25ff07bf48850822ec664becc1323a55 SHA512 99af2ca280645a31c200b6c1f1c346a4e90687fced45919aed36bb114262b566e5d05403066ddfc27603573bd4a8ebf9cb8bb7606e4d0100083bc18baa72428a +DIST markdown_exec-1.11.0.tar.gz 81826 BLAKE2B 1279978dcf473ea4a66331271b2e8bb383d4caf7b834e2124f5dba276ebeefb0e72c57b2984d8d3be7a893b295211e0a5b6ee40f84de343419bdc36e3d10002f SHA512 547ac37a64031ff703d5d6d4c6949e8a8ab782391f33e0248fac2098032480309b677757d5f0c75130e73ead35d9dabc29332ed55fd388ace46b4efc0ef568bd diff --git a/dev-python/markdown-exec/markdown-exec-1.11.0.ebuild b/dev-python/markdown-exec/markdown-exec-1.11.0.ebuild new file mode 100644 index 0000000000000..9f037e0039652 --- /dev/null +++ b/dev-python/markdown-exec/markdown-exec-1.11.0.ebuild @@ -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