[37686] trunk/dports/python/py25-logilab-astng/Portfile

landonf at macports.org landonf at macports.org
Thu Jun 19 01:23:57 PDT 2008


Revision: 37686
          http://trac.macosforge.org/projects/macports/changeset/37686
Author:   landonf at macports.org
Date:     2008-06-19 01:23:55 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
Fix installation of a conflicting file.

Modified Paths:
--------------
    trunk/dports/python/py25-logilab-astng/Portfile

Modified: trunk/dports/python/py25-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py25-logilab-astng/Portfile	2008-06-19 07:45:42 UTC (rev 37685)
+++ trunk/dports/python/py25-logilab-astng/Portfile	2008-06-19 08:23:55 UTC (rev 37686)
@@ -5,6 +5,7 @@
 
 name				py25-logilab-astng
 version				0.17.2
+revision			2
 maintainers			stechert at macports.org openmaintainer
 description			Python Abstract Syntax Tree New Generation
 long_description		The aim of this module is to provide a common base representation of python source code for \
@@ -21,14 +22,11 @@
 				sha1 6725878bef9570937c67491e2a0feafd62c9a02b \
 				rmd160 bd90f8d14b87d4681c88c03c7e95d78cbaf332c2
 
+depends_lib-append		port:py25-logilab-common
+
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 -W ${worksrcpath} ChangeLog README \
 		${destroot}${prefix}/share/doc/${name}
+	file delete ${destroot}/${prefix}/lib/python2.5/site-packages/logilab/__init__.py
 }
-
-# Shared-file warning; the following file is installed by this module as
-# well as (at least) py-lint, but it is the basic, auto-generated, empty-
-# other-than-the-docstring file:
-#    ${prefix}/lib/python2.3/site-packages/logilab/__init__.py
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080619/392a6ef2/attachment.htm 


More information about the macports-changes mailing list