[140137] trunk/dports/python

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


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

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

Added: trunk/dports/python/py-dockerpty/Portfile
===================================================================
--- trunk/dports/python/py-dockerpty/Portfile	                        (rev 0)
+++ trunk/dports/python/py-dockerpty/Portfile	2015-09-09 21:28:07 UTC (rev 140137)
@@ -0,0 +1,28 @@
+# -*- 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        d11wtq dockerpty 0.3.4 v
+name                py-dockerpty
+categories-append   devel
+platforms           darwin
+license             Apache-2
+maintainers         sean openmaintainer
+description         Pseudo-tty handler for docker Python client
+long_description    Provides the functionality needed to operate the \
+                    pseudo-tty (PTY) allocated to a docker container, \
+                    using the Python client.
+
+checksums           rmd160  8c8df1d3a45b88d2fb525dfc0f809524b66e8187 \
+                    sha256  447c2e03afdb87bfc6cd322db440a5cedcb65dc8e39ff01d9b54458952dc44da
+
+python.versions     27 34
+
+if {${subport} ne ${name}} {
+    depends_lib     port:py${python.version}-docker
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150909/46d25655/attachment.html>


More information about the macports-changes mailing list