summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-24 02:12:08 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-24 02:12:08 +0000
commit57df0f38ded4c4e05a96118cdfffd46f28492541 (patch)
tree25c0376d7d635c177f983931feb3d28abdb6b9ce /dev-python/selenium
parent2.2.0_alpha160 version bump. This includes all of the fixes in 2.1.11.49. (diff)
downloadgentoo-2-57df0f38ded4c4e05a96118cdfffd46f28492541.tar.gz
gentoo-2-57df0f38ded4c4e05a96118cdfffd46f28492541.tar.bz2
gentoo-2-57df0f38ded4c4e05a96118cdfffd46f28492541.zip
Version bump. Migrate to distutils-r1 and set QA_PREBUILT for bug #450994.
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/selenium')
-rw-r--r--dev-python/selenium/ChangeLog9
-rw-r--r--dev-python/selenium/selenium-2.29.0.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/selenium/ChangeLog b/dev-python/selenium/ChangeLog
index 6c2df3876a67..a4038ed0705c 100644
--- a/dev-python/selenium/ChangeLog
+++ b/dev-python/selenium/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/selenium
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.1 2012/11/29 14:25:51 idella4 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.2 2013/01/24 02:12:08 radhermit Exp $
+
+*selenium-2.29.0 (24 Jan 2013)
+
+ 24 Jan 2013; Tim Harder <radhermit@gentoo.org> +selenium-2.29.0.ebuild:
+ Version bump. Migrate to distutils-r1 and set QA_PREBUILT for bug #450994.
*selenium-2.26.0 (30 Nov 2012)
diff --git a/dev-python/selenium/selenium-2.29.0.ebuild b/dev-python/selenium/selenium-2.29.0.ebuild
new file mode 100644
index 000000000000..87480786938b
--- /dev/null
+++ b/dev-python/selenium/selenium-2.29.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/selenium-2.29.0.ebuild,v 1.1 2013/01/24 02:12:08 radhermit Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="a 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 ~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/{amd64,x86}/x_ignore_nofocus.so"