diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-23 04:06:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-23 04:11:35 +0200 |
commit | 3c99fe41afbc819b8010835e3d5778f6fdedcd5e (patch) | |
tree | 232401a97bfe20fa169c94462fa5effa63e1b282 /dev-python/markdown-exec/markdown-exec-1.8.0.ebuild | |
parent | dev-python/autopep8: Bump to 2.1.1 (diff) | |
download | gentoo-3c99fe41afbc819b8010835e3d5778f6fdedcd5e.tar.gz gentoo-3c99fe41afbc819b8010835e3d5778f6fdedcd5e.tar.bz2 gentoo-3c99fe41afbc819b8010835e3d5778f6fdedcd5e.zip |
dev-python/markdown-exec: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/markdown-exec/markdown-exec-1.8.0.ebuild')
-rw-r--r-- | dev-python/markdown-exec/markdown-exec-1.8.0.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/markdown-exec/markdown-exec-1.8.0.ebuild b/dev-python/markdown-exec/markdown-exec-1.8.0.ebuild deleted file mode 100644 index a80628fef998..000000000000 --- a/dev-python/markdown-exec/markdown-exec-1.8.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{10..12} ) - -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 |