Ticket #50366: py-wcwidth.diff

File py-wcwidth.diff, 975 bytes (added by xeron (Ivan Larionov), 8 years ago)
  • python/py-wcwidth/Portfile

     
    44PortGroup           python 1.0
    55
    66name                py-wcwidth
    7 version             0.1.5
     7version             0.1.6
    88license             MIT
    99platforms           darwin
    1010supported_archs     noarch
     
    1818master_sites        https://pypi.python.org/packages/source/w/wcwidth/
    1919distname            wcwidth-${version}
    2020
    21 checksums           rmd160  e9e7f0172ed8881fd50ed20a012d6274ef9b791c \
    22                     sha256  66c7ce3199c87833aaaa1fe1241b63261ce53c1062597c189a16a54713e0919d
     21checksums           rmd160  2eb04bc765265d110e8e57d52879c46ce0627e85 \
     22                    sha256  dcb3ec4771066cc15cf6aab5d5c4a499a5f01c677ff5aeb46cf20500dccd920b
    2323
    2424if {${name} ne ${subport}} {
    2525    depends_build-append    port:py${python.version}-setuptools