python-m2r 0.2.1-7.1 source package in Ubuntu

Changelog

python-m2r (0.2.1-7.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add upstream patch for test failure with Python 3.10 (Closes: #1009396)

 -- Jochen Sprickerhof <email address hidden>  Wed, 20 Apr 2022 00:03:38 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-m2r_0.2.1-7.1.dsc 2.1 KiB 4142fcc29f1a499d8cd20215667cfee244f60ebeb765d6d1e5185a7977deed6e
python-m2r_0.2.1.orig.tar.gz 23.9 KiB 9286c1a5d7548f34b0a12017444e4c441781bef4b71f321f723e314b76b6c498
python-m2r_0.2.1-7.1.debian.tar.xz 6.2 KiB c54d6bcfb9512a4d17be64b889da559060110615e8190ac5650ad43a4309a3bf

No changes file available.

Binary packages built by this source

m2r: Markdown and reStructuredText in a single file - CLI tool

 M2R converts a markdown file including reStructuredText (rst) markups
 to a valid rst format.
 .
 Use case is writing sphinx document in markdown,
 since it's widely used now and easy to write code blocks and lists.
 However, converters using pandoc or recommonmark
 do not support many rst markups and sphinx extensions.
 For example, rst's reference link like ``see `ref`_``
 (this is very convenient in long document
 in which same link appears multiple times)
 will be converted to a code block in HTML
 like `see <code>ref</code>_`,
 which is not expected.
 .
 This package provides the command-line tool m2r.

python-m2r-doc: No summary available for python-m2r-doc in ubuntu kinetic.

No description available for python-m2r-doc in ubuntu kinetic.

python3-m2r: Markdown and reStructuredText in a single file - Python3 library

 M2R converts a markdown file including reStructuredText (rst) markups
 to a valid rst format.
 .
 Use case is writing sphinx document in markdown,
 since it's widely used now and easy to write code blocks and lists.
 However, converters using pandoc or recommonmark
 do not support many rst markups and sphinx extensions.
 For example, rst's reference link like ``see `ref`_``
 (this is very convenient in long document
 in which same link appears multiple times)
 will be converted to a code block in HTML
 like `see <code>ref</code>_`,
 which is not expected.
 .
 This package provides m2r module
 for Python 3.