[141252] trunk/dports/python/py-pexpect/Portfile

stromnov at macports.org stromnov at macports.org
Tue Oct 13 08:44:19 PDT 2015


Revision: 141252
          https://trac.macports.org/changeset/141252
Author:   stromnov at macports.org
Date:     2015-10-13 08:44:19 -0700 (Tue, 13 Oct 2015)
Log Message:
-----------
py-pexpect: add ptyprocess dependency (#49259)

Modified Paths:
--------------
    trunk/dports/python/py-pexpect/Portfile

Modified: trunk/dports/python/py-pexpect/Portfile
===================================================================
--- trunk/dports/python/py-pexpect/Portfile	2015-10-13 15:24:51 UTC (rev 141251)
+++ trunk/dports/python/py-pexpect/Portfile	2015-10-13 15:44:19 UTC (rev 141252)
@@ -6,7 +6,7 @@
 
 name                py-pexpect
 version             4.0.1
-revision            0
+revision            1
 categories-append   devel
 platforms           darwin
 license             ISC
@@ -33,6 +33,8 @@
                     sha256  232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c
 
 if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-ptyprocess
+
     livecheck.type      none
 } else {
     livecheck.type      pypi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151013/e6baf3b6/attachment.html>


More information about the macports-changes mailing list