You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 2.2.0
|
|
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 db186ec3f83e4c6cc9ca1cf221fc46690336d768 \
|
|
sha256 ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5 \
|
|
size 299835
|