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

python.versions     310 311 312 313 314

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  e62a0a19fb4d9ee84eb283f75b90cdb8390c38ba \
                    sha256  437b6a622223824380bfb4e64f612711a6b648c795f565efc8625af66fb57f0c \
                    size    343419
