From 9c24e96942e37353ddbbbd17b44fb95a7fb85829 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Wed, 4 Sep 2019 12:24:10 -0400 Subject: [PATCH] python-yaml: update to 5.1.2. Adopt package. --- srcpkgs/python-yaml/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-yaml/template b/srcpkgs/python-yaml/template index 2f776a6f800..8a7caf1d99e 100644 --- a/srcpkgs/python-yaml/template +++ b/srcpkgs/python-yaml/template @@ -1,18 +1,18 @@ # Template file for 'python-yaml' pkgname=python-yaml -version=3.13 -revision=2 +version=5.1.2 +revision=1 wrksrc="PyYAML-${version}" build_style=python-module pycompile_module="yaml" hostmakedepends="python-setuptools python3-setuptools" makedepends="libyaml-devel python-devel python3-devel" short_desc="YAML parser and emitter for Python2" -maintainer="Orphaned " +maintainer="Peter Bui " license="MIT" homepage="http://pyyaml.org/wiki/PyYAML" distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz" -checksum=3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf +checksum=01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4 do_check() { python3 setup.py test