From ae36d7be47b5cd54dd5e9bf1bdbd2bca1a78bcfb Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 11 Jan 2022 15:24:56 -0500 Subject: [PATCH] python3-utils: update to 3.1.0. --- srcpkgs/python3-utils/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template index 44f31ded5733..a4db83649ac7 100644 --- a/srcpkgs/python3-utils/template +++ b/srcpkgs/python3-utils/template @@ -1,17 +1,19 @@ # Template file for 'python3-utils' pkgname=python3-utils -version=2.5.6 -revision=2 +version=3.1.0 +revision=1 wrksrc="python-utils-${version}" build_style=python3-module +# skip coverage and mypy tests https://github.com/WoLpH/python-utils/issues/29 +make_check_args="-o addopts=--doctest-modules" hostmakedepends="python3-setuptools" -depends="python3-six" +checkdepends="python3-pytest python3-pytest-asyncio" short_desc="Convenient utilities not included with the standard Python3 install" maintainer="Karl Nilsson " license="BSD-3-Clause" homepage="https://github.com/WoLpH/python-utils" distfiles="https://github.com/WoLpH/python-utils/archive/v${version}.tar.gz" -checksum=e35044706c5c7863110ac31afc9fac66f5dc47d6450ebe26a6ac26473ce09d90 +checksum=6f20e784af79dd0f2c330c88496b3d08fa29e27bcfba398ba78f73d8ae85f670 post_install() { vlicense LICENSE