From e53aa6b4fbe5a0c6db75d893829f7a6a37a14180 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Jan 2023 02:49:59 +0000 Subject: gentoo auto-resync : 28:01:2023 - 02:49:59 --- dev-python/cloudscraper/Manifest | 2 - dev-python/cloudscraper/cloudscraper-1.2.65.ebuild | 49 ---------------------- 2 files changed, 51 deletions(-) delete mode 100644 dev-python/cloudscraper/cloudscraper-1.2.65.ebuild (limited to 'dev-python/cloudscraper') diff --git a/dev-python/cloudscraper/Manifest b/dev-python/cloudscraper/Manifest index f6f515db3173..a769dda568e3 100644 --- a/dev-python/cloudscraper/Manifest +++ b/dev-python/cloudscraper/Manifest @@ -1,5 +1,3 @@ -DIST cloudscraper-1.2.65.gh.tar.gz 111946 BLAKE2B 7b53819ceb3349c9e8bc24cfd3138119b46bd88daa639d1c29b7e7477f0fc2cb323b3e485832236eadf48be76d16a2dde93cadffe594fc7b7d43b24651de45eb SHA512 e885e7e0b7e91318da4b6d65165961fbae27951be9b4f05af96e7eeaf1e28e1146af52c10bf0b769f07fc04016998eed9146ec92504a591d81434a101c6d6850 DIST cloudscraper-1.2.68.gh.tar.gz 111952 BLAKE2B 69e896ad704ce776594fb89714bb75316ebff1b03387cba8575be6d60b496d18556690cfad109c2fa55c72ce3d91dcd21a21467a2d9820c579fea7482b688800 SHA512 42fa90127c6348c52a8327728683719966ae69c7b945cb9b485907e89e3b29b8053d31cd9cd4326e71ffd4c33e0fce20dd3d0e046fab62d89110eb4510535ad9 -EBUILD cloudscraper-1.2.65.ebuild 1466 BLAKE2B 7ac2cf1f83d84b003c6e25fae61ad5bc63c60aca2a46f36f630fad1c86df977c25476af758e8e39c1523410f3ce95bcf5d125557df6fd2a3ba406a4104d21d6a SHA512 68c6a8caf5deae2850f983930b300d6afcc097457942c43e051c56307fc311065007ba4c927b47dbd094a9341f69c52986f575ed3c8e8fee0580dfa9b01da9a3 EBUILD cloudscraper-1.2.68.ebuild 1522 BLAKE2B 79647b106ec24b637e2ccbe4c136f277f6d542610a6bf856d217dab547df8e59dc28156182148baebddad5af08357a4ef091ab11ee75995c0e695f209a2cb691 SHA512 98622cb750524fa48b490928745c45dae12e65c9c7334e057237a4144028b16c515c43044031d58251fa51587dcbefe720af3ff5d961728fb9142e7c54d09375 MISC metadata.xml 749 BLAKE2B dd73d528bd6b2fd50230028ca8877783b315c9f3327ca3173b75a32ca7d1dc6135aa86e765f6d7b9929e6a84e5ce7f99a9c2a0ee4972c01e818f27b83719b5b8 SHA512 b36231ae7509d4ee146c4b0ba97aef6d9ee67db44741ba9f53e201f5f6b0392eaee3ce6e41c988ef9938c5e4b6dbe1fea10505319d40916e6b0bce5597dd790c diff --git a/dev-python/cloudscraper/cloudscraper-1.2.65.ebuild b/dev-python/cloudscraper/cloudscraper-1.2.65.ebuild deleted file mode 100644 index 0e8b81d6b73e..000000000000 --- a/dev-python/cloudscraper/cloudscraper-1.2.65.ebuild +++ /dev/null @@ -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_{9..10} ) -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" -} -- cgit v1.2.3