# -*- 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-pyicu version 2.16 revision 0 categories-append textproc license MIT maintainers nomaintainer description Python extension wrapping the ICU C++ API long_description {*}${description} homepage https://gitlab.pyicu.org/main/pyicu checksums rmd160 35485a13bf18c326774c017fa29e2d5fa822b4ae \ sha256 42b3a8062e3b23e927ca727e6b5e1730d86c70279834e4887152895d2eb012d9 \ size 268126 python.versions 310 311 312 313 314 if {${name} ne ${subport}} { depends_lib-append path:lib/pkgconfig/icu-uc.pc:icu # ICU requires C++17 compiler.cxx_standard 2017 depends_test-append port:py${python.version}-six test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md \ CHANGES ${destroot}${docdir} } }