dev-python/markdown2: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-07 13:04:25 +02:00
parent 74a3790994
commit 2935e44d2c
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST markdown2-2.5.4.tar.gz 145652 BLAKE2B d1deb1993b8aebfb4442a577ef46f78bb84075fee664efbbbae2144cfe0e511043306e518988ea7bcb70bad448a4600c70249a2d00a4a091acd1fd3d813a9dac SHA512 c118a7b12e29f44256386297847556c550fd927b4d7a00786f9e93a67b88870dbe52e0481f3af6368be619c5b6c93a061be33915038738876d0f4a6a6eb05b57
DIST markdown2-2.5.5.tar.gz 157249 BLAKE2B a523366116a2fce3a82efd8d40d7d7fef1a7187c75396bdfb732a54a53047f2a1dade29ffed428f3b67ba21030137b480c1130e0db107da471b1ff9ad2b9a9d9 SHA512 acfa636ea17c41ac93bfe3e7a24e2e64e176a834ddd57ad29c0efd9c0a5c5cffac6c4eaf973892a016e32480fef343618f1000c860d591ee27de1b90e13afcf8

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Python Markdown language reimplementation"
HOMEPAGE="
https://github.com/trentm/python-markdown2/
https://pypi.org/project/markdown2/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/pygments-2.7.3[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest
python_test() {
cd test || die
"${EPYTHON}" -m unittest test_markdown2.py -v ||
die "Tests fail with ${EPYTHON}"
}