You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.3 KiB
Tcl
39 lines
1.3 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-cleo
|
|
version 2.1.0
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {gmail.com:davidgilman1 @dgilman} openmaintainer
|
|
|
|
description Cleo allows you to create beautiful and testable \
|
|
command-line interfaces.
|
|
|
|
long_description Create beautiful and testable command-line interfaces. \
|
|
\
|
|
Cleo is mostly a higher level wrapper for CliKit, so a \
|
|
lot of the components and utilities comes from it. \
|
|
Refer to its documentation for more information.
|
|
|
|
homepage https://github.com/python-poetry/cleo
|
|
|
|
checksums rmd160 98a7043a3128d0fa78ddc33d59bf74a83b5f924a \
|
|
sha256 0b2c880b5d13660a7ea651001fb4acb527696c01f15c9ee650f377aa543fd523 \
|
|
size 79957
|
|
|
|
python.pep517_backend poetry
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-crashtest \
|
|
port:py${python.version}-rapidfuzz
|
|
}
|