python3-ruamel.yaml.clib: update to 0.2.2.

This commit is contained in:
Đoàn Trần Công Danh 2020-09-30 21:43:07 +07:00
parent bf3113c7b8
commit 0c9050f0ec

View file

@ -1,7 +1,7 @@
# Template file for 'python3-ruamel.yaml.clib'
pkgname=python3-ruamel.yaml.clib
version=0.2.0
revision=2
version=0.2.2
revision=1
wrksrc="ruamel.yaml.clib-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -9,12 +9,16 @@ makedepends="python3-devel"
short_desc="Reader, parser and emitter for ruamel.yaml (Python3)"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://bitbucket.org/ruamel/yaml.clib"
distfiles="https://bitbucket.org/ruamel/yaml.clib/downloads/ruamel.yaml.clib-${version}.tar.xz"
checksum=adf76a46d88a61ec7aa2e9afe1433a06f76904e8a7063502162522010822f879
homepage="http://yaml.readthedocs.io/"
distfiles="${PYPI_SITE}/r/ruamel.yaml.clib/ruamel.yaml.clib-${version}.tar.gz"
checksum=2d24bd98af676f4990c4d715bcdc2a60b19c56a3fb3a763164d2d8ca0e806ba7
export RUAMEL_NO_PIP_INSTALL_CHECK=1
do_check() {
: test not found
}
post_install() {
vlicense LICENSE
}