obsolete cleanup

This commit is contained in:
TheK0tYaRa 2025-09-27 05:46:49 +03:00
parent 4e878df03e
commit 0054db520c
314 changed files with 3 additions and 31002 deletions

View file

@ -1,3 +0,0 @@
DIST cloudscraper-1.2.65.gh.tar.gz 111946 BLAKE2B 7b53819ceb3349c9e8bc24cfd3138119b46bd88daa639d1c29b7e7477f0fc2cb323b3e485832236eadf48be76d16a2dde93cadffe594fc7b7d43b24651de45eb SHA512 e885e7e0b7e91318da4b6d65165961fbae27951be9b4f05af96e7eeaf1e28e1146af52c10bf0b769f07fc04016998eed9146ec92504a591d81434a101c6d6850
EBUILD cloudscraper-1.2.65.ebuild 1466 BLAKE2B 1bd63fb43f0baeb95e16af86e30f3e0334978609f79da270f5fcc15ac3bb6cd273994322d2ff4a20a7f4116f0900b3239336576b70bb2b5261bc9d0b683fc38d SHA512 92222bef3f07a87a430be869e93c69cb97266319243a4386979620a73f57967605371f63e971e1ee4488116cd8ae2544a4f4ca78c126b57f7329d6be2aceacf4
MISC metadata.xml 749 BLAKE2B dd73d528bd6b2fd50230028ca8877783b315c9f3327ca3173b75a32ca7d1dc6135aa86e765f6d7b9929e6a84e5ce7f99a9c2a0ee4972c01e818f27b83719b5b8 SHA512 b36231ae7509d4ee146c4b0ba97aef6d9ee67db44741ba9f53e201f5f6b0392eaee3ce6e41c988ef9938c5e4b6dbe1fea10505319d40916e6b0bce5597dd790c

View file

@ -1,49 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature
DESCRIPTION="A Python module to bypass Cloudflare's anti-bot page"
HOMEPAGE="https://github.com/VeNoMouS/cloudscraper"
SRC_URI="https://github.com/VeNoMouS/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
RDEPEND="
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/js2py[${PYTHON_USEDEP}]
dev-python/pytest-forked[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
net-libs/nodejs
)
"
# These tests fail for no understanadble reason
EPYTEST_DESELECT=(
"tests/test_cloudscraper.py::TestCloudScraper::test_bad_interpreter_js_challenge1_16_05_2020"
"tests/test_cloudscraper.py::TestCloudScraper::test_bad_solve_js_challenge1_16_05_2020"
"tests/test_cloudscraper.py::TestCloudScraper::test_Captcha_challenge_12_12_2019"
"tests/test_cloudscraper.py::TestCloudScraper::test_reCaptcha_providers"
)
distutils_enable_tests pytest
pkg_postinst() {
optfeature "brotli decompresssion support" "dev-python/brotlipy"
optfeature "js2py interpreter support" "dev-python/js2py"
optfeature "node.js interpreter support" "net-libs/nodejs"
}

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>vaartis@kotobank.ch</email>
<name>Ekaterina Vaartis</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm Under Attack Mode", or IUAM),
implemented with Requests
</longdescription>
<upstream>
<remote-id type="github">venomous/cloudscraper</remote-id>
<remote-id type="pypi">cloudscraper</remote-id>
</upstream>
<stabilize-allarches/>
</pkgmetadata>