From b399796cf356a695f4be865687fc04ba411f75d5 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Sun, 11 Feb 2024 17:07:17 -0500 Subject: [PATCH] New package: python3-MyST-Parser-2.0.0 --- srcpkgs/python3-MyST-Parser/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-MyST-Parser/template diff --git a/srcpkgs/python3-MyST-Parser/template b/srcpkgs/python3-MyST-Parser/template new file mode 100644 index 00000000000..aa89dcc2d5a --- /dev/null +++ b/srcpkgs/python3-MyST-Parser/template @@ -0,0 +1,17 @@ +# Template file for 'python3-MyST-Parser' +pkgname=python3-MyST-Parser +version=2.0.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" +short_desc="Sphinx and Docutils extension to parse MyST" +maintainer="Daniel Martinez " +license="MIT" +homepage="https://myst-parser.readthedocs.io" +changelog="https://raw.githubusercontent.com/executablebooks/MyST-Parser/v${version}/CHANGELOG.md" +distfiles="https://github.com/executablebooks/MyST-Parser/archive/refs/tags/v${version}.tar.gz" +checksum=6d03d257af6e7a4f336aaccd400e13537a85a0c260a58f95de51618c46b51579 + +post_install() { + vlicense LICENSE +}