Lines Matching refs:packages
6 Tools to allow easy installation of packages. The idea is that there is
7 an online XML database per (platform, python-version) containing packages
9 and parsing the database, testing whether packages are installed, computing
10 dependencies and installing packages.
274 and where to install packages."""
385 """Append packages from the database with the given URL.
410 self._appendPackages(plistdata['Packages'], url)
416 def _appendPackages(self, packages, url):
421 for p in packages:
444 """Return a list of names of all packages in the database."""
458 packages = []
460 packages.append(pkg.dump())
465 'Packages': packages
479 # Remove ( and ) for pseudo-packages
569 """Compare two packages, where the "better" package sorts lower."""
630 # For pseudo-packages that are already installed we don't
744 """Bookkeeping before installation: remember what we have in site-packages"""
794 """We don't unpack binary packages until installing"""
910 """We don't unpack dmg packages until installing"""
941 packages in the right order."""
952 def _addPackages(self, packages):
953 for package in packages:
986 Returns a list of packages (to be passed to install) and a list
998 def install(self, packages, output):
999 """Install a list of packages."""
1001 self._addPackages(packages)
1071 print 'Please specify packages to install'
1102 print " pimp [options] -i package ... Install packages"
1166 # will be called pimp_update and live in site-packages