Ticket #42059: py-envisage_Portfile.diff

File py-envisage_Portfile.diff, 1.3 KB (added by jjstickel (Jonathan Stickel), 10 years ago)
  • python/py-envisage/Portfile

    old new  
    44PortSystem          1.0
    55PortGroup           python 1.0
    66
     7PortGroup           github 1.0
     8github.setup        enthought envisage 4.4.0
     9
    710name                py-envisage
    8 version             4.2.0
    911categories-append   devel
    1012maintainers         gmail.com:jjstickel openmaintainer
    1113description         The Enthought envisage package
     
    1719license             BSD
    1820platforms           darwin
    1921supported_archs     noarch
    20 homepage            https://github.com/enthought/envisage
    21 master_sites        http://www.enthought.com/repo/ets/
    22 distname            envisage-${version}
    2322
    24 checksums           rmd160  c10526492e6bff50cf9f67005065117879c66716 \
    25                     sha256  01d44854734ed4b665f4b8735555ea58eaab57e4d773936a01dfcfce54ec1a84
     23checksums           rmd160  9ca289fdfc8614c8637c63d6f6b2e4ccdf42156f \
     24                    sha256  7773ea6e3aaee44cb71d9b8121f30e312a67927ace2cb5e3226c8a172f456bcf
    2625
    27 python.versions        25 26 27
     26python.versions        26 27
    2827
    2928if {${name} ne ${subport}} {
    3029    depends_build   port:py${python.version}-setuptools