Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401307 - dev-python/xhtml2pdf has incorrect SRC_URI
Summary: dev-python/xhtml2pdf has incorrect SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-01-29 14:13 UTC by James Rowe
Modified: 2012-01-30 20:12 UTC (History)
1 user (show)

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


Attachments
xhtml2pdf-archive_loc.patch (xhtml2pdf-archive_loc.patch,446 bytes, patch)
2012-01-29 14:14 UTC, James Rowe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Rowe 2012-01-29 14:13:40 UTC
The SRC_URI value for xhtml2pdf is incorrect and fetching the tarball fails, the attached patch fixes it.

Thanks,

James

Reproducible: Always
Comment 1 James Rowe 2012-01-29 14:14:15 UTC
Created attachment 300253 [details, diff]
xhtml2pdf-archive_loc.patch
Comment 2 Helmut Jarausch 2012-01-30 08:44:04 UTC
(In reply to comment #0)
> The SRC_URI value for xhtml2pdf is incorrect and fetching the tarball fails,
> the attached patch fixes it.
> 

Furthermore it should  !depend on dev-python/pisa
This is masked but if it is installed one gets conflicts when trying to install
xhtml2pdf.

Helmut.
Comment 3 Arfrever Frehtes Taifersar Arahesis 2012-01-30 20:07:57 UTC
Please use SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2012-01-30 20:12:50 UTC
Fixed both issues. Thanks for the report.