[csw-devel] SF.net SVN: gar:[5170] csw/mgar/pkg/mysql-python/trunk/Makefile

valholla at users.sourceforge.net valholla at users.sourceforge.net
Fri Jun 5 16:35:10 CEST 2009


Revision: 5170
          http://gar.svn.sourceforge.net/gar/?rev=5170&view=rev
Author:   valholla
Date:     2009-06-05 14:35:10 +0000 (Fri, 05 Jun 2009)

Log Message:
-----------
pycompile class

Modified Paths:
--------------
    csw/mgar/pkg/mysql-python/trunk/Makefile

Modified: csw/mgar/pkg/mysql-python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mysql-python/trunk/Makefile	2009-06-05 14:32:30 UTC (rev 5169)
+++ csw/mgar/pkg/mysql-python/trunk/Makefile	2009-06-05 14:35:10 UTC (rev 5170)
@@ -20,6 +20,11 @@
 # new upstream software release
 UFILES_REGEX = (\d+(?:\.\d+)*)
 
+EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc 
+PROTOTYPE_FILTER = awk '$$$$3 ~ /.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
+SPKG_CLASSES = none cswpycompile
+REQUIRED_PKGS += CSWcswclassutils
+
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS = $(WORKSRC)/setup.py
 TEST_SCRIPTS =


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list