Opened 17 years ago

Closed 17 years ago

#3812 closed (fixed)

Update cheeseshop settings to 0.96 so easy_install works

Reported by: the.pythy@… Owned by: Adrian Holovaty
Component: *.djangoproject.com Version:
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

$ easy_install Django
Searching for Django
Reading http://cheeseshop.python.org/pypi/Django/
Reading http://www.djangoproject.com/
Reading http://cheeseshop.python.org/pypi/Django/0.91
No local packages or download links found for Django
error: Could not find suitable distribution for Requirement.parse('Django')

There are two ways to fix it:

  1. Upload Django tarball to cheeseshop
  2. Make tarball available for easy_install/setuptools at djangoproject.com
    1. Change metadata at cheeseshop: specify "Download URL" to http://www.djangoproject.com/download/
    2. Change link to tarball from "/download/%(VERSION)s/tarball/" to "/download/Django-%(VERSION)s.tar.gz"

Change History (3)

comment:1 by Simon G. <dev@…>, 17 years ago

Summary: easy_install can't find Django distributionUpdate cheeseshop settings to 0.96 so easy_install works
Triage Stage: UnreviewedAccepted

comment:2 by Gary Wilson <gary.wilson@…>, 17 years ago

Owner: changed from Jacob to Adrian Holovaty
Triage Stage: AcceptedReady for checkin

It looks like Adrian is the owner of the Django cheeseshop entry. I assume that only the owner can make changes to the entry? If so, this should be marked as ready for checkin as nobody but Adrian could go any further on this ticket. FYI, it looks like someone couldn't wait and created a Django096 entry.

comment:3 by Jacob, 17 years ago

Resolution: fixed
Status: newclosed

Thanks, Gary; that'll do for now.

Note: See TracTickets for help on using tickets.
Back to Top