Lines Matching refs:packages
25 # Directory of system wheel packages. Some Linux distribution packaging
27 # installs wheel packages in the /usr/share/python-wheels/ directory and don't
33 packages = {}
57 packages[name] = _Package(version, None, wheel_path)
58 return packages
66 packages = {}
69 packages[name] = _Package(version, wheel_name, None)
72 # only used the wheel package directory if all packages are found there
74 packages = dir_packages
75 _PACKAGES = packages
76 return packages