Ticket #54451: Portfile-docker-compose.diff
File Portfile-docker-compose.diff, 2.2 KB (added by zdw (Zack Williams), 7 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup docker compose 1. 7.17 github.setup docker compose 1.14.0 8 8 name docker-compose 9 9 categories-append devel 10 10 platforms darwin … … 17 17 application up in a single command which does everything \ 18 18 that needs to be done to get it running. 19 19 20 checksums rmd160 66ff4979ec6453103e5efed3013863cfdb68375e \ 21 sha256 96344e140dc8e8747fb8bc5cf69e07926567d13dc9b78d062052518b488ff7af 20 checksums rmd160 677e3190583110d79d540b3eb9a26488b212e2a0 \ 21 sha256 5d4f4982a041daab4e90ccc3adc63136bdf2db880ebcd73ddb6c40ad4161589c 22 23 patchfiles patch-setup.py.diff 22 24 23 25 python.default_version 27 24 26 25 depends_lib port:py${python.version}-yaml \ 27 depends_lib port:py${python.version}-cached-property \ 28 port:py${python.version}-colorama \ 29 port:py${python.version}-docker \ 26 30 port:py${python.version}-dockerpty \ 27 31 port:py${python.version}-docopt \ 28 32 port:py${python.version}-jsonschema \ 33 port:py${python.version}-websocket-client \ 34 port:py${python.version}-requests \ 35 port:py${python.version}-socks \ 36 port:py${python.version}-six \ 29 37 port:py${python.version}-texttable \ 30 port:py${python.version}-cached-property 38 port:py${python.version}-yaml 39 40 if {${python.version} < 33} { 41 depends_lib-append port:py${python.version}-ipaddress 42 } 31 43 32 44 if {${python.version} < 34} { 33 45 depends_lib-append port:py${python.version}-enum34 34 46 } 35 47 36 # remove this after next release 37 post-extract { 38 reinplace "s|requests >= .*|requests >= 2.6.1, <= 2.10',|" ${worksrcpath}/setup.py 48 if {${python.version} < 35} { 49 depends_lib-append port:py${python.version}-backports-ssl_match_hostname 39 50 } 40 51 52 41 53 livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r\]+)${extract.suffix}