Ticket #51443: Portfile.diff

File Portfile.diff, 1.6 KB (added by amake (Aaron Madlon-Kay), 8 years ago)
  • python/docker-compose/Portfile

    diff --git a/python/docker-compose/Portfile b/python/docker-compose/Portfile
    index ad8235d..d3c0de5 100644
    a b PortSystem 1.0 
    55PortGroup           python 1.0
    66PortGroup           github 1.0
    77
    8 github.setup        docker compose 1.6.2
     8github.setup        docker compose 1.7.1
    99name                docker-compose
    1010categories-append   devel
    1111platforms           darwin
    long_description Compose is a tool for defining and running multi-container \ 
    1818                    application up in a single command which does everything \
    1919                    that needs to be done to get it running.
    2020
    21 checksums           rmd160  3919c078624168d7ef4f901b18fa95489e90f0fc \
    22                     sha256  40acee3c5bc4b7f31c6c097a497d249fa50480d9518c8cbd38e0eb4044d6c2ad
     21checksums           rmd160  66ff4979ec6453103e5efed3013863cfdb68375e \
     22                    sha256  96344e140dc8e8747fb8bc5cf69e07926567d13dc9b78d062052518b488ff7af
    2323
    2424python.default_version     27
    2525
    depends_lib port:py${python.version}-yaml \ 
    3030                    port:py${python.version}-texttable \
    3131                    port:py${python.version}-cached-property
    3232
     33if {${python.version} < 34} {
     34    depends_lib-append    port:py${python.version}-enum34
     35}
     36
    3337# remove this after next release
    3438post-extract {
    35     reinplace "s|requests >= .*|requests >= 2.6.1, < 2.10',|" ${worksrcpath}/setup.py
     39    reinplace "s|requests >= .*|requests >= 2.6.1, <= 2.10',|" ${worksrcpath}/setup.py
    3640}
    3741
    3842livecheck.regex     archive/[join ${github.tag_prefix} ""](\[^"r\]+)${extract.suffix}