summaryrefslogtreecommitdiff
path: root/dev-python/python-markdown-math
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/python-markdown-math
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/python-markdown-math')
-rw-r--r--dev-python/python-markdown-math/Manifest2
-rw-r--r--dev-python/python-markdown-math/metadata.xml13
-rw-r--r--dev-python/python-markdown-math/python-markdown-math-0.9.ebuild29
3 files changed, 0 insertions, 44 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">mitya57/python-markdown-math</remote-id>
- <remote-id type="pypi">python-markdown-math</remote-id>
- </upstream>
-</pkgmetadata>
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