From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/python-markdown-math/Manifest | 2 -- dev-python/python-markdown-math/metadata.xml | 13 ---------- .../python-markdown-math-0.9.ebuild | 29 ---------------------- 3 files changed, 44 deletions(-) delete mode 100644 dev-python/python-markdown-math/Manifest delete mode 100644 dev-python/python-markdown-math/metadata.xml delete mode 100644 dev-python/python-markdown-math/python-markdown-math-0.9.ebuild (limited to 'dev-python/python-markdown-math') diff --git a/dev-python/python-markdown-math/Manifest b/dev-python/python-markdown-math/Manifest deleted file mode 100644 index f7c3e7dbf5bb..000000000000 --- a/dev-python/python-markdown-math/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST python_markdown_math-0.9.tar.gz 8680 BLAKE2B e8dcc61f9632816597eff82c55aad037ce2f50f1747bfd2cca10d635399454b74ef40a5d11d02b268d83278558d26c9e4e196c5a1ff518104f29e7d35c95f19f SHA512 b3d4237ca143343bdb23989005707b9553cf9453c487f51489b080982bc57ca82e10f9ca7f24e5d2af6a6e0e6011464f67f2acd5e9ceeb088b414da14073780c -DIST python_markdown_math-0.9.tar.gz.provenance 9270 BLAKE2B b4e00afd187efe182ef8ba322b7ee56ecdd815e5cd05fb953933bd4892d542ec27fc3ed2caf54fdaeab67fe0fc2d9e626bbf339125e243b4181fa8d6476ec4d6 SHA512 31b9b5d447e8e7a4e18d06641b981420fd336c6c0e1418a019e5cef247cd6c45428502c2cc8721ea2687278000f9bdb9f62b75d3200633c3bffcf88138e1d242 diff --git a/dev-python/python-markdown-math/metadata.xml b/dev-python/python-markdown-math/metadata.xml deleted file mode 100644 index 7b184e3ef24e..000000000000 --- a/dev-python/python-markdown-math/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - mitya57/python-markdown-math - python-markdown-math - - diff --git a/dev-python/python-markdown-math/python-markdown-math-0.9.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.9.ebuild deleted file mode 100644 index 6c319bdcfe68..000000000000 --- a/dev-python/python-markdown-math/python-markdown-math-0.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_VERIFY_REPO=https://github.com/mitya57/python-markdown-math -PYTHON_COMPAT=( python3_{13..14} ) - -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}] -" -BDEPEND=" - >=dev-python/setuptools-77[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest -- cgit v1.3.1