[arch-commits] Commit in (5 files)

Jelle van der Waa jelle at archlinux.org
Tue Oct 13 18:59:05 UTC 2015


    Date: Tuesday, October 13, 2015 @ 20:59:04
  Author: jelle
Revision: 143932

initial commit

Added:
  python-selenium/
  python-selenium/.gitignore
  python-selenium/repos/
  python-selenium/trunk/
  python-selenium/trunk/PKGBUILD

----------------+
 .gitignore     |    8 ++++++++
 trunk/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

Added: python-selenium/.gitignore
===================================================================
--- python-selenium/.gitignore	                        (rev 0)
+++ python-selenium/.gitignore	2015-10-13 18:59:04 UTC (rev 143932)
@@ -0,0 +1,8 @@
+*~
+*.xz
+*.tar
+*.tgz
+*.tar.gz
+*.tar.bz2
+src
+pkg

Added: python-selenium/trunk/PKGBUILD
===================================================================
--- python-selenium/trunk/PKGBUILD	                        (rev 0)
+++ python-selenium/trunk/PKGBUILD	2015-10-13 18:59:04 UTC (rev 143932)
@@ -0,0 +1,29 @@
+# Maintainer: Aaron DeVore <aaron.devore at gmail.com>
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=2.47.3
+pkgrel=1
+pkgdesc="Python binding for Selenium Remote Control"
+arch=(i686 x86_64)
+url="http://pypi.python.org/pypi/selenium"
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
+source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz")
+md5sums=('9410299a1f3225c8a44b66faa8f3f733')
+
+package_python-selenium() {
+  depends=('python')
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-selenium() {
+  depends=('python2')
+  cd "$srcdir/selenium-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run
+


Property changes on: python-selenium/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list