From 907d7e777f1253f4cd1bbac9fdb84a09e36fa490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 1 Feb 2023 13:04:00 +0100 Subject: [PATCH] New package: python3-markdown-it-2.1.0 --- srcpkgs/python3-markdown-it/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-markdown-it/template diff --git a/srcpkgs/python3-markdown-it/template b/srcpkgs/python3-markdown-it/template new file mode 100644 index 00000000000..40104b64dd3 --- /dev/null +++ b/srcpkgs/python3-markdown-it/template @@ -0,0 +1,21 @@ +# Template file for 'python3-markdown-it' +pkgname=python3-markdown-it +version=2.1.0 +revision=1 +build_style=python3-pep517 +make_install_target="dist/markdown_it_py-${version}-*-*-*.whl" +hostmakedepends="python3-flit_core" +depends="python3-mdurl" +short_desc="Python port of the JavaScript mardown-it package" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/executablebooks/markdown-it-py" +changelog="https://raw.githubusercontent.com/executablebooks/markdown-it-py/master/CHANGELOG.md" +distfiles="${PYPI_SITE}/m/markdown-it-py/markdown-it-py-${version}.tar.gz" +checksum=cf7e59fed14b5ae17c0006eff14a2d9a00ed5f3a846148153899a0224e2c07da +# Tests not shipped in PYPI tarball +make_check=no + +post_install() { + vlicense LICENSE +}