[136003] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sat May 9 04:54:43 PDT 2015


Revision: 136003
          https://trac.macports.org/changeset/136003
Author:   stromnov at macports.org
Date:     2015-05-09 04:54:43 -0700 (Sat, 09 May 2015)
Log Message:
-----------
py-ptyprocess: new port

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

Added: trunk/dports/python/py-ptyprocess/Portfile
===================================================================
--- trunk/dports/python/py-ptyprocess/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ptyprocess/Portfile	2015-05-09 11:54:43 UTC (rev 136003)
@@ -0,0 +1,35 @@
+# -*- 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
+
+name                py-ptyprocess
+version             0.4
+revision            0
+categories-append   devel
+platforms           darwin
+license             ISC
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Run a subprocess in a pseudo terminal
+long_description    ${description}
+
+homepage            https://github.com/pexpect/ptyprocess
+master_sites        https://pypi.python.org/packages/source/p/ptyprocess/
+
+distname            ptyprocess-${version}
+
+checksums           rmd160  499026ceab9f1974519dc6702e51b4288484030e \
+                    sha256  ddba719428afc4dd4f5eb37307ae753c81f89ea63f18e7d35bbb494a88fd49dc
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       https://pypi.python.org/pypi/ptyprocess/json
+    livecheck.regex     {ptyprocess-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-ptyprocess/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150509/a7ab855d/attachment.html>


More information about the macports-changes mailing list