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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Oct 25 18:04:59 CEST 2012


Revision: 19519
          http://gar.svn.sourceforge.net/gar/?rev=19519&view=rev
Author:   bdwalton
Date:     2012-10-25 16:04:58 +0000 (Thu, 25 Oct 2012)
Log Message:
-----------
gar/v2: add SITE_PACKAGES for use by python recipes

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	2012-10-25 11:08:23 UTC (rev 19518)
+++ csw/mgar/gar/v2/categories/python/category.mk	2012-10-25 16:04:58 UTC (rev 19519)
@@ -30,4 +30,9 @@
 MASTER_SITES ?= $(PYPI_MIRROR)
 PACKAGES ?= CSWpy-$(DASHED_NAME)
 
+# for use in any references by specific recipes so it can be replaced easily
+# across the tree.  this could later be parameterized for use by multiple
+# versions of python too.
+SITE_PACKAGES = $(libdir)/python2.6/site-packages
+
 include gar/gar.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