# Template file for 'python3-yaml'
pkgname=python3-yaml
version=6.0.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-Cython"
makedepends="libyaml-devel python3-devel"
checkdepends="python3-pytest"
short_desc="YAML parser and emitter for Python 3"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/yaml/pyyaml"
changelog="https://raw.githubusercontent.com/yaml/pyyaml/master/CHANGES"
distfiles="https://github.com/yaml/pyyaml/archive/refs/tags/${version}.tar.gz"
checksum=c7b45011e052458ae79015d5eea3046c37d099023d4b253dde26ee1c29ea2f36

post_install() {
	vlicense LICENSE
}
