From b9d95ecce8a53319e1ebdedc542f0490d1c456f1 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 25 Aug 2022 20:36:54 +0530 Subject: [PATCH] todoman: update to 4.1.0. --- srcpkgs/todoman/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template index 40a807f74b9c..75584e7710c6 100644 --- a/srcpkgs/todoman/template +++ b/srcpkgs/todoman/template @@ -1,19 +1,21 @@ # Template file for 'todoman' pkgname=todoman -version=4.0.0 -revision=2 +version=4.1.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime python3-atomicwrites python3-click-repl python3-click-log python3-dateutil python3-tabulate python3-humanize" +checkdepends="${depends} python3-freezegun python3-hypothesis + python3-pytest-cov python3-pytest-xdist" short_desc="Simple, standards-based, cli todo (aka: task) manager" maintainer="Eric Scheibler " license="ISC" homepage="https://github.com/pimutils/todoman" changelog="https://raw.githubusercontent.com/pimutils/todoman/main/CHANGELOG.rst" distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz" -checksum=4c4d0c6533da8d553f3dd170c9c4ff3752eb11fd7177ee391414a39adfef60ad +checksum=ce3caa481d923e91da9b492b46509810a754e2d3ef857f5d20bc5a8e362b50c8 post_install() { vlicense LICENCE