Add deps for net-misc/sherlock

This commit is contained in:
Yury Martynov 2019-07-21 17:25:00 +03:00
parent 925e3104d9
commit bb5005b96e
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
9 changed files with 94 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST requests-futures-0.9.9.tar.gz 7305 BLAKE2B b31cefe6c4c26bf4322828c761091f8c80231033ae570d4383f1a4374b88d2df892a6191c7e18ee65b469dbd72aaddceb57eef5f0dc0ee1e35df2c720985f1e8 SHA512 dba22ea9e6f4dfe5ec80464eb2f8ca9a975596c9ab8a379332779b30834d46bdc9bc26d0d911b20f386257cddecf59e37049648ebd599d9c246c80be80f1f63f

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="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1,21 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
DESCRIPTION="Asynchronous Python HTTP Requests for Humans using Futures"
HOMEPAGE="https://github.com/ross/requests-futures"
SRC_URI="https://github.com/ross/requests-futures/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
LICENSE="Apache-2.0"
SLOT=0
IUSE=""
RDEPEND="${PYTHON_DEPS}
dev-python/requests[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/futures-2.1.3[${PYTHON_USEDEP}]' python2_7)"

View file

@ -0,0 +1 @@
DIST soupsieve-1.9.2.tar.gz 97217 BLAKE2B 38f0bc7f29f451c1c94a2037d53bfd077e9789b1ce6ad0ef6570819825ad5e9e171161bc2774add6333fbcbc9515e8852e0719c91887bfe3ab1dee39ad3fe86d SHA512 f39b0aaabfc5d71ea005eb21944d9c1107031980a8e167ad2403580ca03c79b57aba0cc54c13dc0b579e3cff61e641052f2d68bdfa8c81e64aee2cdd23a1c35a

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="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1,20 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
DESCRIPTION="A modern CSS selector implementation for BeautifulSoup"
HOMEPAGE="http://facelessuser.github.io/soupsieve/"
SRC_URI="https://github.com/facelessuser/soupsieve/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
LICENSE="MIT"
SLOT=0
IUSE=""
RDEPEND="${PYTHON_DEPS}
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"

View file

@ -0,0 +1 @@
DIST torrequest-20181011.tar.gz 2173 BLAKE2B e4583522ff86124caa0548ce61119b9e0ed1d64fe5fd3e5f158065eb1a7a5a6514dbd524206c5200954d7c865b63512125a264e8a1888899a21ccd94c44296cf SHA512 7b0f1e6f66a363e5db6ae5f48e9b5604ff2d2780e14552e74c7152796dd0970a5b00ace27a95bdad4991edfcee6e265882078b65f8280e6701b9541337684bef

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="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1,26 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
DESCRIPTION="Simple Python interface for HTTP(s) requests over Tor"
HOMEPAGE="https://github.com/erdiaker/torrequest"
HASH_COMMIT="8c1b5d0b90bbc5f302cc624a8ae61545542b99f4"
SRC_URI="https://github.com/erdiaker/torrequest/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
LICENSE="MIT"
SLOT=0
IUSE=""
RDEPEND="${PYTHON_DEPS}
dev-python/PySocks[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
net-libs/stem[${PYTHON_USEDEP}]"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"