# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        topydo topydo 0.14
revision            0
checksums           rmd160  9731d1f86517ee68b8b524963f4344b5a7075f4f \
                    sha256  80fbfe2fdb5beea76bc11251b347412d2cd70f3d824e64b5ca7b63a140c76961 \
                    size    820895

categories          office
supported_archs     noarch
platforms           {darwin any}
license             GPL-3+
maintainers         nomaintainer

description         todo list application using the todo.txt format

long_description    {*}${description}. It is heavily inspired by the\
                    todo.txt CLI by Gina Trapani and incorporates\
                    extensions allowing to: set due and start dates,\
                    custom sorting, dealing with tags, maintain\
                    dependencies between todo items, allow todos to\
                    recur, some conveniences when adding new items\
                    (e.g. adding creation date and use relative dates).

github.tarball_from archive
python.default_version 310

depends_lib-append \
                    port:py${python.default_version}-arrow \
                    port:py${python.default_version}-prompt_toolkit \
                    port:py${python.default_version}-setuptools \
                    port:py${python.default_version}-urwid \
                    port:py${python.default_version}-watchdog
