1. 12 Feb, 2014 1 commit
  2. 14 Aug, 2005 12 commits
  3. 13 Aug, 2005 1 commit
  4. 11 Aug, 2005 2 commits
  5. 09 Aug, 2005 1 commit
  6. 07 Aug, 2005 4 commits
  7. 06 Aug, 2005 8 commits
    • PJ Eby's avatar
      Allow distutils extensions to define new kinds of metadata that can be · 899e59ff
      PJ Eby authored
      written to EGG-INFO.  Extensible applications and frameworks can thus make
      it possible for plugin projects to supply setup() metadata that can then
      be used by the application or framework.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041183
      899e59ff
    • PJ Eby's avatar
      Fix WorkingSet yielding the same distribution more than once if more than · 568f7f51
      PJ Eby authored
      one path entry points to it.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041182
      568f7f51
    • PJ Eby's avatar
      Got rid of the no-longer meaningful "depends" command. Consolidated the · 8afe820f
      PJ Eby authored
      replacement of the "install" command so that installation is always via
      easy_install, but doesn't use the previous kludgy intereception technique.
      Allow ``extra_path`` to be set, but ignore it, so that when easy_install
      wraps a package that uses it, there won't be any confusion as to the
      desired installation location.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041181
      8afe820f
    • PJ Eby's avatar
      Enhanced setuptools infrastructure to support distutils extensions that · 8a29467d
      PJ Eby authored
      can be plugged in at setup() time to define new setup() arguments or
      distutils commands.  This allows modularization and reuse of distutils
      extensions in a way that was previously not possible.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041180
      8a29467d
    • PJ Eby's avatar
      Allow specifying an environment and/or installer for entry-point loading. · a762d97e
      PJ Eby authored
      This will be used by setuptools to automatically install eggs that may be
      needed as part of a build process, or to invoke a particular command.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041179
      a762d97e
    • PJ Eby's avatar
      Change dependency processing algorithm for less redundancy in the common · f1e355b2
      PJ Eby authored
      case, and more thoroughness in the --always-copy case.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041178
      f1e355b2
    • PJ Eby's avatar
      Fix wrongly including files that Subversion has marked deleted. · 01972d44
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041177
      01972d44
    • PJ Eby's avatar
      Performance boosts: don't create environment during require()/resolve() · 34e9acb9
      PJ Eby authored
      if all requirements can be met with items already in the working set.
      Don't eagerly determine whether a path is a directory.  Avoid redundant
      path operations, etc.  These changes dropped the test suite runtime from
      over 3.4 seconds to around .34 seconds.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041176
      34e9acb9
  8. 03 Aug, 2005 1 commit
  9. 31 Jul, 2005 1 commit
  10. 25 Jul, 2005 1 commit
  11. 24 Jul, 2005 5 commits
  12. 21 Jul, 2005 3 commits
    • PJ Eby's avatar
      Improved backward compatibility of Mac OS platform string changes, thanks · 1b23ba3c
      PJ Eby authored
      to more help from Kevin Dangoor.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041143
      1b23ba3c
    • PJ Eby's avatar
      Tweak Mac OS platform string based on Mac SIG feedback: remove "micro" · dce75aea
      PJ Eby authored
      version number, and map "PowerPC" and "Power_Macintosh" to "ppc".
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041142
      dce75aea
    • PJ Eby's avatar
      Added support for handling MacOS platform information in ``.egg`` · 92cd79e4
      PJ Eby authored
      filenames, based on a contribution by Kevin Dangoor.  (NOTE: this may make
      eggs compiled for OS X with older versions of setuptools unusable!  If you
      have eggs whose file/directory names end with ``-darwin-*.egg``, you will
      probably need to rename them to ``-macosx-*.egg``, substituting your
      current Mac OS version for the darwin kernel version in the version number.
      Or, you can just delete and reinstall the problematic eggs.)
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041141
      92cd79e4