[77027] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Mar 18 01:00:48 PDT 2011


Revision: 77027
          http://trac.macports.org/changeset/77027
Author:   jmr at macports.org
Date:     2011-03-18 01:00:46 -0700 (Fri, 18 Mar 2011)
Log Message:
-----------
py-macholib, py-py2app-devel: adjust deps to avoid trying to install both py-modulegraph and py-modulegraph-devel on a fresh install (#28816)

Modified Paths:
--------------
    trunk/dports/python/py-macholib/Portfile
    trunk/dports/python/py-py2app-devel/Portfile

Modified: trunk/dports/python/py-macholib/Portfile
===================================================================
--- trunk/dports/python/py-macholib/Portfile	2011-03-18 06:57:00 UTC (rev 77026)
+++ trunk/dports/python/py-macholib/Portfile	2011-03-18 08:00:46 UTC (rev 77027)
@@ -23,7 +23,7 @@
 master_sites		http://cheeseshop.python.org/packages/source/m/macholib/
 distname		macholib-${version}
 
-depends_lib-append	port:py-modulegraph
+depends_lib-append	path:${python.pkgd}/modulegraph/__init__.py:py-modulegraph
 
 checksums           md5     3677cddb286a63e017d4dd1ea407cd45 \
                     sha1    7bdcfac8ea06c534a1d83e01d778448f54918143 \

Modified: trunk/dports/python/py-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py-py2app-devel/Portfile	2011-03-18 06:57:00 UTC (rev 77026)
+++ trunk/dports/python/py-py2app-devel/Portfile	2011-03-18 08:00:46 UTC (rev 77027)
@@ -28,8 +28,8 @@
 
 depends_lib-append  port:py-setuptools \
                     port:py-altgraph \
+                    path:${python.pkgd}/modulegraph/__init__.py:py-modulegraph \
                     port:py-macholib \
-                    path:${python.pkgd}/modulegraph/__init__.py:py-modulegraph-devel \
                     port:py-bdist_mpkg
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110318/01621fa6/attachment-0001.html>


More information about the macports-changes mailing list