From a03e82a303dfe588beb3e823cd678e43ae569751 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sun, 3 May 2020 09:20:42 +0200 Subject: [PATCH] python3-marshmallow: update to 3.5.2. --- srcpkgs/python3-marshmallow/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template index f908c3c2046..bcdf4d46e7e 100644 --- a/srcpkgs/python3-marshmallow/template +++ b/srcpkgs/python3-marshmallow/template @@ -1,19 +1,24 @@ # Template file for 'python3-marshmallow' pkgname=python3-marshmallow -version=3.5.1 +version=3.5.2 revision=1 archs=noarch wrksrc="marshmallow-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" +checkdepends="python3-pytest python3-simplejson python3-pytz" short_desc="Library for converting complex datatypes (Python3)" maintainer="bra1nwave " license="MIT" homepage="https://github.com/marshmallow-code/marshmallow" changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CHANGELOG.rst" distfiles="${PYPI_SITE}/m/marshmallow/marshmallow-${version}.tar.gz" -checksum=90854221bbb1498d003a0c3cc9d8390259137551917961c8b5258c64026b2f85 +checksum=56663fa1d5385c14c6a1236badd166d6dee987a5f64d2b6cc099dadf96eb4f09 + +do_check() { + PYTHONPATH="${PWD}/build/lib" pytest3 -v +} post_install() { vlicense LICENSE