Files
Renee Otten 662623f841 py-mslex: update to 1.3.0
- drop py39, add py31[3,4] subports
2025-10-28 11:50:13 -04:00

31 lines
969 B
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-mslex
version 1.3.0
revision 0
categories-append devel
license Apache-2
supported_archs noarch
platforms {darwin any}
maintainers nomaintainer
homepage https://github.com/smoofra/mslex
description Missing shlex package for windows shell quoting
long_description {*}${description}. It provides three functions - \
split, quote and join - just like shlex.
checksums rmd160 c02594424b95e74fbece9702747b6218c7a62d3a \
sha256 641c887d1d3db610eee2af37a8e5abda3f70b3006cdfd2d0d29dc0d1ae28a85d \
size 11583
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
test.run yes
}