dev-python/pandocfilters: Remove unnecessary dep on pandoc
authorMichał Górny <mgorny@gentoo.org>
Sun, 20 Aug 2017 07:49:27 +0000 (09:49 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 20 Aug 2017 11:04:21 +0000 (13:04 +0200)
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
dev-python/pandocfilters/pandocfilters-1.4.1.ebuild
dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild [moved from dev-python/pandocfilters/pandocfilters-1.4.2.ebuild with 88% similarity]

index effa7931f783a3f48745c3dcc33c6fd305acdb07..a41384bd497e7448637d0101961ad1d981ff50aa 100644 (file)
@@ -15,6 +15,3 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
-
-RDEPEND="<=app-text/pandoc-1.15"
-DEPEND="${RDEPEND}"
index cf7c0f9f7d2e1dd6f6e788c18a3682aca1f5ba03..a41384bd497e7448637d0101961ad1d981ff50aa 100644 (file)
@@ -15,6 +15,3 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
-
-RDEPEND=">=app-text/pandoc-1.16"
-DEPEND="${RDEPEND}"
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 6af398b627eb26c2d0651c5ea26b638c0d9356df..825584707ea3f1153f304c7ce1128410d6f4ff16 100644 (file)
@@ -15,6 +15,3 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
-
-RDEPEND=">=app-text/pandoc-1.16"
-DEPEND="${RDEPEND}"