python3-cloudscraper: remove package
The issue page from github is long gone. The developer does sketchy stuff (locks down features in paid version, ignores pull requests, ...). We only packaged this for Komikku, and it already dropped the dependency a while ago, so I think it's safe to remove this package.
This commit is contained in:
parent
89d0646309
commit
4776b8f486
2 changed files with 1 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
# Template file for 'python3-cloudscraper'
|
||||
pkgname=python3-cloudscraper
|
||||
version=1.2.52
|
||||
revision=1
|
||||
wrksrc=cloudscraper-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-requests-toolbelt"
|
||||
short_desc="Python module to bypass Cloudflare's anti-bot page"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/venomous/cloudscraper"
|
||||
distfiles="${PYPI_SITE}/c/cloudscraper/cloudscraper-${version}.tar.gz"
|
||||
checksum=db54e8e21f38ca3999c80270d55288ecc236d6ddb75f2ee4d40cfe1a3fb4421e
|
||||
|
||||
do_check() {
|
||||
# Needs unpackaged v8eval
|
||||
:
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
|
@ -215,6 +215,7 @@ replaces="
|
|||
python-sqlite<=2.8.3_1
|
||||
python-xlib<0.29_1
|
||||
python3-Django<=3.0.7_2
|
||||
python3-cloudscraper<=1.2.52_1
|
||||
python3-pyPEG2<=2.15.2_7
|
||||
qimageblitz<=0.0.6_4
|
||||
qucs<=0.0.19_2
|
||||
|
|
Loading…
Reference in a new issue