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-apptools |
---|
8 | version 3.2.0 |
---|
9 | categories-append devel |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | description The Enthought apptools package |
---|
12 | long_description The Enthought Tool Suite includes a set of packages\ |
---|
13 | that we have found useful in creating a number of applications.\ |
---|
14 | They implement functionality that is commonly needed by many applications.\ |
---|
15 | These packages are distributed together as the AppTools project. |
---|
16 | platforms darwin |
---|
17 | homepage http://code.enthought.com/projects/app_tools.php |
---|
18 | master_sites http://www.enthought.com/repo/ETS/ |
---|
19 | distname AppTools-${version} |
---|
20 | checksums md5 8aa64f9e04f3cdcdaab91d73a9790928 |
---|
21 | |
---|
22 | depends_build-append port:py25-setuptools |
---|
23 | |
---|
24 | depends_lib-append port:py25-configobj\ |
---|
25 | port:py25-numpy\ |
---|
26 | port:py25-envisagecore\ |
---|
27 | port:py25-traitsgui |
---|
28 | |
---|
29 | patchfiles changeset_r24035.diff |
---|
30 | patch.pre_args -p3 |
---|