From 3050cc36127a7ac71cba5ee3ce1caace55d718a0 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 11 Jan 2024 15:38:22 +0100 Subject: [PATCH] New package: python3-panflute-2.3.0 --- srcpkgs/python3-panflute/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-panflute/template diff --git a/srcpkgs/python3-panflute/template b/srcpkgs/python3-panflute/template new file mode 100644 index 0000000000000..ca51cf39efa23 --- /dev/null +++ b/srcpkgs/python3-panflute/template @@ -0,0 +1,18 @@ +# Template file for 'python3-panflute' +pkgname=python3-panflute +version=2.3.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +checkdepends="python3-yaml python3-click" +short_desc="Pythonic Pandoc Filters" +maintainer="Eloi Torrents " +license="BSD-3-Clause" +homepage="https://github.com/sergiocorreia/panflute" +changelog="https://raw.githubusercontent.com/sergiocorreia/panflute/master/README.md" +distfiles="${PYPI_SITE}/p/panflute/panflute-${version}.tar.gz" +checksum=cefd9dfc48ccd9732a53db57610701d22806da397a8a97e5cc8dc070b55865ca + +post_install() { + vlicense LICENSE +}