1 | # -*- 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 |
---|
2 | # JJS 3/24/09 |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-traitsbackendwx |
---|
8 | version 3.1.0 |
---|
9 | categories-append devel |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | description The Enthought traitsgui WX backend |
---|
12 | long_description WX backend for traits GUI |
---|
13 | platforms darwin |
---|
14 | homepage http://code.enthought.com/projects/traits_gui/ |
---|
15 | master_sites http://www.enthought.com/repo/ETS/ |
---|
16 | distname TraitsBackendWX-${version} |
---|
17 | checksums md5 fc72754400663c2a8b657778ca1dbfc6 |
---|
18 | |
---|
19 | depends_build-append port:py25-setuptools |
---|
20 | |
---|
21 | depends_lib-append port:py25-enthoughtbase\ |
---|
22 | port:py25-traits\ |
---|
23 | port:py25-wxpython |
---|
24 | |
---|
25 | patchfiles patch-traitsbackendwx_helper.py.diff |
---|