summaryrefslogtreecommitdiff
path: root/dev-python/pymdown-extensions/pymdown-extensions-10.3.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-22 13:23:01 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-22 13:27:30 +0100
commitf37078618d41f94e446bfb473156dab66270cea3 (patch)
tree0b6818232173397eccc4ae1593d3e3ffeecdcf2f /dev-python/pymdown-extensions/pymdown-extensions-10.3.ebuild
parent445409eab56b3b3e72b1e55b424d4385622e2268 (diff)
downloadgentoo-f37078618d41f94e446bfb473156dab66270cea3.tar.gz
gentoo-f37078618d41f94e446bfb473156dab66270cea3.tar.bz2
gentoo-f37078618d41f94e446bfb473156dab66270cea3.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.3.ebuild')
-rw-r--r--dev-python/pymdown-extensions/pymdown-extensions-10.3.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.3.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-10.3.ebuild
deleted file mode 100644
index 9129aa82ebda..000000000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-10.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-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.2[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest