python-feedparser: change distfile to PYPI_SITE
This commit is contained in:
parent
85e12fc88b
commit
b963f77a47
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ maintainer="Dominik Honnef <dominik@honnef.co>"
|
|||
license="Simplified BSD"
|
||||
homepage="https://pypi.python.org/pypi/feedparser"
|
||||
short_desc="Parse Atom and RSS feeds in Python"
|
||||
distfiles="https://pypi.python.org/packages/source/f/feedparser/feedparser-${version}.post1.tar.bz2"
|
||||
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.post1.tar.bz2"
|
||||
checksum=605a4bff8ef61c1149c3a014ad6ec74ac58ddd7d4c5cb18a00f7f77311c37100
|
||||
|
||||
python3.4-feedparser_package() {
|
||||
|
|
Loading…
Reference in a new issue