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

python.versions     27 34 35 36 37

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            http://www.pyinvoke.org
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  8d5121997c931954a5e387088c6e6325012c6e63 \
                    sha256  dc492f8f17a0746e92081aec3f86ae0b4750bf41607ea2ad87e5a7b5705121b7 \
                    size    319116

if {${name} ne ${subport}} {
    depends_build-append \
        port:py${python.version}-setuptools

    livecheck.type      none
}