Ticket #33195: Portfile.diff

File Portfile.diff, 2.5 KB (added by petrus.hyvonen@…, 12 years ago)
  • Portfile

     
    11# -*- 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$
    33
    4 PortSystem          1.0
    5 PortGroup           python 1.0
     4PortSystem              1.0
     5PortGroup               python 1.0
    66
    77name                py-apptools
    8 version             3.4.1
     8version             4.0.1
    99categories-append   devel
    1010maintainers         vcn.com:jjstickel openmaintainer
    1111description         The Enthought apptools package
    1212long_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.
    1617platforms           darwin
    1718homepage            http://code.enthought.com/projects/app_tools.php
    1819master_sites        http://www.enthought.com/repo/ets/
    19 distname            AppTools-${version}
     20distname            apptools-${version}
    2021
    21 checksums           md5     f0c6b4b00c930f6db9d48de2353c28fc \
    22                     sha1    9a36a06bbe3d80993cd4b5d40189b8e5716fa76f \
    23                     rmd160  f93c65bdc1b7aeb698794c5e8333382c0dd626bf
     22checksums           md5     cd988ecf41f790dbd2a266d237c673d2 \
     23                    sha1    0ffa78ea4857e5192c494a67c93f5a7014df1c0e \
     24                    rmd160  6fc5ca5db74185ffca836879a7d9078dd0ed3f10
    2425
    25 python.versions        25 26 27
    26 python.default_version 25
     26python.versions     25 26 27
     27python.default_version 27
    2728
    2829if {$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 
    3533}
     34