Opened 18 years ago
Closed 17 years ago
#3812 closed (fixed)
Update cheeseshop settings to 0.96 so easy_install works
Reported by: | 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:
- Upload Django tarball to cheeseshop
- Make tarball available for easy_install/setuptools at djangoproject.com
- Change metadata at cheeseshop: specify "Download URL" to http://www.djangoproject.com/download/
- Change link to tarball from "/download/%(VERSION)s/tarball/" to "/download/Django-%(VERSION)s.tar.gz"
Change History (3)
comment:1 by , 18 years ago
Summary: | easy_install can't find Django distribution → Update cheeseshop settings to 0.96 so easy_install works |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 18 years ago
Owner: | changed from | to
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, Gary; that'll do for now.
Note:
See TracTickets
for help on using tickets.
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.