| 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-traitsgui |
|---|
| 8 | version 3.0.4 |
|---|
| 9 | categories-append devel |
|---|
| 10 | maintainers vcn.com:jjstickel openmaintainer |
|---|
| 11 | description The Enthought traitsgui package |
|---|
| 12 | long_description The TraitsGUI project contains a\ |
|---|
| 13 | toolkit-independent GUI abstraction layer (known as Pyface),\ |
|---|
| 14 | which is used to support the "visualization" features of the Traits package. |
|---|
| 15 | platforms darwin |
|---|
| 16 | homepage http://code.enthought.com/projects/traits_gui/ |
|---|
| 17 | master_sites http://www.enthought.com/repo/ETS/ |
|---|
| 18 | distname TraitsGUI-${version} |
|---|
| 19 | checksums md5 34793275679bf3ece560b9cf78c1cf08 |
|---|
| 20 | |
|---|
| 21 | depends_build-append port:py25-setuptools |
|---|
| 22 | |
|---|
| 23 | depends_lib-append port:py25-enthoughtbase\ |
|---|
| 24 | port:py25-traitsbackendwx |
|---|