summaryrefslogtreecommitdiff
path: root/dev-python/pymdown-extensions/pymdown-extensions-10.14.3.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-17 19:06:57 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-17 19:06:57 +0200
commit93e5ba9b7d0d56e0064dcd8eb3eba915cefeecc4 (patch)
tree6429b3735ea9cfc3fd302f7d5ace4a4f30d46af3 /dev-python/pymdown-extensions/pymdown-extensions-10.14.3.ebuild
parentba22345b2eae426abd9d327f4f33275f7648d4d0 (diff)
downloadgentoo-93e5ba9b7d0d56e0064dcd8eb3eba915cefeecc4.tar.gz
gentoo-93e5ba9b7d0d56e0064dcd8eb3eba915cefeecc4.tar.bz2
gentoo-93e5ba9b7d0d56e0064dcd8eb3eba915cefeecc4.zip
dev-python/pymdown-extensions: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymdown-extensions/pymdown-extensions-10.14.3.ebuild')
-rw-r--r--dev-python/pymdown-extensions/pymdown-extensions-10.14.3.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.14.3.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-10.14.3.ebuild
deleted file mode 100644
index 114b8e4c1443..000000000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-10.14.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extensions for Python Markdown"
-HOMEPAGE="
- https://github.com/facelessuser/pymdown-extensions/
- https://pypi.org/project/pymdown-extensions/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/markdown-3.6[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- >=dev-python/pygments-2.19.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}