[146227] trunk/dports/python/docker-compose/Portfile

sean at macports.org sean at macports.org
Tue Mar 1 15:25:09 PST 2016


Revision: 146227
          https://trac.macports.org/changeset/146227
Author:   sean at macports.org
Date:     2016-03-01 15:25:09 -0800 (Tue, 01 Mar 2016)
Log Message:
-----------
docker-compose: update to 1.6.2

Modified Paths:
--------------
    trunk/dports/python/docker-compose/Portfile

Modified: trunk/dports/python/docker-compose/Portfile
===================================================================
--- trunk/dports/python/docker-compose/Portfile	2016-03-01 23:25:08 UTC (rev 146226)
+++ trunk/dports/python/docker-compose/Portfile	2016-03-01 23:25:09 UTC (rev 146227)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        docker compose 1.5.2
+github.setup        docker compose 1.6.2
 name                docker-compose
 categories-append   devel
 platforms           darwin
@@ -18,8 +18,8 @@
                     application up in a single command which does everything \
                     that needs to be done to get it running.
 
-checksums           rmd160  3c324ca24c645442b037bd044dc95695f790c1d7 \
-                    sha256  7e2f389b60e9b807635b67651b2f803f6658ba57c0d17320880c7583222b1757
+checksums           rmd160  3919c078624168d7ef4f901b18fa95489e90f0fc \
+                    sha256  40acee3c5bc4b7f31c6c097a497d249fa50480d9518c8cbd38e0eb4044d6c2ad
 
 python.default_version     27
 
@@ -27,11 +27,12 @@
                     port:py${python.version}-dockerpty \
                     port:py${python.version}-docopt \
                     port:py${python.version}-jsonschema \
-                    port:py${python.version}-texttable
+                    port:py${python.version}-texttable \
+                    port:py${python.version}-cached-property
 
 # remove this after next release
 post-extract {
-    reinplace "s|requests >= .*|requests >= 2.6.1, < 2.9',|" ${worksrcpath}/setup.py
+    reinplace "s|requests >= .*|requests >= 2.6.1, < 2.10',|" ${worksrcpath}/setup.py
 }
 
 livecheck.regex     archive/[join ${github.tag_prefix} ""](\[^"r\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160301/d4776ba6/attachment-0001.html>


More information about the macports-changes mailing list