NOTICE: This package has been removed from pkgsrc

./textproc/py-m2r, Markdown to reStructuredText converter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.1, Package name: py310-m2r-0.3.1, Maintainer: pkgsrc-users

M2R converts a markdown file including reST markups to a valid reST format.

Features:
* Basic markdown and some extensions
o inline/block-level raw html
o fenced-code block
o tables
o footnotes ([^1])
* Inline- and Block-level reST markups
o single- and multi-line directives (.. directive::)
o inline-roles (:code:`print(1)` ...)
o ref-link (see `ref`_)
o footnotes ([#fn]_)
o math extension inspired by recommonmark
* Sphinx extension
o add markdown support for sphinx
o mdinclude directive to include markdown from md or reST files


Required to run:
[textproc/py-docutils] [devel/py-setuptools] [textproc/py-mistune] [lang/python310]

Master sites:

Filesize: 16.232 KB

Version history: (Expand)


CVS history: (Expand)


   2022-12-12 09:19:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-m2r: updated to 0.3.1

Version 0.3.0

* Drop support for Python 2.7, 3.4, 3.5, and 3.6
* Add compatibility with docutils 0.19
* Sync up assertion with changes in argparse
* Limit mistune dependency version range
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-04-06 17:03:32 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
use versioned py-pygemnts
   2018-10-14 14:10:47 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-m2r: updated to 0.2.1

Version 0.2.1:
Add --disable-inline-math and m2r_disable_inline_math sphinx option
   2018-08-16 13:39:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-m2r: updated to 0.2.0

Version 0.2.0:
Add start-line and end-line option to mdinclude directive
Add anonymous_references option