python-feedparser: change distfile to PYPI_SITE
This commit is contained in:
parent
85e12fc88b
commit
b963f77a47
|
@ -12,7 +12,7 @@ maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
license="Simplified BSD"
|
license="Simplified BSD"
|
||||||
homepage="https://pypi.python.org/pypi/feedparser"
|
homepage="https://pypi.python.org/pypi/feedparser"
|
||||||
short_desc="Parse Atom and RSS feeds in Python"
|
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
|
checksum=605a4bff8ef61c1149c3a014ad6ec74ac58ddd7d4c5cb18a00f7f77311c37100
|
||||||
|
|
||||||
python3.4-feedparser_package() {
|
python3.4-feedparser_package() {
|
||||||
|
|
Loading…
Reference in New Issue