void-packages/srcpkgs/python3-MyST-Parser/template

18 lines
631 B
Bash
Raw Normal View History

2024-02-11 23:07:17 +01:00
# Template file for 'python3-MyST-Parser'
pkgname=python3-MyST-Parser
2024-07-10 20:44:13 +02:00
version=3.0.1
2024-02-11 23:07:17 +01:00
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
short_desc="Sphinx and Docutils extension to parse MyST"
maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="MIT"
homepage="https://myst-parser.readthedocs.io"
2024-07-10 20:44:13 +02:00
changelog="https://raw.githubusercontent.com/executablebooks/MyST-Parser/master/CHANGELOG.md"
2024-02-11 23:07:17 +01:00
distfiles="https://github.com/executablebooks/MyST-Parser/archive/refs/tags/v${version}.tar.gz"
2024-07-10 20:44:13 +02:00
checksum=1686c63164d55db5f3e7ebea9a2c3a541f973f89b33a4e49390ef69ee89bd6a5
2024-02-11 23:07:17 +01:00
post_install() {
vlicense LICENSE
}