From a4332a0d9618543ce7a97ae6b12534c0e4a8f2d0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 14 Sep 2021 08:22:44 +0200 Subject: dev-python/pandocfilters: Bump to 1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pandocfilters/Manifest | 1 + dev-python/pandocfilters/pandocfilters-1.5.0.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 dev-python/pandocfilters/pandocfilters-1.5.0.ebuild (limited to 'dev-python/pandocfilters') 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" -- cgit v1.2.3-65-gdbad