summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-14 08:22:44 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-14 10:59:03 +0200
commita4332a0d9618543ce7a97ae6b12534c0e4a8f2d0 (patch)
tree661647a56d7c18cd46199fbc1adecbb8914c06fd /dev-python/pandocfilters
parentdev-python/pythran: Bump to 0.10.0 (diff)
downloadgentoo-a4332a0d9618543ce7a97ae6b12534c0e4a8f2d0.tar.gz
gentoo-a4332a0d9618543ce7a97ae6b12534c0e4a8f2d0.tar.bz2
gentoo-a4332a0d9618543ce7a97ae6b12534c0e4a8f2d0.zip
dev-python/pandocfilters: Bump to 1.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pandocfilters')
-rw-r--r--dev-python/pandocfilters/Manifest1
-rw-r--r--dev-python/pandocfilters/pandocfilters-1.5.0.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/pandocfilters/Manifest b/dev-python/pandocfilters/Manifest
index 52842b223892..fbaccdc73a1b 100644
--- a/dev-python/pandocfilters/Manifest
+++ b/dev-python/pandocfilters/Manifest
@@ -1 +1,2 @@
DIST pandocfilters-1.4.3.tar.gz 16586 BLAKE2B 975000f96475e8338a54d8a96793a8bcfbf62c5251897a01c185a6708ff7c47f2a1bee617e4e25d3854e7de1d078769bbd887527beb20ebb7e06f0c4da59126c SHA512 9c7ae1329c103ff2baae3488edfcbfaba183bc94146b29e413e7e83ba2ff2dee69823138bf213f5c81a8b0097c2d9329bd05620b10c646662a9617aae7a528a9
+DIST pandocfilters-1.5.0.tar.gz 8405 BLAKE2B 962da4f0e0d469f28f35eb181b10df317cb4130d796f62fe7ef27078d257e52a3554f93c64c303f617bbdd8b517868024686c8fd9f82b83a0ae6a923708c21a5 SHA512 32586d4718fd4b7047d850ca767ffacf8fba60844edf8469458e8549286e571774e7178678c7121be62b9a3c819a25de2d30b8fe58a539553336f322b87e836e
diff --git a/dev-python/pandocfilters/pandocfilters-1.5.0.ebuild b/dev-python/pandocfilters/pandocfilters-1.5.0.ebuild
new file mode 100644
index 000000000000..c97b368850c4
--- /dev/null
+++ b/dev-python/pandocfilters/pandocfilters-1.5.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"