[arch-commits] Commit in python-selenium/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 30 18:04:50 UTC 2018


    Date: Saturday, June 30, 2018 @ 18:04:49
  Author: foutrelis
Revision: 348840

archrelease: copy trunk to community-staging-x86_64

Added:
  python-selenium/repos/community-staging-x86_64/
  python-selenium/repos/community-staging-x86_64/PKGBUILD
    (from rev 348839, python-selenium/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: python-selenium/repos/community-staging-x86_64/PKGBUILD (from rev 348839, python-selenium/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-06-30 18:04:49 UTC (rev 348840)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Aaron DeVore <aaron.devore at gmail.com>
+
+pkgbase=python-selenium
+pkgname=('python-selenium' 'python2-selenium')
+pkgver=3.13.0
+pkgrel=2
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('x86_64')
+url="http://pypi.python.org/pypi/selenium"
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('geckodriver: Firefox driver support')
+source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz")
+md5sums=('11f1fe107409785d432685e8a3d537f3')
+
+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



More information about the arch-commits mailing list