Searched refs:full_current_version (Results 1 – 3 of 3) sorted by relevance
/dports/lang/python-legacy/Python-2.7.18/Tools/msi/ |
H A D | msi.py | 25 full_current_version = os.environ.get("CURRENT_VERSION") variable 84 if full_current_version is None: 85 full_current_version = current_version variable 227 msiname = "python-%s%s.msi" % (full_current_version, msilib.arch_ext) 229 schema, ProductName="Python "+full_current_version+productsuffix, 1361 path = "python-%s%s-pdb.zip" % (full_current_version, msilib.arch_ext) 1453 '%s' % (certname, full_current_version, msiname))
|
/dports/lang/python27/Python-2.7.18/Tools/msi/ |
H A D | msi.py | 25 full_current_version = os.environ.get("CURRENT_VERSION") variable 84 if full_current_version is None: 85 full_current_version = current_version variable 227 msiname = "python-%s%s.msi" % (full_current_version, msilib.arch_ext) 229 schema, ProductName="Python "+full_current_version+productsuffix, 1361 path = "python-%s%s-pdb.zip" % (full_current_version, msilib.arch_ext) 1453 '%s' % (certname, full_current_version, msiname))
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
H A D | msi.py | 25 full_current_version = None variable 84 if full_current_version is None: 85 full_current_version = current_version variable 226 msiname = "python-%s%s.msi" % (full_current_version, msilib.arch_ext) 228 schema, ProductName="Python "+full_current_version+productsuffix, 1307 path = "python-%s%s-pdb.zip" % (full_current_version, msilib.arch_ext)
|