void-packages/srcpkgs/python3-pydyf/template

20 lines
698 B
Bash
Raw Normal View History

2022-10-10 18:15:06 +02:00
# Template file for 'python3-pydyf'
pkgname=python3-pydyf
2022-12-07 03:52:40 +01:00
version=0.5.0
2022-10-10 18:15:06 +02:00
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core"
checkdepends="python3-pytest-cov python3-pytest-isort python3-pytest-flake8
python3-pytest-xdist python3-Pillow ghostscript"
short_desc="Low-level PDF creator"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://courtbouillon.org/pydyf"
distfiles="https://github.com/CourtBouillon/pydyf/archive/refs/tags/v${version}.tar.gz"
2022-12-07 03:52:40 +01:00
checksum=4bb25b070a3e75238efcb6e9c183d29d99c3ac28c7ef2fe75f63f7b83a25605e
2022-10-10 18:15:06 +02:00
make_check=no # Tests do not work with flake8 > v5.x
post_install() {
vlicense LICENSE
}