[30150] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Sun Oct 21 12:22:30 PDT 2007
Revision: 30150
http://trac.macosforge.org/projects/macports/changeset/30150
Author: mww at macports.org
Date: 2007-10-21 12:22:30 -0700 (Sun, 21 Oct 2007)
Log Message:
-----------
new port python/py25-pexpect - thanks to ramercer at gmail.com (#12825)
Added Paths:
-----------
trunk/dports/python/py25-pexpect/
trunk/dports/python/py25-pexpect/Portfile
Added: trunk/dports/python/py25-pexpect/Portfile
===================================================================
--- trunk/dports/python/py25-pexpect/Portfile (rev 0)
+++ trunk/dports/python/py25-pexpect/Portfile 2007-10-21 19:22:30 UTC (rev 30150)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-pexpect
+version 2.1
+categories python
+platforms darwin
+
+maintainers ramercer at gmail.com openmaintainer
+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://pexpect.sourceforge.net/
+master_sites sourceforge:pexpect
+distfiles pexpect-${version}.tar.gz
+
+checksums md5 fd3d67ac085332f074cd665424dcd631 \
+ sha1 2ffc729a9e6888f5aeb1f357750d5ec1143584b0 \
+ rmd160 56f8432f592e07bfc8a22b79ebac06a4e980559a
+
+worksrcdir pexpect-${version}
+
+post-destroot {
+ xinstall -m 644 -W ${worksrcpath} README \
+ ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071021/edf3eed0/attachment.html
More information about the macports-changes
mailing list