dev-python/markdown-exec: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-03-25 06:09:17 +01:00
parent 0733ad489d
commit ec40dedc5e
3 changed files with 0 additions and 70 deletions

View File

@@ -1,3 +1 @@
DIST markdown_exec-1.10.0.tar.gz 76830 BLAKE2B 7c8194decf4d44cabecfddee27d74e8a513b227533b9eb1c5c2bdc100ca9f64e2ef3641386839167ac937d62c9ec13f511fd5cd76bca8050dd19bb74b4e399ea SHA512 996d4ad9ea06943d34ced435f2bd3b22c0b6a4453d5a59443966ad8caa767f1a3eea1c7c6f1f01056b4d2019550e202a2e11cd8e148a149c5ca35f9f87c45990
DIST markdown_exec-1.10.1.tar.gz 77711 BLAKE2B e30585bbaf8443c44de010d18e0755cfc23f7083b1b44c4c0e3ad782c8952ea3f0c78ae144bfc762049719f05c195fa1c4afe7c4cb9d776be0d46a47f2fd3ec2 SHA512 38e46b0422f9e09942ae5dcb6676d215e55347b18718aed6039a09b15c080eb59551cb304f918ee9d54e637ca272f420a8ccf985464616786ad0154ef1304fd3
DIST markdown_exec-1.10.2.tar.gz 80842 BLAKE2B 0adf537d1e187179b49c1275820dc4f5ba9ee4a1d6edc584301f641fc3334e244ef05484dd5a01f824fae6ffca2db91651e6f51f93eeb882a468d2c695ae0fb4 SHA512 981d176caeef709581332a7d02d6f129859e12646159b0b879c579c6a95574e0c306adc1a265bbd46f6177f7e5c007999ae76d6db918b68e296949936e300eeb

View File

@@ -1,34 +0,0 @@
# 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

View File

@@ -1,34 +0,0 @@
# 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