SF.net SVN: gar:[23075] csw/mgar/pkg/lang-python/gyp/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Feb 27 17:59:07 CET 2014


Revision: 23075
          http://sourceforge.net/p/gar/code/23075
Author:   dmichelsen
Date:     2014-02-27 16:59:05 +0000 (Thu, 27 Feb 2014)
Log Message:
-----------
lang-python/gyp/trunk: Disable Solaris 9 and Python 2.6

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/gyp/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/gyp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/gyp/trunk/Makefile	2014-02-27 15:54:32 UTC (rev 23074)
+++ csw/mgar/pkg/lang-python/gyp/trunk/Makefile	2014-02-27 16:59:05 UTC (rev 23075)
@@ -18,6 +18,8 @@
 
 LICENSE = LICENSE
 
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
 PACKAGES += CSWgyp
 SPKG_DESC_CSWgyp = Generate Your Projects
 # PKGFILES is catchall
@@ -27,11 +29,11 @@
 CHECKPKG_OVERRIDES_CSWgyp += catalogname-does-not-start-with-py_
 
 # These are default pathes
-CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/gyp/generator/eclipse.py
-CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/gyp/generator/xcode.py
-CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/gyp/xcode_emulation.py
 CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/gyp/generator/eclipse.py
 CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/gyp/generator/xcode.py
 CHECKPKG_OVERRIDES_CSWgyp += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/gyp/xcode_emulation.py
 
+# The software uses 2.7 syntax, so do not include 2.6 here
+MODULATIONS_PYTHON_VERSION = 2_7
+
 include gar/category.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