[arch-commits] Commit in python-selenium/repos/community-i686 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Apr 27 17:48:30 UTC 2017


    Date: Thursday, April 27, 2017 @ 17:48:29
  Author: jelle
Revision: 226121

archrelease: copy trunk to community-i686

Added:
  python-selenium/repos/community-i686/PKGBUILD
    (from rev 226120, python-selenium/trunk/PKGBUILD)
Deleted:
  python-selenium/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-27 17:48:23 UTC (rev 226120)
+++ PKGBUILD	2017-04-27 17:48:29 UTC (rev 226121)
@@ -1,29 +0,0 @@
-# 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.4.0
-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=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/e8/42/3cbe4cbde83a0bf6470c456301f2140d0b315e720660564919766e778e58/selenium-3.4.0.tar.gz')
-md5sums=('3f869785a289bd42df1c4d1f65f88df8')
-
-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-i686/PKGBUILD (from rev 226120, python-selenium/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-27 17:48:29 UTC (rev 226121)
@@ -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.4.1
+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=('geckodriver: Firefox driver support')
+source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
+md5sums=('70ba2452cd12cbdf1ce41202f430df51')
+
+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