Lines Matching refs:packages
25 # incorporator - an utility to incorporate packages in a repo
47 packages = {}
52 self.packages = {}
63 self.packages[name] = version
72 set name=pkg.description value="This incorporation constrains packages from the userland consolidation"
75 names = self.packages.keys()
78 result += (self.__package_to_str(name, self.packages[name]) + '\n')
89 packages = {}
121 # Load the repository for packages to incorporate.
128 packages = json.load(tmp.stdout)
131 # Check for multiple versions of packages in the repo, but keep track of
134 for package in packages:
144 # Add published packages to the incorporation lists
146 for package in packages:
150 # skip older packages and those that don't want to be incorporated