mistune: Sane and fast Markdown parser with useful plugins and renderers¶
Description¶
Sane and fast Markdown parser with useful plugins and renderers
License¶
BSD-3-Clause
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
cython: C-Extensions for Python, an optimizing static compiler
Version Information¶
package-version.txt:
2.0.4
version_requirements.txt:
mistune >=0.8.4
Equivalent System Packages¶
$ conda install mistune
$ sudo yum install python3-mistune
$ sudo emerge dev-python/mistune
$ sudo xbps-install python3-mistune
See https://repology.org/project/mistune/versions, https://repology.org/project/python:mistune/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.