1. 21 Jul, 2006 2 commits
    • PJ Eby's avatar
      Fix a problem with eggs specified directly on ``PYTHONPATH`` on · 6cc3cd68
      PJ Eby authored
      case-insensitive filesystems possibly not showing up in the default
      working set, due to differing normalizations of ``sys.path`` entries.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050757
      6cc3cd68
    • PJ Eby's avatar
      0.6c1 MD5 info · c816c62c
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050756
      c816c62c
  2. 20 Jul, 2006 2 commits
    • PJ Eby's avatar
      Backport PyPI regex change. · 9dea6009
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050735
      9dea6009
    • PJ Eby's avatar
      EasyInstall now includes setuptools version information in the · bad362fe
      PJ Eby authored
      ``User-Agent`` string sent to websites it visits. (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050733
      bad362fe
  3. 18 Jul, 2006 3 commits
    • PJ Eby's avatar
      Fix incorrect release note regarding the egg_info/sdist fix. · fa18a05d
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050707
      fa18a05d
    • PJ Eby's avatar
      Source distributions now always include a ``setup.cfg`` file that explicitly · 3536c85d
      PJ Eby authored
      sets ``egg_info`` options such that they produce an identical version number
      to the source distribution's version number.  (Previously, the default
      version number could be different due to the use of ``--tag-date``, or if
      the version was overridden on the command line that built the source
      distribution.)
      
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050703
      3536c85d
    • PJ Eby's avatar
      Support ``extra_path`` option to ``setup()`` when ``install`` is run in · 5afddb36
      PJ Eby authored
      backward-compatibility mode.  (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050700
      5afddb36
  4. 14 Jul, 2006 1 commit
    • PJ Eby's avatar
      * Fixed ``AttributeError`` when trying to download a ``setup_requires`` · 403e6845
      PJ Eby authored
        dependency when a distribution lacks a ``dependency_links`` setting.
      
      * Made ``zip-safe`` and ``not-zip-safe`` flag files contain a single byte,
        so as to play better with packaging tools that complain about zero-length
        files.
      
      * Made ``setup.py develop`` respect the ``--no-deps`` option, which it
        previously was ignoring.
      
      (bug fixes backported from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050659
      403e6845
  5. 11 Jul, 2006 7 commits
    • PJ Eby's avatar
      Fix doubled --tag-build help display (backport from trunk) · d9cf1dca
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050593
      d9cf1dca
    • PJ Eby's avatar
      Bump version # · ce302c2f
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050590
      ce302c2f
    • PJ Eby's avatar
      Fix doc typo · 7486d707
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050589
      7486d707
    • PJ Eby's avatar
      Simplify release process using new egg_info options · 6feae98e
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050584
      6feae98e
    • PJ Eby's avatar
      Suppressed warning message about possibly-misspelled project name, if an egg · 95637d99
      PJ Eby authored
      or link for that project name has already been seen.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050581
      95637d99
    • PJ Eby's avatar
      Merge updated index api docs from the trunk. · 5a5f3580
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050563
      5a5f3580
    • PJ Eby's avatar
      Reduce screenscraping required for a package index. Homepage and · 6f78e2f6
      PJ Eby authored
      download URLs can now be marked with 'rel="download"' and
      'rel="homepage"' respectively, and the 'Index of Packages' string is no
      longer required.  Since PyPI doesn't yet support rel="" attributes, the
      old "<th>"-matching code remains, as does the MD5 scraping.
      (backport from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050557
      6f78e2f6
  6. 10 Jul, 2006 8 commits
  7. 20 Jun, 2006 1 commit
  8. 15 Jun, 2006 2 commits
  9. 09 Jun, 2006 6 commits
    • PJ Eby's avatar
      syntax error · 182bad29
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046797
      182bad29
    • PJ Eby's avatar
      0.6b3 brown bag fix; update release script to remove revision tags · 87006dd5
      PJ Eby authored
      before uploading!
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046796
      87006dd5
    • PJ Eby's avatar
      0.6b3 release · b3073b51
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046793
      b3073b51
    • PJ Eby's avatar
      Allow .py files found by the include_package_data option to be · f01c17e9
      PJ Eby authored
      automatically included.  Remove duplicate data file matches if both
      include_package_data and package_data are used to refer to the same
      files.
      (merge from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046791
      f01c17e9
    • PJ Eby's avatar
      Fix mysterious errors during initial setuptools install, caused by · 977692d0
      PJ Eby authored
      ez_setup trying to run easy_install twice, due to a code fallthru
      after deleting the egg from which it's running.
      (merge from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046789
      977692d0
    • PJ Eby's avatar
      Fix sometimes not detecting local packages installed outside of "site" · 455c4612
      PJ Eby authored
      directories.
      (merge from trunk)
      
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046782
      455c4612
  10. 07 Jun, 2006 5 commits
  11. 01 Jun, 2006 2 commits
    • PJ Eby's avatar
      0.6b2 MD5's · 1c90af04
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046598
      1c90af04
    • PJ Eby's avatar
      Add missing 0.6b2 release note · 54f707ea
      PJ Eby authored
      --HG--
      branch : setuptools-0.6
      extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046593
      54f707ea
  12. 30 May, 2006 1 commit