summaryrefslogtreecommitdiff
path: root/textproc/py-markups/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-30Forget about Python 3.6adam1-2/+2
2021-11-28py-markups: updated to 3.1.3adam1-2/+2
Version 3.1.3 * Fixed logic to load extensions file when PyYAML module is not available * Made the tests pass with docutils 0.18.
2021-10-03py-markups: update to 3.1.2gutteridge1-3/+3
Version 3.1.2, 2021-09-06 ========================= * Incompatible change: Python 3.6 is no longer supported. * Fixed replacing Markdown extensions in document. * Fixed crash when using TOC backrefs in reStructuredText (issue #14, thanks Hrissimir for the patch).
2021-04-06py-markups: updated to 3.1.1adam1-4/+8
3.1.1: Unknown changes
2021-02-11py-markups: update to 3.1.0gutteridge1-2/+2
Version 3.1.0, 2021-01-31 ========================= Incompatible changes: * Python versions older than 3.6 are no longer supported. Other changes: * Instead of ``pkg_resources``, ``importlib.metadata`` is now used. * For Markdown markup, ``markdown-extensions.yaml`` files are now supported in addition to ``markdown-extensions.txt`` files. * Type annotations were added for public API. * The reStructuredText markup no longer raises exceptions for invalid markup. * MathJax v3 is now supported in addition to v2. Also, the Arch Linux mathjax packages are now supported (issue #4). * Added Pygments CSS support for the ``pymdownx.highlight`` Markdown extension.
2020-09-12whitespacetnn1-2/+2
2020-09-12py-markups: not for python 2.7tnn1-1/+3
2019-03-01textproc/py-markups: initial importgutteridge1-0/+22
py-markups is a module that provides a wrapper around various text markup languages. Available by default are Markdown, reStructuredText, and Textile, but you can easily add your own markups.