[110977] trunk/dports/python/py-yaml/Portfile
stromnov at macports.org
stromnov at macports.org
Thu Sep 12 00:58:46 PDT 2013
Revision: 110977
https://trac.macports.org/changeset/110977
Author: stromnov at macports.org
Date: 2013-09-12 00:58:45 -0700 (Thu, 12 Sep 2013)
Log Message:
-----------
py-yaml: fix cython dependency
Modified Paths:
--------------
trunk/dports/python/py-yaml/Portfile
Modified: trunk/dports/python/py-yaml/Portfile
===================================================================
--- trunk/dports/python/py-yaml/Portfile 2013-09-12 07:56:38 UTC (rev 110976)
+++ trunk/dports/python/py-yaml/Portfile 2013-09-12 07:58:45 UTC (rev 110977)
@@ -32,8 +32,10 @@
livecheck.regex PyYAML-(\[0-9+\]\.\[0-9\]+)\.tar\.gz
if {$subport != $name} {
- depends_lib-append port:libyaml \
+ depends_build-append \
port:py${python.version}-cython
+
+ depends_lib-append port:libyaml
patchfiles patch-setup.py
if { ${python.version} == 24 } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130912/c4e48297/attachment.html>
More information about the macports-changes
mailing list