You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.1 KiB
Tcl
37 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-clikit
|
|
version 0.6.2
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313
|
|
python.pep517_backend \
|
|
poetry
|
|
|
|
maintainers nomaintainer
|
|
|
|
description \
|
|
CliKit is a group of utilities to build beautiful and testable \
|
|
command line interfaces.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/sdispater/clikit
|
|
|
|
checksums rmd160 2a1b37841f76740eb8e0c2b9dbe08f7bc1fa6bc3 \
|
|
sha256 442ee5db9a14120635c5990bcdbfe7c03ada5898291f0c802f77be71569ded59 \
|
|
size 56214
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-crashtest \
|
|
port:py${python.version}-pastel \
|
|
port:py${python.version}-pylev
|
|
}
|