selenium-requests: new ebuild (deps for net-analyzer/iposint)

This commit is contained in:
Yury Martynov 2019-07-19 15:15:17 +03:00
parent c2a48e1613
commit f4d04a62ad
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST selenium-requests-1.3.1.tar.gz 7991 BLAKE2B 739b9a82af3ea1171094380b291a5097b03cf0985519b2bf322a006a955651ce81edf2dcfd3fcb95907f5505feac9e2b1b2f75483b2236ebf40c56a44ffd4dcb SHA512 c72ae5af9d85212d771215d8584568954220a8879a8eb177ccb847aa291980d61ef0f37c6e3e3122425fdd9300deba91c31d1de4eb8aa9e2e604b9d397d981bf

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,24 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Extends Selenium webdrv classes to include the request function from the Requests library"
HOMEPAGE="https://github.com/cryzed/Selenium-Requests"
SRC_URI="https://github.com/cryzed/Selenium-Requests/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND="${PYTHON_DEPS}
dev-python/requests[${PYTHON_USEDEP}]
dev-python/selenium[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/tldextract[${PYTHON_USEDEP}]"
S="${WORKDIR}/Selenium-Requests-${PV}"