| Port details on branch 2026Q1 |
- py-mistletoe Fast, extensible Markdown parser in pure Python
- 1.5.1 textproc
=0 1.5.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-04-05 17:37:37
- Last Update: 2025-12-16 21:16:09
- Commit Hash: 88351e5
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/miyuchina/mistletoe
- Description:
- mistletoe is a Markdown parser in pure Python, designed to be fast,
spec-compliant and fully customizable.
Apart from being the fastest CommonMark-compliant Markdown parser implementation
in pure Python, mistletoe also supports easy definitions of custom tokens.
Parsing Markdown into an abstract syntax tree also allows us to swap out
renderers for different output formats, without touching any of the core
components.
Remember to spell mistletoe in lowercase!
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mistletoe>0:textproc/py-mistletoe@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-mistletoe/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-mistletoe
- pkg install py311-mistletoe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-mistletoe listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-mistletoe
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1765895752
SHA256 (mistletoe-1.5.1.tar.gz) = c5571ce6ca9cfdc7ce9151c3ae79acb418e067812000907616427197648030a3
SIZE (mistletoe-1.5.1.tar.gz) = 111769
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- textproc/translate-toolkit
- for Run
-
- textproc/py-docx-generator
- textproc/translate-toolkit
Configuration Options:
- No options to configure
- Options name:
- textproc_py-mistletoe
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|