diff options
-rw-r--r-- | dev-python/selenium/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/selenium/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/selenium/selenium-2.42.1.ebuild | 22 |
3 files changed, 30 insertions, 2 deletions
diff --git a/dev-python/selenium/ChangeLog b/dev-python/selenium/ChangeLog index 871a2d83553a..18a74553d0f1 100644 --- a/dev-python/selenium/ChangeLog +++ b/dev-python/selenium/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/selenium # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.6 2014/01/25 09:55:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.7 2014/07/24 14:58:06 jlec Exp $ + +*selenium-2.42.1 (24 Jul 2014) + + 24 Jul 2014; Justin Lecher <jlec@gentoo.org> +selenium-2.42.1.ebuild, + metadata.xml: + Version BUmp *selenium-2.39.0 (25 Jan 2014) diff --git a/dev-python/selenium/metadata.xml b/dev-python/selenium/metadata.xml index de483c53568f..ee7e8b2450a8 100644 --- a/dev-python/selenium/metadata.xml +++ b/dev-python/selenium/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>python</herd> + <herd>python</herd> </pkgmetadata> diff --git a/dev-python/selenium/selenium-2.42.1.ebuild b/dev-python/selenium/selenium-2.42.1.ebuild new file mode 100644 index 000000000000..c1da46500354 --- /dev/null +++ b/dev-python/selenium/selenium-2.42.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/selenium-2.42.1.ebuild,v 1.1 2014/07/24 14:58:06 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Python language binding for Selenium Remote Control (version 1.0 and 2.0)" +HOMEPAGE="http://pypi.python.org/pypi/selenium/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~arm ~x86" +IUSE="doc" +LICENSE="Apache-2.0" +SLOT="0" + +DOCS=( py/CHANGES py/README ) +DISTUTILS_IN_SOURCE_BUILD=1 +QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/*/x_ignore_nofocus.so" |