Ticket #33110: py-chaco_Portfile.diff

File py-chaco_Portfile.diff, 3.0 KB (added by jjstickel (Jonathan Stickel), 12 years ago)
  • Portfile

    old new  
    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 82185 2011-08-10 01:00:35Z ryandesign@macports.org $
     2# $Id$
    33
    44PortSystem      1.0
    5 PortGroup       python26 1.0
     5PortGroup       python 1.0
    66
    7 name                py26-chaco
    8 version             3.3.2
     7name                py-chaco
     8version             4.1.0
    99categories-append   devel
    1010maintainers         nomaintainer
    1111platforms           darwin
    12 
    1312description         The Enthought chaco package for 2-D plotting
    14 long_description    Chaco is a Python plotting application toolkit that facilitates writing plotting applications at all \
    15                     levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex \
    16                     data interrelationships and a multitude of interactive tools. While Chaco generates attractive static plots \
    17                     for publication and presentation, it also works well for interactive data visualization and exploration.
    18 
    19 homepage            http://code.enthought.com/projects/chaco/
     13long_description    Chaco is a Python plotting application toolkit that\
     14                    facilitates writing plotting applications at all levels\
     15                    of complexity, from simple scripts with hard-coded data to\
     16                    large plotting programs with complex data\
     17                    interrelationships and a multitude of interactive\
     18                    tools. While Chaco generates attractive static plots for\
     19                    publication and presentation, it also works well\
     20                    interactive data visualization and exploration.
     21license             bsd
     22homepage            https://github.com/enthought/chaco
    2023master_sites        http://www.enthought.com/repo/ets/
    21 distname            Chaco-${version}
    22 
    23 checksums           md5     18bbcc5e06dcfc6f29933d6b44d50a89 \
    24                     sha1    ea902ffe0e07d87b1add5d0df4b93d74d7c23054 \
    25                     rmd160  06ad58baf2887d757cae8b239da421a464f49569
     24distname            chaco-${version}
    2625
    27 depends_build-append \
    28                     port:py26-distribute
    29 depends_lib-append \
    30                     port:py26-numpy \
    31                     port:py26-enthoughtbase \
    32                     port:py26-enable
     26checksums           sha256 cdc80d77661fa955a4a4466b5b3f55808beedfc48f8f14b33f2ba81ccb360cc7 \
     27                    rmd160 4df41bfbeaffdca4e2213a9a210a3e9ca28a616c
     28                   
     29python.versions     25 26 27
     30python.default_version 27
     31
     32if {$subport != $name} {
     33    depends_build-append    port:py${python.version}-distribute
     34    depends_lib-append      port:py${python.version}-enable \
     35                            port:py${python.version}-numpy
     36}