Ticket #5 (closed task: fixed)

Opened 2 years ago

Last modified 1 year ago

support for indexing source distributions please

Reported by: robin Assigned to: robin
Priority: major Component: pypicache
Version: Keywords:
Cc:

Description

The index currently only supports egg files. Want source distributions as well

Attachments

Change History

04/14/07 14:43:55 changed by robin

  • status changed from new to assigned.

04/14/07 20:34:58 changed by robin

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [571]) closes #5, re #7

04/16/07 03:17:54 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

This should not have been closed

04/16/07 03:27:30 changed by robin

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [573]) closes #5 (for real this time)

* Added support for all distribution formats that are supported by

setuptools.package_index.distros_for_location

Resonable attempts are made to detect and prune or reject ambiguous project/version names. warnings are emitted if any are encountered.

The individual download links on each project index page are sorted according to pkg_resources.Distribution.precedence (EGG_DIST, BINARY_DIST, SOURCE_DIST, CHECKOUT_DIST, DEVELOP_DIST). This means eggs get listed first.

Any distribution that is not a single file archive (zip, zipped egg, tarbal, rpm etc) WILL NOT BE LISTED IN THE INDEX. Ie CHECKOUT_DIST, and DEVELOP_DIST will not appear, even if you happen to have a checkout distribution *under* your index.

* Made individual project pages more clearly advertise the project/version

combination to which they pertain and to point at cheeseshop.python.org/pypi as the 'official' community index. This is mainly for the benefit of people that arrive at an index page from a search engine or some such.

07/07/07 02:17:43 changed by anonymous


Add/Change #5 (support for indexing source distributions please)




Action