Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626194 - dev-python/pandocfilters - Utilities for writing pandoc filters in python (new ebuild)
Summary: dev-python/pandocfilters - Utilities for writing pandoc filters in python (ne...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-26 07:23 UTC by Marius Brehler
Modified: 2020-10-23 19:53 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Brehler 2017-07-26 07:23:04 UTC
A python module for writing `pandoc <http: pandoc.org=""/>`_ filters

Pandoc filters are pipes that read a JSON serialization of the Pandoc AST
from stdin, transform it in some way, and write it to stdout.

The package is required for dev-python/nbconvert-5.0.0 and higher.
Comment 1 Marius Brehler 2017-07-26 07:26:40 UTC
https://github.com/gentoo/gentoo/pull/5217
Comment 2 Jonas Stein gentoo-dev 2017-07-28 20:12:19 UTC
add sci@gentoo.org because of dev-python/nbconvert dependency

.ebuild headers have changed and do not have the $Id$ line anymore.
https://devmanual.gentoo.org/ebuild-writing/file-format/
Comment 3 Marius Brehler 2017-07-31 07:53:46 UTC
commit ce6f55c911351ab456d1a8c463a251191bad4d2b
Author:     Marius Brehler <marbre@linux.sungazer.de>
AuthorDate: Wed Jul 26 09:22:38 2017 +0200
Commit:     David Seifert <soap@gentoo.org>
CommitDate: Sun Jul 30 11:34:48 2017 +0200

    dev-python/pandocfilters: Utilities for writing pandoc filters in python

    A python module for writing `pandoc <http: pandoc.org=""/>`_ filters

    Pandoc filters are pipes that read a JSON serialization of the Pandoc AST
    from stdin, transform it in some way, and write it to stdout.

    The package is required for dev-python/nbconvert-5.0.0 and higher.

    Gentoo-Bug: https://bugs.gentoo.org/626194

    Package-Manager: Portage-2.3.6, Repoman-2.3.1
    Closes: https://github.com/gentoo/gentoo/pull/5217