# -*- 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.2.6 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 f50bf0d2262562dc8121147e78c21f8ce4c80e57 \ sha256 8edcd33e9740b64f1d002749a3a5584e23fabb50a0b1e24b6aa628ae38a6c40f \ size 39630 python.versions 38 39 310 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_run-append \ port:py${python.version}-wxpython-4.0 }