commit: d7cca9a48d9a39ea8e6872081ef90a3c6c541162 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 20 07:49:27 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 20 11:04:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cca9a4
dev-python/pandocfilters: Remove unnecessary dep on pandoc 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 dev-python/pandocfilters/pandocfilters-1.2.4.ebuild | 3 --- dev-python/pandocfilters/pandocfilters-1.4.1.ebuild | 3 --- .../{pandocfilters-1.4.2.ebuild => pandocfilters-1.4.2-r1.ebuild} | 3 --- 3 files changed, 9 deletions(-) diff --git a/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild b/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild index effa7931f78..a41384bd497 100644 --- a/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild +++ b/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild @@ -15,6 +15,3 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" - -RDEPEND="<=app-text/pandoc-1.15" -DEPEND="${RDEPEND}" diff --git a/dev-python/pandocfilters/pandocfilters-1.4.1.ebuild b/dev-python/pandocfilters/pandocfilters-1.4.1.ebuild index cf7c0f9f7d2..a41384bd497 100644 --- a/dev-python/pandocfilters/pandocfilters-1.4.1.ebuild +++ b/dev-python/pandocfilters/pandocfilters-1.4.1.ebuild @@ -15,6 +15,3 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" - -RDEPEND=">=app-text/pandoc-1.16" -DEPEND="${RDEPEND}" diff --git a/dev-python/pandocfilters/pandocfilters-1.4.2.ebuild b/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild similarity index 88% rename from dev-python/pandocfilters/pandocfilters-1.4.2.ebuild rename to dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild index 6af398b627e..825584707ea 100644 --- a/dev-python/pandocfilters/pandocfilters-1.4.2.ebuild +++ b/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild @@ -15,6 +15,3 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" - -RDEPEND=">=app-text/pandoc-1.16" -DEPEND="${RDEPEND}"
