python3-yaml: update to 6.0.

This commit is contained in:
tibequadorian 2022-02-21 22:26:16 +01:00 committed by Andrew J. Hesford
parent dbab5afc25
commit 9dfecf6c88

View file

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