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ć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć
2020-05-02 18:25:13 +02:00
parent 3e0a6d6298
commit 3b8d97a81d
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST cloudscraper-1.2.34.tar.gz 104785 BLAKE2B 62ac333f6d7104859b776342feae50b5c6913715dedf9d53cba2f2324464b63709ef8281e7b99eff53ff42804c7af0555d7420a6b30158ce6c1822404ab6b68f SHA512 d85059013872e76535a8dd6ab6d66e6910bf7283f3d625a186626331bc8b037f29db601f0e7a2179073a7a436a0832964612c05d1a4b9d95aecf009ddd654b39

View File

@@ -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
"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="github">venomous/cloudscraper</remote-id>
<remote-id type="pypi">cloudscraper</remote-id>
</upstream>
</pkgmetadata>