From a2538dd8efeef84f8f4fdd13a66461b734204ed1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 20 Jan 2021 12:16:40 -0500 Subject: [PATCH] python3-yaml: update to 5.4. --- srcpkgs/python3-yaml/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template index 205db081261..87fcde69d6c 100644 --- a/srcpkgs/python3-yaml/template +++ b/srcpkgs/python3-yaml/template @@ -1,21 +1,17 @@ # Template file for 'python3-yaml' pkgname=python3-yaml -version=5.3.1 -revision=3 +version=5.4 +revision=1 wrksrc="PyYAML-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-Cython" makedepends="libyaml-devel python3-devel" short_desc="YAML parser and emitter for Python 3" maintainer="Peter Bui " license="MIT" homepage="http://pyyaml.org/wiki/PyYAML" distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz" -checksum=b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d - -do_check() { - python3 setup.py test -} +checksum=3c49e39ac034fd64fd576d63bb4db53cda89b362768a67f07749d55f128ac18a post_install() { vlicense LICENSE