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/pandocfilters-1.4.2-r1.ebuild
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/pandocfilters-1.4.2-r1.ebuild')
-rw-r--r--dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild b/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild
new file mode 100644
index 000000000000..825584707ea3
--- /dev/null
+++ b/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utilities for writing pandoc filters in python"
+HOMEPAGE="https://github.com/jgm/pandocfilters"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""