Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269086 - dev-python/decorator-2.3.2 has incorrect source URL
Summary: dev-python/decorator-2.3.2 has incorrect source URL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-09 05:17 UTC by Dave Hughes
Modified: 2009-05-22 21:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hughes 2009-05-09 05:17:07 UTC
When attempting to install pylons, the dev-python/decorator dependency failed to fetch its source tarball from PyPI (404 Not Found). The ebuild contains the following SRC_URI:

SRC_URI="http://pypi.python.org/packages/source/D/decorator/${P}.tar.gz"

It appears the "D" component of the URL should be "d" (as it is in the dev-python/decorator-3.0.1 ebuild). Manually fetching the source into distfiles from the corrected URL allowed the emerge to proceed normally.

Reproducible: Always

Steps to Reproduce:
1.Attempt to emerge dev-python/decorator
Actual Results:  
Fails to fetch source URL http://pypi.python.org/packages/source/D/decorator/decorator-2.3.2.tar.gz

Expected Results:  
Should fetch source from http://pypi.python.org/packages/source/d/decorator/decorator-2.3.2.tar.gz
Comment 1 Patrick Lauer gentoo-dev 2009-05-22 21:01:12 UTC
+  22 May 2009; Patrick Lauer <patrick@gentoo.org> decorator-2.3.2.ebuild:                                
+  SRC_URI fix for 2.3.2, fixes #269086  

no idea how that managed to happen :)