[csw-devel] SF.net SVN: gar:[8829] csw/mgar/gar/v2/categories/python/category.mk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Feb 25 20:15:45 CET 2010


Revision: 8829
          http://gar.svn.sourceforge.net/gar/?rev=8829&view=rev
Author:   wahwah
Date:     2010-02-25 19:15:45 +0000 (Thu, 25 Feb 2010)

Log Message:
-----------
mGAR v2: Include eggs by default in Python builds.

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	2010-02-25 17:49:11 UTC (rev 8828)
+++ csw/mgar/gar/v2/categories/python/category.mk	2010-02-25 19:15:45 UTC (rev 8829)
@@ -1,8 +1,11 @@
 # Add a dependency to CSWpython
 _EXTRA_GAR_PKGS += CSWpython
 
-# Exclude egg-info files (only needed for easy_install)
-_MERGE_EXCLUDE_CATEGORY += .*\.egg-info.*
+# For the record, do not include the following line:
+# _MERGE_EXCLUDE_CATEGORY += .*\.egg-info.*
+#
+# It breaks pysetuptools and trac.  Here's a relevant reading:
+# http://fedoraproject.org/wiki/Packaging:Python#Packaging_eggs_and_setuptools_concerns
 
 # Activate cswpycompile support to exclude .pyc and .pyo files from 
 # the package and compile them on installation. File exclusion is 


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