1. 06 Jul, 2005 4 commits
    • PJ Eby's avatar
      Added ``develop`` command to ``setuptools``-based packages. This command · e5eac13d
      PJ Eby authored
      installs an ``.egg-link`` pointing to the package's source directory, and
      script wrappers that ``execfile()`` the source versions of the package's
      scripts.  This lets you put your development checkout(s) on sys.path
      without having to actually install them.  (To uninstall the link, use
      use ``setup.py develop --uninstall``.)
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041080
      e5eac13d
    • PJ Eby's avatar
      Made ``easy_install`` a standard ``setuptools`` command, moving it from · 8468e915
      PJ Eby authored
      the ``easy_install`` module to ``setuptools.command.easy_install``.  Note
      that if you were importing or extending it, you must now change your
      imports accordingly.  ``easy_install.py`` is still installed as a script,
      but not as a module.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041079
      8468e915
    • PJ Eby's avatar
      Enhanced the ``test`` command so that it doesn't install the package, but · 3686c4d8
      PJ Eby authored
      instead builds any C extensions in-place, updates the ``.egg-info``
      metadata, adds the source directory to ``sys.path``, and runs the tests
      directly on the source.  This avoids an "unmanaged" installation of the
      package to ``site-packages`` or elsewhere.  (Also, fix a breaking test of
      older dependency support; this should probably be removed altogether, as
      long as nobody's using it.)
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041078
      3686c4d8
    • PJ Eby's avatar
      Added ``egg_info`` command to ``setuptools``-based packages. This command · 4a63bc6f
      PJ Eby authored
      just creates or updates the "projectname.egg-info" directory, without
      building an egg.  It's used by the ``bdist_egg`` command now, and will be
      used by the ``test`` and ``develop`` commands later on.
      
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041077
      4a63bc6f
  2. 04 Jul, 2005 3 commits
    • PJ Eby's avatar
      Fix a problem using bdist_egg with non-setuptools distributions. · 52928dfe
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041076
      52928dfe
    • PJ Eby's avatar
      Fix typo · 8a4d2f4e
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041075
      8a4d2f4e
    • PJ Eby's avatar
      Add missing download links · ca83a912
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041074
      ca83a912
  3. 27 Jun, 2005 1 commit
  4. 25 Jun, 2005 1 commit
    • PJ Eby's avatar
      0.5a3 bugfix release · 5ed7f988
      PJ Eby authored
      --HG--
      branch : setuptools
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041072
      5ed7f988
  5. 15 Jun, 2005 6 commits
  6. 14 Jun, 2005 11 commits
  7. 12 Jun, 2005 6 commits
  8. 07 Jun, 2005 1 commit
  9. 06 Jun, 2005 1 commit
  10. 05 Jun, 2005 6 commits