[csw-devel] SF.net SVN: gar:[21506] csw/mgar/pkg/lang-python/python/branches/python-2.7

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Sun Jul 14 15:56:57 CEST 2013


Revision: 21506
          http://gar.svn.sourceforge.net/gar/?rev=21506&view=rev
Author:   pfelecan
Date:     2013-07-14 13:56:55 +0000 (Sun, 14 Jul 2013)
Log Message:
-----------
lang-python/python/branches/python-2.7: bump to the freshest 2.x version

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile
    csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums
    csw/mgar/pkg/lang-python/python/branches/python-2.7/files/setup.diff

Modified: csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile	2013-07-13 11:13:26 UTC (rev 21505)
+++ csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile	2013-07-14 13:56:55 UTC (rev 21506)
@@ -1,12 +1,13 @@
 # $Id$
 
 NAME = Python
-VERSION = 2.7.3
+VERSION = 2.7.5
 VER = 2.7
 DVER = 2-7
 UVER = 2_7
 PVER = python$(VER)
-CVER = 27
+# I wish to replace 2.6 by 2.7:
+#CVER = 27
 
 # Known issues:
 #
@@ -50,10 +51,12 @@
 
 # The test for sunaudiodev fails.  Not that it's a good practice to skip
 # tests.
-SKIPTEST = 1
+#SKIPTEST = 1
+TEST_SCRIPTS = custom
 
 BUILD64 = 1
 
+GARCOMPILER	=	GNU
 EXTRA_INC += $(prefix)/bdb47/include
 EXTRA_LIB += $(prefix)/bdb47/lib
 
@@ -155,6 +158,10 @@
 
 BUILD_DEP_PKGS += CSWlibffi-dev
 BUILD_DEP_PKGS += CSWggettext-dev
+BUILD_DEP_PKGS += CSWlibreadline-dev
+BUILD_DEP_PKGS += CSWlibsqlite3-dev
+BUILD_DEP_PKGS += CSWlibgdbm-dev
+BUILD_DEP_PKGS += CSWlibgcrypt-dev
 
 # This could be handled by automatic dependency detection
 CHECKPKG_OVERRIDES_CSWidle$(CVER) += surplus-dependency|CSWpython$(CVER)-tk
@@ -240,6 +247,10 @@
 	done
 	@$(MAKECOOKIE)
 
+test-custom:
+	cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -i -k -C $(OBJDIR) test
+	$(MAKECOOKIE)
+
 post-merge-modulated:
 	echo "This is post-merge-modulated, which should not work. But it does."
 	ginstall -m 755 -d $(PKGROOT)$(includedir)/python$(VER)

Modified: csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums	2013-07-13 11:13:26 UTC (rev 21505)
+++ csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums	2013-07-14 13:56:55 UTC (rev 21506)
@@ -1 +1 @@
-c57477edd6d18bd9eeca2f21add73919  Python-2.7.3.tar.bz2
+6334b666b7ff2038c761d7b27ba699c1  Python-2.7.5.tar.bz2

Modified: csw/mgar/pkg/lang-python/python/branches/python-2.7/files/setup.diff
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/python-2.7/files/setup.diff	2013-07-13 11:13:26 UTC (rev 21505)
+++ csw/mgar/pkg/lang-python/python/branches/python-2.7/files/setup.diff	2013-07-14 13:56:55 UTC (rev 21506)
@@ -26,7 +26,7 @@
                  )
              libraries = []
  
-+        elif platform == 'sunos5':
++        elif host_platform == 'sunos5':
 +            macros = dict(                  # Solaris
 +                HAVE_SEM_OPEN=0,        # Not Implemented
 +                HAVE_SEM_TIMEDWAIT=0,   # Not Implemented

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