Ticket #33195: Portfile.diff
File Portfile.diff, 2.5 KB (added by petrus.hyvonen@…, 13 years ago) |
---|
-
Portfile
1 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 : Portfile 89611 2012-02-03 23:59:29Z dports@macports.org$2 # $Id$ 3 3 4 PortSystem 5 PortGroup 4 PortSystem 1.0 5 PortGroup python 1.0 6 6 7 7 name py-apptools 8 version 3.4.18 version 4.0.1 9 9 categories-append devel 10 10 maintainers vcn.com:jjstickel openmaintainer 11 11 description The Enthought apptools package 12 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. 13 that we have found useful in creating a number of\ applications. They implement functionality that is\ 14 commonly needed by many applications.\ 15 These packages are distributed together as the \ 16 AppTools project. 16 17 platforms darwin 17 18 homepage http://code.enthought.com/projects/app_tools.php 18 19 master_sites http://www.enthought.com/repo/ets/ 19 distname AppTools-${version}20 distname apptools-${version} 20 21 21 checksums md5 f0c6b4b00c930f6db9d48de2353c28fc\22 sha1 9a36a06bbe3d80993cd4b5d40189b8e5716fa76f\23 rmd160 f93c65bdc1b7aeb698794c5e8333382c0dd626bf22 checksums md5 cd988ecf41f790dbd2a266d237c673d2 \ 23 sha1 0ffa78ea4857e5192c494a67c93f5a7014df1c0e \ 24 rmd160 6fc5ca5db74185ffca836879a7d9078dd0ed3f10 24 25 25 python.versions 26 python.default_version 2 526 python.versions 25 26 27 27 python.default_version 27 27 28 28 29 if {$subport != $name} { 29 depends_build-append port:py${python.version}-distribute 30 31 depends_lib-append port:py${python.version}-configobj \ 32 port:py${python.version}-numpy \ 33 port:py${python.version}-envisagecore \ 34 port:py${python.version}-traitsgui 30 depends_build-append port:py${python.version}-distribute 31 depends_lib-append port:py${python.version}-traits \ 32 port:py${python.version}-traitsui 35 33 } 34