You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 KiB
Tcl
# -*- 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.4.1
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license Apache-2
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
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 7dfdc6217ead0fb9df1601a0e2b824b4a4069f8d \
|
|
sha256 de3f23bfe669e3db1085789fd859eb8ca8e0c5d9c20811e2407fa042e8a5e15d \
|
|
size 332271
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|