python3-pandocfilters: update to 1.5.1.

This commit is contained in:
Gonzalo Tornaría 2025-02-25 04:05:30 -03:00 committed by Andrew J. Hesford
parent d8884e6283
commit efe9c19150

View file

@ -1,8 +1,8 @@
# Template file for 'python3-pandocfilters' # Template file for 'python3-pandocfilters'
pkgname=python3-pandocfilters pkgname=python3-pandocfilters
version=1.5.0 version=1.5.1
revision=2 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
short_desc="Python3 module for writing pandoc filters" short_desc="Python3 module for writing pandoc filters"
@ -10,7 +10,8 @@ maintainer="Eloi Torrents <eloitor@disroot.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://github.com/jgm/pandocfilters" homepage="http://github.com/jgm/pandocfilters"
distfiles="${PYPI_SITE}/p/pandocfilters/pandocfilters-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pandocfilters/pandocfilters-${version}.tar.gz"
checksum=0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38 checksum=002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e
make_check=no # Upstream defines no tests
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE