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

Jelle van der Waa jelle at archlinux.org
Tue May 8 17:46:33 UTC 2018


    Date: Tuesday, May 8, 2018 @ 17:46:31
  Author: jelle
Revision: 319689

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-08 17:46:13 UTC (rev 319688)
+++ PKGBUILD	2018-05-08 17:46:31 UTC (rev 319689)
@@ -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.11.0
-pkgrel=1
-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=('c565de302e12ffaf7e59c1e47b45bbef')
-
-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-x86_64/PKGBUILD (from rev 319688, python-selenium/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-08 17:46:31 UTC (rev 319689)
@@ -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.12.0
+pkgrel=1
+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=('f0b47ca1b331e2ff9c31122d868be23e')
+
+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