dev-python/cfscrape: bump to 2.1.1

@blshkv do it's really needed for us? It's only py module

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
Yury Martynov 2020-03-02 13:03:27 +03:00
parent 178cc8e10e
commit df1fb44316
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
5 changed files with 33 additions and 4 deletions

View file

@ -1,2 +1,3 @@
DIST cfscrape-1.9.7.tar.gz 8596 BLAKE2B 372a6b8fc4af9fa5fe563f536e5e6f5cdf149c3f2df8038d9c16b0df71097196e499e59c0d6395b1f54c4cda14f453063e059f1994e936bb50a0f8237ef8f78e SHA512 eb6d817ed732f7f268aba9cec3c78331d590ebf11c831b9901231b03f170a72e2e9383f550bc1157ee859a78cd77d528bae07931dc99438cceb3128715082c24
DIST cfscrape-2.0.7.tar.gz 12247 BLAKE2B 9843e1cd38a2880875069a115897a02877344f3b51b5d3cdaf95ac3f13b8550bacde8f15f6aca29b4f38cf8b437b0182c8684fa449d786a9cd01fbde015c4253 SHA512 3d3689a43c91e467391fb46ff842a04792f2bed24dc6b7561fd4dd80457e8b0a5119c3698bd0ca4fb456b92de557527d2a53d53e2478c734afd750f89a3f212d
DIST cfscrape-2.1.1.tar.gz 15368 BLAKE2B 44774ecfd4f45b4f6d513aa84d6393c788475077356266fdcd04341dc07cd8b60eb309d1691555fb2aafff436ec41f8ea1b60183674a40f589ed41322764b537 SHA512 54cc0fda438e78ca6d405288eb48083cc87e3a6df50517cfdaa313f6d71da7e0fffcf51e6e4d0f140530a644933b014a19d72c4f4b2557e837c2f77f2ef51f2d

View file

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -11,7 +11,7 @@ DESCRIPTION="A module to bypass Cloudflare's anti-bot page"
HOMEPAGE="https://github.com/Anorov/cloudflare-scrape"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

View file

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -11,7 +11,7 @@ DESCRIPTION="A module to bypass Cloudflare's anti-bot page"
HOMEPAGE="https://github.com/Anorov/cloudflare-scrape"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

View file

@ -0,0 +1,20 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A module to bypass Cloudflare's anti-bot page"
HOMEPAGE="https://github.com/Anorov/cloudflare-scrape"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="${PYTHON_DEPS}
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>