Ticket #42075: py-etsdevtools_Portfile.diff

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

    old new  
    44PortSystem          1.0
    55PortGroup           python 1.0
    66
     7PortGroup           github 1.0
     8github.setup        enthought etsdevtools 4.0.2
     9
    710name                py-etsdevtools
    8 version             4.0.0
    9 revision            1
    1011categories-append   devel
    1112license             BSD
    1213maintainers         gmail.com:jjstickel openmaintainer
     
    1617                    for understanding, debugging, testing, and inspecting code.
    1718                   
    1819platforms           darwin
    19 homepage            http://code.enthought.com/projects/ets_dev_tools/
    20 master_sites        http://www.enthought.com/repo/ets/
    21 distname            etsdevtools-${version}
    22 
    23 checksums           md5    5f5b2800b63619c1e8e02c3790133910 \
    24                     sha1   0de3fb0d4b1c23429ce591b9755489ac4addeedd \
    25                     rmd160 fb8c922ac8bb0685d27d9506ad2d54510621eac6
    2620
     21checksums           rmd160  2e4f776b9ffbda1be629b8c3f68cb872bf7ad64a \
     22                    sha256  5403fd154dacff87880f9f08d0a319411b4bb99fcdbfc2102c7f3dad26791901
    2723
    2824python.versions     26 27
    2925