New package: wpull-1.2.1
This commit is contained in:
parent
99e970215f
commit
d2176f2435
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'wpull'
|
||||
pkgname=wpull
|
||||
version=1.2.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
python_versions="3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python3.4-tornado python3.4-trollius python3.4-lxml python3.4-chardet
|
||||
python3.4-SQLAlchemy python3.4-html5lib python3.4-dnspython3 python3.4-psutil
|
||||
python3.4-namedlist"
|
||||
pycompile_module="wpull"
|
||||
short_desc="Wget-compatible web downloader and crawler"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
homepage="https://github.com/chfoo/wpull"
|
||||
license="GPL-3"
|
||||
distfiles="${PYPI_SITE}/w/wpull/wpull-${version}.tar.gz"
|
||||
checksum=c2491df6dd51548e598f4551032f5c8fde57006fed035832cdf9a19e732d2a9c
|
|
@ -0,0 +1 @@
|
|||
ignore="*b*"
|
Loading…
Reference in New Issue