commit: ea3a7ad1a4d4fb9b75bf087506dc55934b3bd083
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 25 05:10:20 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 25 05:33:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3a7ad1
dev-python/markdown-exec: Bump to 1.10.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/markdown-exec/Manifest | 1 +
.../markdown-exec/markdown-exec-1.10.3.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/markdown-exec/Manifest
b/dev-python/markdown-exec/Manifest
index 1946618dfcbb..c9e0b2a4007e 100644
--- a/dev-python/markdown-exec/Manifest
+++ b/dev-python/markdown-exec/Manifest
@@ -1 +1,2 @@
DIST markdown_exec-1.10.2.tar.gz 80842 BLAKE2B
0adf537d1e187179b49c1275820dc4f5ba9ee4a1d6edc584301f641fc3334e244ef05484dd5a01f824fae6ffca2db91651e6f51f93eeb882a468d2c695ae0fb4
SHA512
981d176caeef709581332a7d02d6f129859e12646159b0b879c579c6a95574e0c306adc1a265bbd46f6177f7e5c007999ae76d6db918b68e296949936e300eeb
+DIST markdown_exec-1.10.3.tar.gz 81050 BLAKE2B
4a9dd766e3b437d06900c3760bddd831a3d7ef1d9fff33eea7fe30c541b8a31b313f8af40edd062ccdf1fb6414f3488b35fc38aed6fdd292bf3105b45c84b33d
SHA512
bedf1c37f53a33aac2ee9ef51dcdba4fccc0cf2b4f60b75cd3e25687b9f5cc52a8b2247c5b9cc3d31f56b4a0d90c3333c17566ece5d35aaee3515c295cd0164c
diff --git a/dev-python/markdown-exec/markdown-exec-1.10.3.ebuild
b/dev-python/markdown-exec/markdown-exec-1.10.3.ebuild
new file mode 100644
index 000000000000..0fca5f926f54
--- /dev/null
+++ b/dev-python/markdown-exec/markdown-exec-1.10.3.ebuild
@@ -0,0 +1,34 @@
+# 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 pypy3_11 python3_{10..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/markupsafe[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest