Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512596 - dev-python/tempita-0.5.3 attempts to download wrong file
Summary: dev-python/tempita-0.5.3 attempts to download wrong file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-06 13:13 UTC by zonaj
Modified: 2014-06-06 18:03 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 zonaj 2014-06-06 13:13:50 UTC
The ebuild for dev-python/tempita-0.5.3 attempts to download:

https://pypi.python.org/packages/source/T/Tempita/Tempita-0.5.3.tar.gz

But only:

https://pypi.python.org/packages/source/T/Tempita/Tempita-0.5.3dev.tar.gz

exists at that location. This causes the installation to fail.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-06 13:15:37 UTC
# ebuild tempita-0.5.3.ebuild fetch
Appending /newaches/gentoo/cvs/gentoo-x86 to PORTDIR_OVERLAY...
>>> Downloading 'https://pypi.python.org/packages/source/T/Tempita/Tempitadev-0.5.3.tar.gz'
--2014-06-06 15:14:38--  https://pypi.python.org/packages/source/T/Tempita/Tempitadev-0.5.3.tar.gz
Resolving pypi.python.org (pypi.python.org)... 185.31.17.175
Connecting to pypi.python.org (pypi.python.org)|185.31.17.175|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-06-06 15:14:38 ERROR 404: Not Found.

!!! Couldn't download 'tempita-0.5.3.tar.gz'. Aborting.
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2014-06-06 13:30:38 UTC
Fixed, thanks for reporting.
Comment 3 zonaj 2014-06-06 13:44:24 UTC
I just tried again and it looks like the bad URL was replaced with another bad U
URL:

>>> Downloading 'https://pypi.python.org/packages/source/T/Tempita/Tempitadev-0.
5.3.tar.gz'
--2014-06-06 09:39:03--  https://pypi.python.org/packages/source/T/Tempita/Tempi
tadev-0.5.3.tar.gz
Resolving pypi.python.org (pypi.python.org)... 199.27.78.175
Connecting to pypi.python.org (pypi.python.org)|199.27.78.175|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-06-06 09:39:03 ERROR 404: Not Found.

!!! Couldn't download 'tempita-0.5.3.tar.gz'. Aborting.


The "dev" string is supposed to be after the version number:

https://pypi.python.org/packages/source/T/Tempita/Tempita-0.5.3dev.tar.gz

You can see a list of all the available files if you visit:

https://pypi.python.org/packages/source/T/Tempita

Thanks
Comment 4 Dirkjan Ochtman (RETIRED) gentoo-dev 2014-06-06 13:46:42 UTC
I guess you have to wait for the mirror to sync a little bit longer? My changes should change it so that -0.5.3dev is downloaded.
Comment 5 zonaj 2014-06-06 18:03:08 UTC
Yes, this is what probably happened; Thanks a lot for the fix!