[34804] trunk/dports/python/py25-logilab-common/Portfile

raimue at macports.org raimue at macports.org
Thu Mar 6 09:09:37 PST 2008


Revision: 34804
          http://trac.macosforge.org/projects/macports/changeset/34804
Author:   raimue at macports.org
Date:     2008-03-06 09:09:36 -0800 (Thu, 06 Mar 2008)

Log Message:
-----------
python/py25-logilab-common:
Move pytest to pytest2.5, in order to avoid naming clash with py-logilab-common.
Closes #14567

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

Modified: trunk/dports/python/py25-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py25-logilab-common/Portfile	2008-03-06 16:45:53 UTC (rev 34803)
+++ trunk/dports/python/py25-logilab-common/Portfile	2008-03-06 17:09:36 UTC (rev 34804)
@@ -5,6 +5,7 @@
 
 name				py25-logilab-common
 version				0.28.2
+revision                        1
 maintainers			stechert at macports.org openmaintainer
 description			A number of modules used by various projects from Logilab
 long_description		${description}
@@ -23,10 +24,12 @@
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 -W ${worksrcpath} ChangeLog README \
 		${destroot}${prefix}/share/doc/${name}
+
+        # alter the install name of pytest to include version name
+        move ${destroot}${prefix}/bin/pytest ${destroot}${prefix}/bin/pytest2.5
 }
 
 # 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/20080306/3bf16ee0/attachment.html 


More information about the macports-changes mailing list