[51096] trunk/dports/devel

blair at macports.org blair at macports.org
Sun May 17 16:50:20 PDT 2009


Revision: 51096
          http://trac.macports.org/changeset/51096
Author:   blair at macports.org
Date:     2009-05-17 16:50:19 -0700 (Sun, 17 May 2009)
Log Message:
-----------
Add the ability to run the Google Protocol Buffers Python test suites.

Modified Paths:
--------------
    trunk/dports/devel/protobuf-python/Portfile
    trunk/dports/devel/protobuf-python25/Portfile
    trunk/dports/devel/protobuf-python26/Portfile

Modified: trunk/dports/devel/protobuf-python/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python/Portfile	2009-05-17 22:54:04 UTC (rev 51095)
+++ trunk/dports/devel/protobuf-python/Portfile	2009-05-17 23:50:19 UTC (rev 51096)
@@ -42,3 +42,7 @@
 		port:py-setuptools
 
 worksrcdir	${worksrcdir}/python
+
+test.run	yes
+test.cmd	"${prefix}/bin/python2.4 setup.py"
+test.target	test

Modified: trunk/dports/devel/protobuf-python25/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python25/Portfile	2009-05-17 22:54:04 UTC (rev 51095)
+++ trunk/dports/devel/protobuf-python25/Portfile	2009-05-17 23:50:19 UTC (rev 51096)
@@ -42,3 +42,7 @@
 		port:py25-setuptools
 
 worksrcdir	${worksrcdir}/python
+
+test.run	yes
+test.cmd	"${prefix}/bin/python2.5 setup.py"
+test.target	test

Modified: trunk/dports/devel/protobuf-python26/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python26/Portfile	2009-05-17 22:54:04 UTC (rev 51095)
+++ trunk/dports/devel/protobuf-python26/Portfile	2009-05-17 23:50:19 UTC (rev 51096)
@@ -42,3 +42,7 @@
 		port:py26-setuptools
 
 worksrcdir	${worksrcdir}/python
+
+test.run	yes
+test.cmd	"${prefix}/bin/python2.6 setup.py"
+test.target	test
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090517/ee955697/attachment.html>


More information about the macports-changes mailing list