[csw-devel] SF.net SVN: gar:[13583] csw/mgar/gar/v2/categories/python/category.mk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sat Mar 5 09:22:09 CET 2011
Revision: 13583
http://gar.svn.sourceforge.net/gar/?rev=13583&view=rev
Author: wahwah
Date: 2011-03-05 08:22:09 +0000 (Sat, 05 Mar 2011)
Log Message:
-----------
mGAR v2: python/category.mk, excluding tests
There's no need to include unit tests in released packages.
Modified Paths:
--------------
csw/mgar/gar/v2/categories/python/category.mk
Modified: csw/mgar/gar/v2/categories/python/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/python/category.mk 2011-03-05 08:14:40 UTC (rev 13582)
+++ csw/mgar/gar/v2/categories/python/category.mk 2011-03-05 08:22:09 UTC (rev 13583)
@@ -7,6 +7,10 @@
# It breaks pysetuptools and trac. Here's a relevant reading:
# http://fedoraproject.org/wiki/Packaging:Python#Packaging_eggs_and_setuptools_concerns
+# No need to include unit tests in released packages.
+_MERGE_EXCLUDE_CATEGORY += .*/$(NAME)/test
+_MERGE_EXCLUDE_CATEGORY += .*/$(NAME)/test/.*
+
# Activate cswpycompile support to exclude .pyc and .pyo files from
# the package and compile them on installation. File exclusion is
# handled by gar.mk and cswclassutils integration by gar.pkg.mk
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