void-packages/srcpkgs/python3-pandocfilters/template
2025-05-12 15:41:06 -04:00

18 lines
583 B
Bash

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