File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""Package Install Manager for Python.
22
33This is currently a MacOSX-only strawman implementation.
4- Motto: "He may be shabby, but he gets you what you need" :-)
4+ Despite other rumours the name stands for "Packman IMPlementation".
55
66Tools to allow easy installation of packages. The idea is that there is
77an online XML database per (platform, python-version) containing packages
3535
3636NO_EXECUTE = 0
3737
38- PIMP_VERSION = "0.2 "
38+ PIMP_VERSION = "0.3 "
3939
4040# Flavors:
4141# source: setup-based package
4444DEFAULT_DOWNLOADDIR = '/tmp'
4545DEFAULT_BUILDDIR = '/tmp'
4646DEFAULT_INSTALLDIR = distutils .sysconfig .get_python_lib ()
47- DEFAULT_PIMPDATABASE = "http://homepages.cwi.nl/~jack/pimp -0.2/pimp- %s.plist" % distutils .util .get_platform ()
47+ DEFAULT_PIMPDATABASE = "http://www.python.org/packman/version -0.3/ %s.plist" % distutils .util .get_platform ()
4848
4949def _cmd (output , dir , * cmditems ):
5050 """Internal routine to run a shell command in a given directory."""
You can’t perform that action at this time.
0 commit comments