python3-ruamel.yaml: update to 0.16.12.

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

View file

@ -1,18 +1,19 @@
# Template file for 'python3-ruamel.yaml' # Template file for 'python3-ruamel.yaml'
pkgname=python3-ruamel.yaml pkgname=python3-ruamel.yaml
version=0.16.9 version=0.16.12
revision=2 revision=1
wrksrc="ruamel.yaml-${version}" wrksrc="ruamel.yaml-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel" makedepends="python3-devel"
short_desc="YAML parser/emitter in Python3" short_desc="YAML parser/emitter in Python 3"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://bitbucket.org/ruamel/yaml" homepage="http://yaml.readthedocs.io/"
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=ee3264b83c3309b4ae7978afa185da6a1d278e3abc9fb942f1a0b57c622092f8 checksum=076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f29ebf9e
export RUAMEL_NO_PIP_INSTALL_CHECK=1
do_check() { do_check() {
: :