void-packages/srcpkgs/wpull/template
Alessio Sergi db3fb1358d wpull: rebuild for Python 3.5
Switch to python3-module.
Switch to python3-* pkgs.
2016-10-17 15:43:40 +02:00

21 lines
752 B
Bash

# Template file for 'wpull'
pkgname=wpull
version=1.2.3
revision=3
noarch=yes
build_style=python3-module
pycompile_module="wpull"
hostmakedepends="python-setuptools python3-setuptools"
depends="python3-tornado python3-trollius python3-lxml python3-chardet
python3-SQLAlchemy python3-html5lib python3-dnspython python3-psutil
python3-namedlist"
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/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=93058d8b1864c80a160a94715a471795ea13f4527e2c7713f231a6dbad73d5fe
pre_build() {
sed -i 's/dnspython3/dnspython/' setup.py # needed for dnspython>=1.13.0
}