From 24fca56dd4aeb00c01d463876999c4308269b335 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 23 Oct 2020 21:51:09 +0200 Subject: dev-python/pandocfilters: Bump to 1.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/748285 Signed-off-by: Michał Górny --- dev-python/pandocfilters/Manifest | 1 + dev-python/pandocfilters/pandocfilters-1.4.3.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 dev-python/pandocfilters/pandocfilters-1.4.3.ebuild (limited to 'dev-python/pandocfilters') diff --git a/dev-python/pandocfilters/Manifest b/dev-python/pandocfilters/Manifest index e3752d42f8a2..b888f5d2a33e 100644 --- a/dev-python/pandocfilters/Manifest +++ b/dev-python/pandocfilters/Manifest @@ -1 +1,2 @@ DIST pandocfilters-1.4.2.tar.gz 14229 BLAKE2B 8d061435fc4368fe34f30d7ba7aa06a2b8f3bf94a94661aa120d3b0e9a3042e64bfb8f81a8731470417e436f52342b3a63ab4bb3144349ec9aa983cea9c5d4a4 SHA512 5e5c0fb18f163430e87750b88d38a5f0fa618b90c84bf08e6f295df3ddd46c1bbf35ec51514af8d6699c7dfc9f0b3ee9edd0484deeb05e5efb3b26e650b5ee1b +DIST pandocfilters-1.4.3.tar.gz 16586 BLAKE2B 975000f96475e8338a54d8a96793a8bcfbf62c5251897a01c185a6708ff7c47f2a1bee617e4e25d3854e7de1d078769bbd887527beb20ebb7e06f0c4da59126c SHA512 9c7ae1329c103ff2baae3488edfcbfaba183bc94146b29e413e7e83ba2ff2dee69823138bf213f5c81a8b0097c2d9329bd05620b10c646662a9617aae7a528a9 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" -- cgit v1.2.3-65-gdbad