Lines Matching defs:version
84 # the version of pylint that we must have in order to run the pylint checks.
106 # Extract Python minor version.
512 def supported_pylint_ver(version):
513 """Compare the installed version against the version
514 we require to build with, returning False if the version
515 is too old. It's tempting to use pkg.version.Version
518 inst_pylint_ver = version.split(".")
531 # if we somehow get non-numeric version
536 # it's fine to default to the required version - the build will
537 # break if the installed version is incompatible and $PYLINT_VER
551 "installed version {0} is older than version {1}".format(
762 # XXX Uncomment it when we need to deliver python 3.4 version
923 # Make file_util use our version of _copy_file_contents
1154 print("ERROR: unable to obtain mercurial version",
1328 # Grab the previously-built version out of the build
1350 print("doing version substitution: ", v)
1398 # Save the filename aside for our version of install_lib.
1812 version = '0.1',