[83657] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Sep 8 13:56:46 PDT 2011


Revision: 83657
          http://trac.macports.org/changeset/83657
Author:   singingwolfboy at macports.org
Date:     2011-09-08 13:56:45 -0700 (Thu, 08 Sep 2011)
Log Message:
-----------
New port: py27-pexpect

Added Paths:
-----------
    trunk/dports/python/py27-pexpect/
    trunk/dports/python/py27-pexpect/Portfile

Added: trunk/dports/python/py27-pexpect/Portfile
===================================================================
--- trunk/dports/python/py27-pexpect/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-pexpect/Portfile	2011-09-08 20:56:45 UTC (rev 83657)
@@ -0,0 +1,40 @@
+# $Id: Portfile 47983 2009-03-12 01:01:28Z ram at macports.org $
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-pexpect
+set real_name       pexpect
+version             2.4
+categories          python
+platforms           darwin
+maintainers         nomaintainer
+
+description   python module for better controlling other applications
+long_description \
+  Pexpect makes Python a better tool for controlling \
+  other applications. It is a pure Python module for spawning child \
+  applications, controlling them and responding to expected patterns in \
+  their output. Pexpect works like Don Libes Expect. Pexpect allows your \
+  script to spawn a child application and control it as if a human were \
+  typing commands.
+
+homepage            http://${real_name}.sourceforge.net/
+master_sites        http://pypi.python.org/packages/source/p/${real_name} \
+                    sourceforge:${real_name}
+distname            ${real_name}-${version}
+
+checksums           md5     fe82d69be19ec96d3a6650af947d5665 \
+                    sha1    3e24584ef1aa51f7610d5077a608e49d2724c7ae \
+                    rmd160  070693d9c82aaa44f1bd9cd9dfffa7643393b6de
+
+worksrcdir          ${real_name}-${version}
+
+post-destroot {
+  xinstall -m 644 -W ${worksrcpath} README \
+    ${destroot}${prefix}/share/doc/${name}
+}
+
+universal_variant   no
+
+livecheck.regex {pexpect Release (\d+(?:\.\d+)*) released}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110908/73653901/attachment.html>


More information about the macports-changes mailing list