mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-pandocfilters: update to 1.5.1.
This commit is contained in:
parent
d8884e6283
commit
efe9c19150
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python3-pandocfilters'
|
||||
pkgname=python3-pandocfilters
|
||||
version=1.5.0
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
version=1.5.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python3 module for writing pandoc filters"
|
||||
|
@ -10,7 +10,8 @@ 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=0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38
|
||||
checksum=002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e
|
||||
make_check=no # Upstream defines no tests
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue