[Python-checkins] python/dist/src/Lib/plat-mac pimp.py,1.25,1.26

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Sat, 28 Jun 2003 17:09:20 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-mac
In directory sc8-pr-cvs1:/tmp/cvs-serv15566

Modified Files:
	pimp.py 
Log Message:
Use http://www.python.org/packman as the base URL. Also upped the version
number because of this.


Index: pimp.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/pimp.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** pimp.py	1 Jun 2003 20:57:12 -0000	1.25
--- pimp.py	29 Jun 2003 00:09:18 -0000	1.26
***************
*** 2,6 ****
  
  This is currently a MacOSX-only strawman implementation. 
! Motto: "He may be shabby, but he gets you what you need" :-) 
  
  Tools to allow easy installation of packages. The idea is that there is
--- 2,6 ----
  
  This is currently a MacOSX-only strawman implementation. 
! Despite other rumours the name stands for "Packman IMPlementation".
  
  Tools to allow easy installation of packages. The idea is that there is
***************
*** 36,40 ****
  NO_EXECUTE=0
  
! PIMP_VERSION="0.2"
  
  # Flavors:
--- 36,40 ----
  NO_EXECUTE=0
  
! PIMP_VERSION="0.3"
  
  # Flavors:
***************
*** 45,49 ****
  DEFAULT_BUILDDIR='/tmp'
  DEFAULT_INSTALLDIR=distutils.sysconfig.get_python_lib()
! DEFAULT_PIMPDATABASE="http://homepages.cwi.nl/~jack/pimp-0.2/pimp-%s.plist" % distutils.util.get_platform()
  
  def _cmd(output, dir, *cmditems):
--- 45,49 ----
  DEFAULT_BUILDDIR='/tmp'
  DEFAULT_INSTALLDIR=distutils.sysconfig.get_python_lib()
! DEFAULT_PIMPDATABASE="http://www.python.org/packman/version-0.3/%s.plist" % distutils.util.get_platform()
  
  def _cmd(output, dir, *cmditems):