mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/selenium: Version Bump
Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST selenium-2.46.0.tar.gz 2621186 SHA256 fffce2696f1dfd64662086aac276e657e33953b32e265e34c4d28f5f1787e62c SHA512 58d2bbc2768ccee7c238ed64c0e73d6e56977581ebda5d71a58dfd262e6b724501b49cac11a56fc79b700810ac8f7e09d968f4135f6aed4abf8147eecdce99ea WHIRLPOOL fb537963360abf0950ee71fff2a6db889800692434f4b98412d52249054cbbf177c8e4bdf19ab1640a825f7bee072af2c4a9fcf8dfc9f9c365de4639bf69c063
|
||||
DIST selenium-2.47.1.tar.gz 2577428 SHA256 f046a0d4c7feba438c94e3a69e18338ccdccb38a0171fdb4495bd6da56e136d6 SHA512 da785994073c47fafdb3b334d734affe673976e5bbe797d8a09592429aebbe2d03a4d8f8c49f56ab08ae665fa5c96d9a9b2cfef1dbab1b6e86ab093339d9b499 WHIRLPOOL 5f78ea15459c7955300d979d2b4e2f8734145a033ee5a6035a5579840134c08575614fe2ebcdee660fdc41c48515d8c96a825d8010737a8c0b142271343eafde
|
||||
DIST selenium-2.49.0.tar.gz 805927 SHA256 b94fc480797ff30d09ba39a93b54f5ee00a1255cfee05a4448d3126130993ff9 SHA512 203414ae166a719bcf2a358c6d87d62307d2a3ca710e5671e1ce4331d30bf736bab4a53d470ed09d7656031c3bea9313b273dae645b5b56f7c4c0a27eb3343d6 WHIRLPOOL 8c8697505bf9dac992870087273000ce7e03e06ca7614012a4bd623af86db97ca4972b993ef4f87071d233965fd2ae4ea5a14adbf386b91ff7fb3df131fef59b
|
||||
|
||||
26
dev-python/selenium/selenium-2.49.0.ebuild
Normal file
26
dev-python/selenium/selenium-2.49.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python language binding for Selenium Remote Control"
|
||||
HOMEPAGE="https://github.com/SeleniumHQ/selenium http://www.seleniumhq.org
|
||||
https://pypi.python.org/pypi/selenium/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
DOCS=( py/CHANGES py/README )
|
||||
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/*/x_ignore_nofocus.so"
|
||||
Reference in New Issue
Block a user