# -*- 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-cwcwidth version 0.1.8 revision 0 platforms darwin license MIT maintainers {judaew @judaew} openmaintainer description Python bindings for wc(s)width long_description \ cwcwidth provides Python bindings for wcwidth and wcswidth functions \ defined in POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions \ compute the printable length of a unicode character/string on a terminal. \ The module provides the same functions as wcwidth and its behavior is \ compatible. homepage https://pypi.org/project/cwcwidth/ checksums rmd160 d4c99a533626ff90be06b5a9f6a0f13ea2aaee7f \ sha256 5adc034b7c90e6a8586bd046bcbf6004e35e16b0d7e31de395513a50d729bbf6 \ size 38178 python.versions 37 38 39 310 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-cython livecheck.type none }