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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-envisage |
---|
8 | version 4.1.0 |
---|
9 | categories-append devel |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | supported_archs noarch |
---|
12 | |
---|
13 | description The Enthought envisage package |
---|
14 | long_description Envisage is a Python-based framework for building extensible applications |
---|
15 | platforms darwin |
---|
16 | homepage http://code.enthought.com/projects/envisage/ |
---|
17 | master_sites http://www.enthought.com/repo/ets/ |
---|
18 | distname envisage-${version} |
---|
19 | |
---|
20 | checksums md5 cbb851c437190bb11df84455176321af \ |
---|
21 | sha1 189b07131daf2f24488bb1bf145545115a809c46 \ |
---|
22 | rmd160 73a67deffed70eb5c050b6067b5eb6d8bb7eaae5 |
---|
23 | |
---|
24 | python.versions 25 26 27 |
---|
25 | python.default_version 27 |
---|
26 | |
---|
27 | if {$subport != $name} { |
---|
28 | depends_build-append port:py${python.version}-distribute |
---|
29 | depends_lib-append port:py${python.version}-apptools \ |
---|
30 | port:py${python.version}-traits port:py${python.version}-traitsui |
---|
31 | } |
---|
32 | |
---|