Lines Matching refs:packages
48 # options -- list of packages and list of modules.
49 self.packages = self.distribution.packages
84 # Two options control which modules will be installed: 'packages'
85 # and 'py_modules'. The former lets us work with whole packages, not
91 if self.packages:
100 if not self.packages:
102 for package in self.packages:
237 packages, no dots) module name, and 'filename' is the path to the
247 packages = {}
252 # We treat modules-in-packages almost the same as toplevel modules,
262 (package_dir, checked) = packages[package]
269 packages[package] = (package_dir, 1)
287 by whole packages ('self.packages'). Return a list of tuples
293 if self.packages:
294 for package in self.packages:
355 for package in self.packages:
401 if self.packages: