Lines Matching defs:getVersion
88 def getVersion():
96 return tuple([int(n) for n in getVersion().split('.', 2)])
283 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
289 "TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.6'%(getVersion())),
302 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
307 "TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.6'%(getVersion())),
308 "TK_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tk8.6'%(getVersion())),
347 "--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib"%(getVersion(),),
357 getVersion(),
694 FW_VERSION_PREFIX = FW_PREFIX[:] + ["Versions", getVersion()]
707 % (getVersion(), getFullVersion()))
1142 version = getVersion()
1227 'Python.framework', 'Versions', getVersion(), 'lib')
1230 'Python.framework', 'Versions', getVersion(), 'lib')
1391 data = data.replace('$VERSION', getVersion())
1407 data = data.replace('@PYVER@', getVersion())
1421 pkgname = '%s-%s'%(recipe['name'], getVersion())
1432 VER=getVersion(),
1522 IFPkgFlagPackageLocation='%s-%s.pkg'%(item['name'], getVersion()),
1567 IFPkgDescriptionVersion=getVersion(),
1732 getVersion(),))