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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 19:08:33 UTC 2016


    Date: Sunday, December 25, 2016 @ 19:08:29
  Author: felixonmars
Revision: 202322

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: python-selenium/repos/community-staging-i686/PKGBUILD (from rev 202321, python-selenium/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-12-25 19:08:29 UTC (rev 202322)
@@ -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.0.2
+pkgrel=2
+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=('geckodriver: Firefox driver support')
+source=("https://pypi.python.org/packages/0c/42/20c235e604bf736bc970c1275a78c4ea28c6453a0934002f95df9c49dad0/selenium-3.0.2.tar.gz")
+md5sums=('0440b3156f26678dfc904cae5aa594ab')
+
+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

Copied: python-selenium/repos/community-staging-x86_64/PKGBUILD (from rev 202321, python-selenium/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-12-25 19:08:29 UTC (rev 202322)
@@ -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.0.2
+pkgrel=2
+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=('geckodriver: Firefox driver support')
+source=("https://pypi.python.org/packages/0c/42/20c235e604bf736bc970c1275a78c4ea28c6453a0934002f95df9c49dad0/selenium-3.0.2.tar.gz")
+md5sums=('0440b3156f26678dfc904cae5aa594ab')
+
+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