py-cmd2: update to 3.1.0

This commit is contained in:
trustbyte
2026-01-01 18:47:30 +01:00
committed by Herby Gillot
parent 1f53727fd2
commit 2d5e654089
+7 -9
View File
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-cmd2
version 2.5.11
version 3.1.0
revision 0
maintainers nomaintainer
@@ -16,9 +16,9 @@ description Tool for building interactive command line applications in P
long_description {*}${description}
homepage https://github.com/python-cmd2/cmd2
checksums rmd160 244ba71e0648f479448ef4de1c414c96837334cf \
sha256 30a0d385021fbe4a4116672845e5695bbe56eb682f9096066776394f954a7429 \
size 883350
checksums rmd160 e4e49966c6c04490b97ee570bb0aec3a21244ced \
sha256 cce3aece018b0b1055988adaa2b687ac9c1df38bfd2abfc29dbeb51a9707de33 \
size 1002416
python.versions 310 311 312 313
@@ -26,11 +26,9 @@ if {${subport} ne ${name}} {
depends_build-append \
port:py${python.version}-setuptools_scm
if {${python.version} < 310} {
depends_lib-append port:py${python.version}-importlib-metadata
}
depends_run-append \
port:py${python.version}-pyperclip \
port:py${python.version}-wcwidth
port:py${python.version}-gnureadline \
port:py${python.version}-rich \
port:py${python.version}-rich-argparse
}