commit: 8564a22c46548d7f85e4c6a63451c80e0d4366a2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 10:10:01 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 10:10:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8564a22c
dev-python/python-markdown-math: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-markdown-math/Manifest | 1 -
.../python-markdown-math-0.8-r1.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/dev-python/python-markdown-math/Manifest
b/dev-python/python-markdown-math/Manifest
index 3bd0e0b83b44..2f3a0d9225b2 100644
--- a/dev-python/python-markdown-math/Manifest
+++ b/dev-python/python-markdown-math/Manifest
@@ -1,2 +1 @@
-DIST python-markdown-math-0.8.tar.gz 8509 BLAKE2B
f91d0dbd6073d724f90a1265a64f2375be51ce25f6bdf808e1176a582c0e98aa59a52d45d67c5e37f674db5b5b7dead572a93950b9143f0950a0ee20b241e4a2
SHA512
d35e0cba68fb4ec099368d0d4865a5ad1baab6fbd23f7457312ab6893c3864287c41c32f560bbd8cddb0afff6522640f9b9144a02774539eba4e1302fac05bcb
DIST python_markdown_math-0.9.tar.gz 8680 BLAKE2B
e8dcc61f9632816597eff82c55aad037ce2f50f1747bfd2cca10d635399454b74ef40a5d11d02b268d83278558d26c9e4e196c5a1ff518104f29e7d35c95f19f
SHA512
b3d4237ca143343bdb23989005707b9553cf9453c487f51489b080982bc57ca82e10f9ca7f24e5d2af6a6e0e6011464f67f2acd5e9ceeb088b414da14073780c
diff --git a/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild
b/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild
deleted file mode 100644
index fa03f2200050..000000000000
--- a/dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Math extension for Python-Markdown"
-HOMEPAGE="
- https://github.com/mitya57/python-markdown-math/
- https://pypi.org/project/python-markdown-math/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/markdown-3.3.7[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest