# -*- 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                py-invoke
version             2.2.0
revision            0
categories-append   devel
license             Apache-2
supported_archs     noarch
platforms           {darwin any}

python.versions     310 311 312

maintainers         {danchr @danchr} openmaintainer

description         Task execution tool and library for Python.

long_description    Invoke is a Python (2.7 and 3.4+) library for managing \
                    shell-oriented subprocesses and organizing executable \
                    Python code into CLI-invokable tasks. It draws inspiration \
                    from various sources (make/rake, Fabric 1.x, etc) to \
                    arrive at a powerful & clean feature set.

homepage            https://pyinvoke.org/

checksums           rmd160  db186ec3f83e4c6cc9ca1cf221fc46690336d768 \
                    sha256  ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5 \
                    size    299835
