diff options
author | mirror@stealer.net <mirror@stealer.net> | 2025-04-26 11:00:22 +0000 |
---|---|---|
committer | mirror@stealer.net <mirror@stealer.net> | 2025-04-26 11:00:22 +0000 |
commit | bc8b0f74f4a195ff1c18d3d16cefdbf7aff4154e (patch) | |
tree | 530b4bf83240f8218601af488020836b0d294426 /dev-python/python-markdown-math | |
parent | 9212f5a5f14d303192c26d80860931eda674111b (diff) |
2025-04-26 10:41:01+00:00
Diffstat (limited to 'dev-python/python-markdown-math')
-rw-r--r-- | dev-python/python-markdown-math/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-markdown-math/python-markdown-math-0.8-r1.ebuild | 26 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/python-markdown-math/Manifest b/dev-python/python-markdown-math/Manifest index 4b3c87b3c31db..86c208edbbaee 100644 --- a/dev-python/python-markdown-math/Manifest +++ b/dev-python/python-markdown-math/Manifest @@ -1,5 +1,3 @@ -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 -EBUILD python-markdown-math-0.8-r1.ebuild 554 BLAKE2B 8eb54e50fba0247221de506dc8451ba91919adb19f994249399c66d0e74f6abf2df3beef1622cef8a08c207cdc4baf611a20ec6299ad6a68cb7639d8a4548890 SHA512 2916959e2bffc6c298a41a83d549d74a13278ed4577332edb87e127a92e76c86d7fac8be7715e8b7cc17afb13a0bdde31ca80c291055c25ebee57a42b842025a EBUILD python-markdown-math-0.9.ebuild 592 BLAKE2B 57037bd434e41231691724e39c81edbcdada99669feadc6067c09b85e47e05228783f82d3b7f1959f49e8bdac67fd75926c0b7934ffedc0b9944b403d0f571ce SHA512 50511a772275ed18cdff74c25bcafa6732171290143bcf3cf2c05cf2aed745f8fab30dd4f550aa60a69ebe48b0dc0a68aca31e2fb72624ad7c660784f468a8e4 MISC metadata.xml 416 BLAKE2B f3e22bad4d9b31937b00f35261f16a4a26307302369b3fcea4544505caa8e01924b3e79b7a723f76b1fb690d606538994b5f10313cfce22637a0dba8cd5eb6b3 SHA512 d74420517c124111e560d480dc3089ceddb9d29c151b77c773f934e449ece7093d27887d1cdfd2d77657e8b7b34af2056b84b7f277254cc1a6feb69941c182d9 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 fa03f22000509..0000000000000 --- 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 |