Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions srcpkgs/todoman/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Template file for 'todoman'
pkgname=todoman
version=4.4.0
revision=3
version=4.6.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
python3-atomicwrites python3-click-repl python3-click-log
python3-dateutil python3-humanize jq"
python3-click python3-click-repl python3-click-log python3-dateutil
python3-humanize jq"
checkdepends="${depends} python3-freezegun python3-hypothesis
python3-pytest-cov python3-pytest-xdist"
python3-pytest-cov python3-pytest-xdist python3-pytz"
short_desc="Simple, standards-based, cli todo (aka: task) manager"
maintainer="Orphaned <orphan@voidlinux.org>"
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=0b7beeb8c73bfa299147288d9b657bc4e0e288febb84e198ef72cb1412af9db6
checksum=bff9be48c88168c3f7b732bb0b65f3539abbcd3383e878f9835fcf43c83add53

post_install() {
vlicense LICENCE
Expand Down