# -*- 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-wxutils version 0.3.3 revision 0 platforms {darwin any} supported_archs noarch license MIT maintainers {nist.gov:joe.fowler @joefowler} openmaintainer description Provides wxPython utilities and convenience functions. long_description \ ${description} The wxutils library is a small collection of functions and \ classes, and is by no means comprehensive. The aim is to simplify code, \ reduce boiler-plate, make wxPython coding a bit more python-like, and prevent \ repeating code across several projects. homepage https://github.com/newville/wxutils checksums rmd160 d600652f4304d0ca8eb256affbab190c6cafede6 \ sha256 03fba8348bf7f3a565c66d92bcbf54bdeab2f606947f0461b184ec45a0bb7c5d \ size 63120 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_run-append \ port:py${python.version}-wxpython-4.0 }