You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- 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.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 ae31380a517cc35e82e3c1cd24616a13f0639773 \
|
|
sha256 d365e7c95feb0327ea65339ec4ff90d1502f4ea8cc8e9350c87fc6598f2b4af5 \
|
|
size 75533
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-wxpython-4.0
|
|
}
|