# -*- 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

name                watson
python.rootname     td-watson
version             2.1.0
revision            0

homepage            http://tailordev.github.io/Watson

description         A wonderful CLI to track your time!

long_description    Watson is here to help you manage your time. You want to \
                    know how much time you are spending on your projects? You \
                    want to generate a nice report for your client? Watson is \
                    here for you.

platforms           {darwin any}
supported_archs     noarch
license             MIT
categories          office python

maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  e1c5e0c4f97c519e00e62e1737e5151d29887baf \
                    sha256  204384dc04653e0dbe8f833243bb833beda3d79b387fe173bfd33faecdd087c8 \
                    size    8895400

python.default_version  310

test.run            yes
test.env            PYTHONPATH=${worksrcpath}/build/lib
test.cmd            ${python.bin}
test.args           -m watson --version

depends_lib-append      port:py${python.version}-arrow              \
                        port:py${python.version}-click              \
                        port:py${python.version}-click-didyoumean   \
                        port:py${python.version}-colorama           \
                        port:py${python.version}-requests           \
                        port:py${python.version}-setuptools
