[140134] trunk/dports/python

sean at macports.org sean at macports.org
Wed Sep 9 14:28:03 PDT 2015


Revision: 140134
          https://trac.macports.org/changeset/140134
Author:   sean at macports.org
Date:     2015-09-09 14:28:03 -0700 (Wed, 09 Sep 2015)
Log Message:
-----------
py-docker: add new port

Added Paths:
-----------
    trunk/dports/python/py-docker/
    trunk/dports/python/py-docker/Portfile

Added: trunk/dports/python/py-docker/Portfile
===================================================================
--- trunk/dports/python/py-docker/Portfile	                        (rev 0)
+++ trunk/dports/python/py-docker/Portfile	2015-09-09 21:28:03 UTC (rev 140134)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+github.setup        docker docker-py 1.3.1
+name                py-docker
+categories-append   devel
+platforms           darwin
+license             Apache-2
+maintainers         sean openmaintainer
+description         An API client for docker written in Python
+long_description    $description
+
+checksums           rmd160  239177eada44243ede224794522f58f2103a097a \
+                    sha256  639c2109a7290f84414353620439379bb0abcfb9deb7fd4d61e74adb308f150e
+
+python.versions     27 34
+
+if {${subport} ne ${name}} {
+    depends_lib     port:py${python.version}-requests \
+                    port:py${python.version}-websocket-client
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150909/2ab369b8/attachment.html>


More information about the macports-changes mailing list