mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
todoman: update to 4.0.0.
By ericonr: - remove configobj dep - add changelog; will also help with solving issues due to config format changes in this version Closes: #31308 [via git-merge-pr]
This commit is contained in:
parent
0eeb67541b
commit
9c2a5884f7
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'todoman'
|
# Template file for 'todoman'
|
||||||
pkgname=todoman
|
pkgname=todoman
|
||||||
version=3.8.0
|
version=4.0.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
|
depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
|
||||||
python3-atomicwrites python3-click-repl python3-configobj python3-click-log
|
python3-atomicwrites python3-click-repl python3-click-log
|
||||||
python3-dateutil python3-tabulate python3-humanize"
|
python3-dateutil python3-tabulate python3-humanize"
|
||||||
short_desc="Simple, standards-based, cli todo (aka: task) manager"
|
short_desc="Simple, standards-based, cli todo (aka: task) manager"
|
||||||
maintainer="Eric Scheibler <email@eric-scheibler.de>"
|
maintainer="Eric Scheibler <email@eric-scheibler.de>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/pimutils/todoman"
|
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"
|
distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz"
|
||||||
checksum=8bdbefa8b190c19cc01a57396ce9d0264ee10ec8ce96703fb72d69b8867107ab
|
checksum=4c4d0c6533da8d553f3dd170c9c4ff3752eb11fd7177ee391414a39adfef60ad
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue