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

raimue at macports.org raimue at macports.org
Tue Jun 21 02:54:06 PDT 2016


Revision: 149447
          https://trac.macports.org/changeset/149447
Author:   raimue at macports.org
Date:     2016-06-21 02:54:06 -0700 (Tue, 21 Jun 2016)
Log Message:
-----------
python/docker-compose:
Update to version 1.7.1, closes #51443

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

Modified: trunk/dports/python/docker-compose/Portfile
===================================================================
--- trunk/dports/python/docker-compose/Portfile	2016-06-21 09:53:10 UTC (rev 149446)
+++ trunk/dports/python/docker-compose/Portfile	2016-06-21 09:54:06 UTC (rev 149447)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        docker compose 1.6.2
+github.setup        docker compose 1.7.1
 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  3919c078624168d7ef4f901b18fa95489e90f0fc \
-                    sha256  40acee3c5bc4b7f31c6c097a497d249fa50480d9518c8cbd38e0eb4044d6c2ad
+checksums           rmd160  66ff4979ec6453103e5efed3013863cfdb68375e \
+                    sha256  96344e140dc8e8747fb8bc5cf69e07926567d13dc9b78d062052518b488ff7af
 
 python.default_version     27
 
@@ -30,9 +30,13 @@
                     port:py${python.version}-texttable \
                     port:py${python.version}-cached-property
 
+if {${python.version} < 34} {
+    depends_lib-append    port:py${python.version}-enum34
+}
+
 # remove this after next release
 post-extract {
-    reinplace "s|requests >= .*|requests >= 2.6.1, < 2.10',|" ${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/20160621/111eb6e9/attachment.html>


More information about the macports-changes mailing list