Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework-selenium2library/
Date: Sun, 21 Aug 2016 18:56:42
Message-Id: 1471805780.4d119880422822032a408ee1201c20dddde1357c.radhermit@gentoo
1 commit: 4d119880422822032a408ee1201c20dddde1357c
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 21 18:55:58 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 21 18:56:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d119880
7
8 dev-python/robotframework-selenium2library: toss live ebuild
9
10 .../robotframework-selenium2library-9999.ebuild | 32 ----------------------
11 1 file changed, 32 deletions(-)
12
13 diff --git a/dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild b/dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild
14 deleted file mode 100644
15 index c836b0b..0000000
16 --- a/dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild
17 +++ /dev/null
18 @@ -1,32 +0,0 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=5
24 -PYTHON_COMPAT=( python2_7 )
25 -
26 -inherit distutils-r1 git-r3
27 -
28 -EGIT_REPO_URI="git://github.com/rtomac/robotframework-selenium2library.git"
29 -
30 -DESCRIPTION="Web testing library for Robot Framework"
31 -HOMEPAGE="https://github.com/rtomac/robotframework-selenium2library/
32 - https://pypi.python.org/pypi/robotframework-selenium2library/"
33 -
34 -LICENSE="Apache-2.0"
35 -SLOT="0"
36 -KEYWORDS=""
37 -
38 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
39 -RDEPEND=">=dev-python/selenium-2.12.0[${PYTHON_USEDEP}]
40 - >=dev-python/decorator-3.3.2[${PYTHON_USEDEP}]
41 - >=dev-python/robotframework-2.6.0[${PYTHON_USEDEP}]"
42 -
43 -DOCS=( BUILD.rst CHANGES.rst README.rst )
44 -
45 -src_prepare() {
46 - # don't use bundled setuptools
47 - sed -e '/use_setuptools()/d' \
48 - -e '/ez_setup/d' \
49 - -i setup.py || die
50 -}