# -*- 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-wordcloud version 1.8.1 license MIT maintainers nomaintainer description A little word cloud generator long_description {*}${description}. homepage https://github.com/amueller/word_cloud checksums rmd160 f139ef556d5b263657f6f2eddfb093e95e4a35ab \ sha256 e6ef771aac17c1cf8558c8d5ef025796184066d7b78f8118aefe011fb0d22952 \ size 220696 python.versions 38 39 310 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-matplotlib \ port:py${python.version}-numpy \ port:py${python.version}-Pillow test.run yes }