robotframework-selenium2library: bump; rm old

Package-Manager: portage-2.2.20
This commit is contained in:
Ian Delaney
2015-08-18 12:13:04 +08:00
parent abb7d88c56
commit da3d0dd891
2 changed files with 14 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
DIST robotframework-selenium2library-1.5.0.tar.gz 216937 SHA256 e173cb9a6cc8b831ec9a96a702ea36a450e599fd88a9c9d675581a7352565542 SHA512 a0897abd12655f1a3693cccebe21daa061e40bb94340081d31b587c522a2dfeff04530897f72b05ca41ee93ba8defb71941532cac700293d22051ab583f2bb61 WHIRLPOOL 7fc04c10c3a9eb980cdc482cbcadbee9b9def10912415aeaed386903fc119f577d0459004726ea2b84b86b1a63bcae341e97777631cf4b7ba69ded50376a64fb
DIST robotframework-selenium2library-1.6.0.tar.gz 220553 SHA256 9e72fba2410e575434d6b5c3614950ebb1e807cc3e10d31702f868b26ee64dab SHA512 bb35490a8b9630451dfed0dc4695df488b177eafe356084d77e636b28240bd26a3dd496a6520e54a0fa01c0c77102e9455f4f612cd8a7ef6327cb05b4d359aee WHIRLPOOL 5c02616d9e8e7ef5653111cb1a85f135655af7126624b0aa94a944c694663edecae515d3286d2109ca4f4081ccc25d7f2352808509899375f483bf947430fd34
DIST robotframework-selenium2library-1.7.2.tar.gz 234720 SHA256 a38df7767725883c9a7e8bb292ecc4688d997cc73aa6e1b2d4035bf49a9d0154 SHA512 9f6cdad1435b4b0b3df11d029822dbdcc38a7f6563410855529ef45a71083fdd4e057be8f14d10a21fb1f0fa84179f3c42b6299565c5d31592305326ef73028e WHIRLPOOL 756be2ee0415a97a32ba789599e6b4d529149a9fb06315c05c270a61988aecbcf572102bf4856dc5e5352f06af5eb67e394eb382c8fb1dcc55b9a38364e122ac

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,13 +15,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples doc"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/selenium-2.12.0[${PYTHON_USEDEP}]
>=dev-python/decorator-3.3.2[${PYTHON_USEDEP}]
>=dev-python/robotframework-2.6.0[${PYTHON_USEDEP}]"
DOCS=( BUILD.rst CHANGES.rst README.rst )
RDEPEND=">=dev-python/selenium-2.32.0[${PYTHON_USEDEP}]
>=dev-python/decorator-3.3.2[${PYTHON_USEDEP}]
>=dev-python/robotframework-2.6.0[${PYTHON_USEDEP}]
>=dev-python/docutils-0.8.1[${PYTHON_USEDEP}]"
src_prepare() {
# don't use bundled setuptools
@@ -29,3 +29,10 @@ src_prepare() {
-e '/ez_setup/d' \
-i setup.py || die
}
python_install_all() {
use examples && local EXAMPLES=( demo/. )
use doc && local HTML_DOCS=( doc/Selenium2Library.html )
distutils-r1_python_install_all
}