From f08df8499ac8238cb2e4997bdfc4148c1cdfcd61 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 10 Oct 2022 11:15:06 -0500 Subject: [PATCH] New package: python3-pydyf-0.3.0 --- srcpkgs/python3-pydyf/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pydyf/template diff --git a/srcpkgs/python3-pydyf/template b/srcpkgs/python3-pydyf/template new file mode 100644 index 00000000000..d2a1b092573 --- /dev/null +++ b/srcpkgs/python3-pydyf/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pydyf' +pkgname=python3-pydyf +version=0.3.0 +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 " +license="BSD-3-Clause" +homepage="https://courtbouillon.org/pydyf" +distfiles="https://github.com/CourtBouillon/pydyf/archive/refs/tags/v${version}.tar.gz" +checksum=a67fda91fc85e500ba49394ec7fa485239b5a21c28074e75cbfb70cdd8614aa9 +make_check=no # Tests do not work with flake8 > v5.x + +post_install() { + vlicense LICENSE +}