mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
New package: python3-MyST-Parser-2.0.0
This commit is contained in:
parent
d3d50e63b1
commit
b399796cf3
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-MyST-Parser/template
Normal file
17
srcpkgs/python3-MyST-Parser/template
Normal file
|
@ -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 <danielmartinez@cock.li>"
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue