void-packages/srcpkgs/python3-yaml/template
2022-02-26 20:48:19 -05:00

21 lines
644 B
Bash

# Template file for 'python3-yaml'
pkgname=python3-yaml
version=6.0
revision=1
wrksrc="PyYAML-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="libyaml-devel python3-devel"
depends="python3"
short_desc="YAML parser and emitter for Python 3"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="MIT"
homepage="https://github.com/yaml/pyyaml"
changelog="https://raw.githubusercontent.com/yaml/pyyaml/master/CHANGES"
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
checksum=68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2
post_install() {
vlicense LICENSE
}