summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-20 09:49:27 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-20 13:04:21 +0200
commitd7cca9a48d9a39ea8e6872081ef90a3c6c541162 (patch)
treeb5b229fe011f44a8db5e302ca00a90c58ac96720 /dev-python/pandocfilters
parentapp-office/dia2code: version bump 0.8.8 → 1.0.0 (diff)
downloadgentoo-d7cca9a48d9a39ea8e6872081ef90a3c6c541162.tar.gz
gentoo-d7cca9a48d9a39ea8e6872081ef90a3c6c541162.tar.bz2
gentoo-d7cca9a48d9a39ea8e6872081ef90a3c6c541162.zip
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
Diffstat (limited to 'dev-python/pandocfilters')
-rw-r--r--dev-python/pandocfilters/pandocfilters-1.2.4.ebuild3
-rw-r--r--dev-python/pandocfilters/pandocfilters-1.4.1.ebuild3
-rw-r--r--dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild (renamed from dev-python/pandocfilters/pandocfilters-1.4.2.ebuild)3
3 files changed, 0 insertions, 9 deletions
diff --git a/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild b/dev-python/pandocfilters/pandocfilters-1.2.4.ebuild
index effa7931f783..a41384bd497e 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 cf7c0f9f7d2e..a41384bd497e 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
index 6af398b627eb..825584707ea3 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}"