[csw-devel] SF.net SVN: gar:[5175] csw/mgar/pkg/silvercity/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Fri Jun 5 18:28:49 CEST 2009
Revision: 5175
http://gar.svn.sourceforge.net/gar/?rev=5175&view=rev
Author: valholla
Date: 2009-06-05 16:28:49 +0000 (Fri, 05 Jun 2009)
Log Message:
-----------
pycompile class
Modified Paths:
--------------
csw/mgar/pkg/silvercity/trunk/Makefile
Modified: csw/mgar/pkg/silvercity/trunk/Makefile
===================================================================
--- csw/mgar/pkg/silvercity/trunk/Makefile 2009-06-05 14:53:32 UTC (rev 5174)
+++ csw/mgar/pkg/silvercity/trunk/Makefile 2009-06-05 16:28:49 UTC (rev 5175)
@@ -13,7 +13,7 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PACKAGES = CSWsilvercity
-REQUIRED_PKGS_CSWsilvercity = CSWpython
+REQUIRED_PKGS_CSWsilvercity = CSWpython-rt
CATALOGNAME_CSWsilvercity = silvercity
SPKG_DESC_CSWsilvercity = Lexical analysis package for Python
@@ -21,6 +21,12 @@
# 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
+
+
NOISALIST = 1
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS = $(WORKSRC)/setup.py
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