[Erp5-report] r39963 luke - /erp5/trunk/buildout/software-profiles/python-2.7.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 5 14:04:05 CET 2010


Author: luke
Date: Fri Nov  5 14:04:05 2010
New Revision: 39963

URL: http://svn.erp5.org?rev=39963&view=rev
Log:
 - cleanup a part
 - differentatie exposed version from real package version (as 2.7.1
   will be still 2.7)

Modified:
    erp5/trunk/buildout/software-profiles/python-2.7.cfg

Modified: erp5/trunk/buildout/software-profiles/python-2.7.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.7.cfg?rev=39963&r1=39962&r2=39963&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.7.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.7.cfg [utf8] Fri Nov  5 14:04:05 2010
@@ -14,23 +14,21 @@ parts =
     python2.7
 
 [python2.7]
+recipe = erp5.recipe.cmmisafe
 # This is actually the default setting for prefix, but we can't use it in
 # other settings in this part if we don't set it explicitly here.
 prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
 version = 2.7
+package_version = ${:version}
 executable = ${:prefix}/bin/python${:version}
 
-recipe = erp5.recipe.cmmisafe
-python_version_full = ${:python_version_major}
 url =
-  http://python.org/ftp/python/2.7/Python-2.7.tgz
+  http://python.org/ftp/python/${:package_version}/Python-${:package_version}.tgz
 md5sum = 35f56b092ecf39a6bd59d64f142aae0f
 configure-options =
   --enable-unicode=ucs4
   --with-threads
 
-python_version_major = 2.7
-
 environment =
   CPPFLAGS=-I${zlib:location}/include -I${readline:location}/include -I${ncurses:location}/include/ -I${ncurses:location}/include/ncursesw/ -I${bzip2:location}/include  -I${gdbm:location}/include -I${openssl:location}/include -I${sqlite3:location}/include -I${libdb:location}/include
   LDFLAGS=-L${zlib:location}/lib -L${readline:location}/lib -L${ncurses:location}/lib -L${bzip2:location}/lib -L${gdbm:location}/lib -L${openssl:location}/lib -L${sqlite3:location}/lib -L${libdb:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${readline:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${gdbm:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${libdb:location}/lib




More information about the Erp5-report mailing list