# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 ) PYPI_NO_NORMALIZE=1 PYPI_PN="${PN^}" inherit distutils-r1 pypi DESCRIPTION="Python implementation of the markdown markup language" HOMEPAGE=" https://python-markdown.github.io/ https://pypi.org/project/Markdown/ https://github.com/Python-Markdown/markdown" S="${WORKDIR}/${P^}" LICENSE="BSD" SLOT="python2" KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc" RESTRICT="mirror test" # importlib_metadata is only necessary for