Lines Matching refs:package
85 # manifests in the package repo.
104 (incorporation, package, version) = re.split(':|@', line)
115 # find the incorporation and add the package
117 tmp.add_package(package, version)
118 versions[package] = version
134 for package in packages:
135 pkg_name = package['name']
136 pkg_version = package['version']
146 for package in packages:
147 pkg_name = package['name']
148 pkg_version = package['version']
151 if 'pkg.tmp.incorporate' not in package or pkg_version != versions[pkg_name]:
155 incorporate = package['pkg.tmp.incorporate'][0]['value']
161 # find the incorporation and add the package