2020-07-24 01:37:20 +02:00
|
|
|
# -*- 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-cmd2
|
2026-01-01 18:47:30 +01:00
|
|
|
version 3.1.0
|
2022-03-21 07:45:58 -04:00
|
|
|
revision 0
|
|
|
|
|
|
2020-07-24 01:37:20 +02:00
|
|
|
maintainers nomaintainer
|
|
|
|
|
license MIT
|
|
|
|
|
supported_archs noarch
|
2022-11-16 16:51:01 +11:00
|
|
|
platforms {darwin any}
|
2020-07-24 01:37:20 +02:00
|
|
|
|
|
|
|
|
description Tool for building interactive command line applications in Python
|
2021-12-12 06:32:13 -06:00
|
|
|
long_description {*}${description}
|
2020-07-24 01:37:20 +02:00
|
|
|
homepage https://github.com/python-cmd2/cmd2
|
|
|
|
|
|
2026-01-01 18:47:30 +01:00
|
|
|
checksums rmd160 e4e49966c6c04490b97ee570bb0aec3a21244ced \
|
|
|
|
|
sha256 cce3aece018b0b1055988adaa2b687ac9c1df38bfd2abfc29dbeb51a9707de33 \
|
|
|
|
|
size 1002416
|
2021-12-12 06:32:13 -06:00
|
|
|
|
2025-11-11 10:19:22 -05:00
|
|
|
python.versions 310 311 312 313
|
2020-07-24 01:37:20 +02:00
|
|
|
|
|
|
|
|
if {${subport} ne ${name}} {
|
|
|
|
|
depends_build-append \
|
|
|
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
|
|
|
|
|
|
depends_run-append \
|
|
|
|
|
port:py${python.version}-pyperclip \
|
2026-01-01 18:47:30 +01:00
|
|
|
port:py${python.version}-gnureadline \
|
|
|
|
|
port:py${python.version}-rich \
|
|
|
|
|
port:py${python.version}-rich-argparse
|
2020-07-24 01:37:20 +02:00
|
|
|
}
|