summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pandocfilters: add py37 supportMatthew Thode2019-01-271-2/+2
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/pandocfilters: amd64 stable wrt bug #596714Agostino Sarubbo2018-05-161-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* dev-python/pandocfilters: x86 stable (bug #596714)Thomas Deutschmann2018-04-221-2/+2
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-python/pandocfilters: keyword ~arm64Alexis Ballier2017-08-241-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-python/pandocfilters: Remove unnecessary dep on pandocMichał Górny2017-08-201-0/+17
Remove the unnecessary dependency on app-text/pandoc. While this package is providing filters that work with its output, it does not strictly use pandoc in any way or require its presence. Considering that pandoc is written in Haskell and this package is an indirect unconditional dependency of dev-python/ipython now, remove the dependency that causes users to install a number of additional packages that they will not ever use or need. Closes: https://github.com/gentoo/gentoo/pull/5486