python-ruamel.yaml: update to 0.16.9.

This commit is contained in:
Zach Dykstra 2020-03-06 18:46:53 -06:00 committed by Helmut Pozimski
parent b60ac8be6d
commit 813cd56c3d

View file

@ -1,10 +1,9 @@
# Template file for 'python-ruamel.yaml' # Template file for 'python-ruamel.yaml'
pkgname=python-ruamel.yaml pkgname=python-ruamel.yaml
version=0.16.5 version=0.16.9
revision=3 revision=1
wrksrc="ruamel.yaml-${version}" wrksrc="ruamel.yaml-${version}"
build_style=python-module build_style=python-module
pycompile_module="ruamel/yaml"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel" makedepends="python-devel python3-devel"
short_desc="YAML parser/emitter in Python2" short_desc="YAML parser/emitter in Python2"
@ -13,14 +12,13 @@ license="MIT"
homepage="https://bitbucket.org/ruamel/yaml" homepage="https://bitbucket.org/ruamel/yaml"
changelog="https://bitbucket.org/ruamel/yaml/raw/default/CHANGES" changelog="https://bitbucket.org/ruamel/yaml/raw/default/CHANGES"
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz" distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
checksum=412a6f5cfdc0525dee6a27c08f5415c7fd832a7afcb7a0ed7319628aed23d408 checksum=ee3264b83c3309b4ae7978afa185da6a1d278e3abc9fb942f1a0b57c622092f8
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }
python3-ruamel.yaml_package() { python3-ruamel.yaml_package() {
pycompile_module="ruamel/yaml"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
depends="python3-ruamel.yaml.clib" depends="python3-ruamel.yaml.clib"
pkg_install() { pkg_install() {