wpull: remove, unmaintained, broken with Python 3.8+.

This commit is contained in:
Leah Neukirchen 2020-10-15 13:14:37 +02:00
parent 296ba7303e
commit eedb80946a
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
# Template file for 'wpull'
pkgname=wpull
version=2.0.3
revision=3
build_style=python3-module
pycompile_module="wpull"
hostmakedepends="python3-setuptools"
depends="python3-chardet python3-dnspython python3-html5lib python3-lxml
python3-namedlist python3-psutil python3-SQLAlchemy python3-tornado
python3-Yapsy"
short_desc="Wget-compatible web downloader and crawler"
maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="https://github.com/chfoo/wpull"
license="GPL-3.0-only"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=45649c2b95c1cc8f6226900c50fd1595f2aa325af5cbd1bd1c84ddc82fb414e9
pre_build() {
sed -i 's/dnspython3/dnspython/' setup.py # needed for dnspython>=1.13.0
}

View File

@ -1 +0,0 @@
ignore="*b*"