python-yaml: update to 5.1.2.

Adopt package.
This commit is contained in:
Peter Bui 2019-09-04 12:24:10 -04:00 committed by Helmut Pozimski
parent 2b7dd60891
commit 66ffc90ae2

View file

@ -1,18 +1,18 @@
# Template file for 'python-yaml' # Template file for 'python-yaml'
pkgname=python-yaml pkgname=python-yaml
version=3.13 version=5.1.2
revision=2 revision=1
wrksrc="PyYAML-${version}" wrksrc="PyYAML-${version}"
build_style=python-module build_style=python-module
pycompile_module="yaml" pycompile_module="yaml"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
makedepends="libyaml-devel python-devel python3-devel" makedepends="libyaml-devel python-devel python3-devel"
short_desc="YAML parser and emitter for Python2" short_desc="YAML parser and emitter for Python2"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Peter Bui <pbui@github.bx612.space>"
license="MIT" license="MIT"
homepage="http://pyyaml.org/wiki/PyYAML" homepage="http://pyyaml.org/wiki/PyYAML"
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz" distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
checksum=3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf checksum=01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4
do_check() { do_check() {
python3 setup.py test python3 setup.py test