From b25213f8699c0c3b2f1cca8a8c7247cf977a19af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 12 Jan 2021 09:18:23 -0500 Subject: [PATCH] python3-pytools: update to 2021.1. --- srcpkgs/python3-pytools/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template index 5fcf3cb1a0f..bdeab1325db 100644 --- a/srcpkgs/python3-pytools/template +++ b/srcpkgs/python3-pytools/template @@ -1,18 +1,18 @@ # Template file for 'python3-pytools' pkgname=python3-pytools -version=2020.4.4 +version=2021.1 revision=1 wrksrc=${pkgname#*-}-${version} build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-decorator python3-appdirs python3-six python3-numpy" -checkdepends="python3-mpi4py python3-numpy python3-six python3-appdirs python3-decorator" +checkdepends="python3-pytest python3-mpi4py $depends" short_desc="Python utilities from Andreas Kloeckner" maintainer="Andrew J. Hesford " license="X11" homepage="https://pypi.org/project/pytools" distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz" -checksum=3645ed839cf4d79cb4bf030f37ddaeecd7fe5e2d6698438cc36c24a1d5168809 +checksum=073ae22a0ae946e2db97164f2eb24a599cd3a51430384aa40859dffd73056c40 post_install() { vlicense LICENSE