From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A23B138350 for ; Sat, 2 May 2020 16:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BC77E099E; Sat, 2 May 2020 16:46:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82535E099E for ; Sat, 2 May 2020 16:46:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D94B334F2AB for ; Sat, 2 May 2020 16:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6E39206 for ; Sat, 2 May 2020 16:45:59 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1588436713.3b8d97a81dac5c4834266dbeab3c128ab3e007eb.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cloudscraper/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/cloudscraper/Manifest dev-python/cloudscraper/cloudscraper-1.2.34.ebuild dev-python/cloudscraper/metadata.xml X-VCS-Directories: dev-python/cloudscraper/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 3b8d97a81dac5c4834266dbeab3c128ab3e007eb X-VCS-Branch: dev Date: Sat, 2 May 2020 16:45:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da192e2e-584f-412e-8380-120ae233c8ec X-Archives-Hash: a83c026724d440b6ef7dc82f9e6f130b commit: 3b8d97a81dac5c4834266dbeab3c128ab3e007eb Author: Maciej Barć protonmail com> AuthorDate: Sat May 2 16:25:13 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Sat May 2 16:25:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b8d97a8 dev-python/cloudscraper: new package; add version 1.2.34 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Maciej Barć protonmail.com> dev-python/cloudscraper/Manifest | 1 + dev-python/cloudscraper/cloudscraper-1.2.34.ebuild | 21 +++++++++++++++++++++ dev-python/cloudscraper/metadata.xml | 12 ++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/cloudscraper/Manifest b/dev-python/cloudscraper/Manifest new file mode 100644 index 0000000..34deecd --- /dev/null +++ b/dev-python/cloudscraper/Manifest @@ -0,0 +1 @@ +DIST cloudscraper-1.2.34.tar.gz 104785 BLAKE2B 62ac333f6d7104859b776342feae50b5c6913715dedf9d53cba2f2324464b63709ef8281e7b99eff53ff42804c7af0555d7420a6b30158ce6c1822404ab6b68f SHA512 d85059013872e76535a8dd6ab6d66e6910bf7283f3d625a186626331bc8b037f29db601f0e7a2179073a7a436a0832964612c05d1a4b9d95aecf009ddd654b39 diff --git a/dev-python/cloudscraper/cloudscraper-1.2.34.ebuild b/dev-python/cloudscraper/cloudscraper-1.2.34.ebuild new file mode 100644 index 0000000..249ec2b --- /dev/null +++ b/dev-python/cloudscraper/cloudscraper-1.2.34.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A Python module to bypass Cloudflare's anti-bot page" +HOMEPAGE="https://github.com/venomous/cloudscraper" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/requests-2.9.2 + >=dev-python/requests-toolbelt-0.9.1 +" diff --git a/dev-python/cloudscraper/metadata.xml b/dev-python/cloudscraper/metadata.xml new file mode 100644 index 0000000..5a1dd64 --- /dev/null +++ b/dev-python/cloudscraper/metadata.xml @@ -0,0 +1,12 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + venomous/cloudscraper + cloudscraper + +