Lines Matching refs:package
87 # manifests in the package repo.
106 (incorporation, package, version) = re.split(':|@', line)
112 # find the incorporation and add the package
114 tmp.add_package(package, version)
115 versions[package] = version
131 for package in packages:
132 pkg_name = package['name']
133 pkg_version = package['version']
143 for package in packages:
144 pkg_name = package['name']
145 pkg_version = package['version']
148 if 'pkg.tmp.incorporate' not in package or pkg_version != versions[pkg_name]:
152 incorporate = package['pkg.tmp.incorporate'][0]['value']
158 # find the incorporation and add the package