Lines Matching refs:version
51 if sys.version > '3':
60 supported or recognized by this version of the pkg(7) ArchiveIndex
102 version = None
107 def __init__(self, name, mode="r", version=None):
117 'version' is an optional integer value specifying the version
119 current version is assumed.
123 if version is None:
124 version = self.CURRENT_VERSION
125 if version not in self.COMPATIBLE_VERSIONS:
142 self.version = version
218 supported or recognized by this version of the pkg(7) Archive class.
283 This class stores package data in pax archives in version 4 repository
300 version = None
302 # If the repository format changes, then the version of the package
389 # and will have validated the version of that archive.
401 if not comment.startswith("pkg5.archive.version."):
405 self.version = int(comment.rsplit(".", 1)[-1])
409 if self.version not in self.COMPATIBLE_VERSIONS:
434 mode="r", version=self.__idx_ver)
461 "pkg5.archive.version.{0:d}".format(
486 # Always create archives using current version.
487 self.version = self.CURRENT_VERSION
839 publisher=pub, version=ver)
936 the version in that directory; both components will be URI
1287 # version.