summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-23 21:51:09 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-23 22:12:26 +0200
commit24fca56dd4aeb00c01d463876999c4308269b335 (patch)
tree22aa2cc538b684a90c006a378d9c9396cfa5256c /dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
parentdev-python/boto3: Bump to 1.16.4 (diff)
downloadgentoo-24fca56dd4aeb00c01d463876999c4308269b335.tar.gz
gentoo-24fca56dd4aeb00c01d463876999c4308269b335.tar.bz2
gentoo-24fca56dd4aeb00c01d463876999c4308269b335.zip
dev-python/pandocfilters: Bump to 1.4.3
Closes: https://bugs.gentoo.org/748285 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pandocfilters/pandocfilters-1.4.3.ebuild')
-rw-r--r--dev-python/pandocfilters/pandocfilters-1.4.3.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild b/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
new file mode 100644
index 000000000000..7781cce9faa2
--- /dev/null
+++ b/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
+
+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 ~arm64 ~x86 ~amd64-linux ~x86-linux"