Ticket #42075: py-chaco_Portfile.diff

File py-chaco_Portfile.diff, 1.6 KB (added by jjstickel (Jonathan Stickel), 10 years ago)
  • python/py-chaco/Portfile

    old new  
    44PortSystem              1.0
    55PortGroup               python 1.0
    66
     7PortGroup           github 1.0
     8github.setup        enthought chaco 4.4.1
     9
    710name                py-chaco
    8 version             4.2.0
    9 revision            1
    1011categories-append   devel
    1112license             BSD PSF
    1213maintainers         gmail.com:jjstickel openmaintainer
     
    2021                    tools. While Chaco generates attractive static plots for\
    2122                    publication and presentation, it also works well\
    2223                    interactive data visualization and exploration.
    23 homepage            https://github.com/enthought/chaco
    24 master_sites        http://www.enthought.com/repo/ets/
    25 distname            chaco-${version}
    2624
    27 checksums           rmd160  c2e9a4f35c5d8ad0eacaedae87dc2e3672b4c18c \
    28                     sha256  f2021f4d9b788effa4915114e28d4e2fed597b7c0f6254d44b41c6178e63542f
     25checksums           rmd160  cd4541b58a50e2ba407a784be63d9a5239596538 \
     26                    sha256  9dc5f1a5151a41f7edb5f178e4c5f1cae678f7867e2c0198676f8d9699f46f09
    2927
    3028python.versions     26 27
    3129
     
    3331    depends_build-append    port:py${python.version}-setuptools
    3432    depends_lib-append      port:py${python.version}-enable \
    3533                            port:py${python.version}-numpy
    36    
    37     patchfiles              pyqt4_qsize.patch
    38     patch.pre_args          -p1
    3934}