From eedb80946af83bb0b30ed69902339577e0e36a00 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 15 Oct 2020 13:14:37 +0200 Subject: [PATCH] wpull: remove, unmaintained, broken with Python 3.8+. --- srcpkgs/wpull/template | 20 -------------------- srcpkgs/wpull/update | 1 - 2 files changed, 21 deletions(-) delete mode 100644 srcpkgs/wpull/template delete mode 100644 srcpkgs/wpull/update diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template deleted file mode 100644 index ad1ce72103f..00000000000 --- a/srcpkgs/wpull/template +++ /dev/null @@ -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 " -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 -} diff --git a/srcpkgs/wpull/update b/srcpkgs/wpull/update deleted file mode 100644 index e9b0a0a5ea4..00000000000 --- a/srcpkgs/wpull/update +++ /dev/null @@ -1 +0,0 @@ -ignore="*b*"