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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Oct 16 22:07:46 CEST 2015


Revision: 25299
          http://sourceforge.net/p/gar/code/25299
Author:   dmichelsen
Date:     2015-10-16 20:07:46 +0000 (Fri, 16 Oct 2015)
Log Message:
-----------
lang-python/python/branches/python-2.7: Update to 2.7.10 and fix curses support as reported in #5254

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile
    csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums

Modified: csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile	2015-10-16 16:19:08 UTC (rev 25298)
+++ csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile	2015-10-16 20:07:46 UTC (rev 25299)
@@ -1,7 +1,7 @@
 # $Id$
 
 NAME = Python
-VERSION = 2.7.8
+VERSION = 2.7.10
 VER = 2.7
 DVER = 2-7
 UVER = 2_7
@@ -58,6 +58,9 @@
 EXTRA_INC += $(prefix)/bdb48/include
 EXTRA_LIB += $(prefix)/bdb48/lib
 
+# We have one for ncurses and one for ncursesw
+EXTRA_INC += $(includedir)/ncurses
+
 # There is a file name conflict over libffi.so symlink between libffi package
 # and a gcc-java package.  While it will ultimately belong to libffi_dev, the
 # symlink is currently under a subdirectory.
@@ -122,7 +125,7 @@
 RUNTIME_DEP_PKGS_CSWidle$(CVER)   += CSWpython$(CVER)-tk
 RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWbdb48
 RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibbz2-1-0
-RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibffi5
+RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibffi6
 RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibgcc-s1
 RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibgdbm4
 RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibintl8

Modified: csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums	2015-10-16 16:19:08 UTC (rev 25298)
+++ csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums	2015-10-16 20:07:46 UTC (rev 25299)
@@ -1 +1 @@
-d235bdfa75b8396942e360a70487ee00  Python-2.7.8.tar.xz
+c685ef0b8e9f27b5e3db5db12b268ac6  Python-2.7.10.tar.xz

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