[csw-devel] SF.net SVN: gar:[5125] csw/mgar/pkg/pysetuptools/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Mon Jun 1 18:38:00 CEST 2009
Revision: 5125
http://gar.svn.sourceforge.net/gar/?rev=5125&view=rev
Author: valholla
Date: 2009-06-01 16:38:00 +0000 (Mon, 01 Jun 2009)
Log Message:
-----------
update to archall
Modified Paths:
--------------
csw/mgar/pkg/pysetuptools/trunk/Makefile
Modified: csw/mgar/pkg/pysetuptools/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-06-01 16:20:44 UTC (rev 5124)
+++ csw/mgar/pkg/pysetuptools/trunk/Makefile 2009-06-01 16:38:00 UTC (rev 5125)
@@ -5,11 +5,13 @@
SPKG_SOURCEURL = http://peak.telecommunity.com/DevCenter/setuptools
PYSETUPTOOLS_VERSION := $(shell echo $(GARVERSION) | sed -e 's/[a-z].*//')
PYSETUPTOOLS_RELEASE := $(shell echo $(GARVERSION) | sed -e 's/^[0-9].[0-9]*//')
+
DESCRIPTION = Distribution Utiltiies for Python
define BLURB
Distribution Utilities for Python
endef
+ARCHALL_CSWpysetuptools = 1
MASTER_SITES = http://cheeseshop.python.org/packages/source/s/setuptools/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
@@ -18,6 +20,10 @@
CATALOGNAME_CSWpysetuptools = pysetuptools
SPKG_DESC_CSWpysetuptools = Distribution Utiltiies for Python
+EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc .*\.exe
+PROTOTYPE_FILTER = awk '$$$$3 ~ /.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
+SPKG_CLASSES = none cswpycompile
+REQUIRED_PKGS += CSWcswclassutils
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)(\d+(?:\.\d+)*)
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