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

Jelle van der Waa jelle at archlinux.org
Sat Nov 4 17:03:22 UTC 2017


    Date: Saturday, November 4, 2017 @ 17:03:21
  Author: jelle
Revision: 265404

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-11-04 17:03:06 UTC (rev 265403)
+++ community-i686/PKGBUILD	2017-11-04 17:03:21 UTC (rev 265404)
@@ -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.6.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/e1/25/ad1ee3c019e45933c201ae3c8b3c84ab335a64a8172051ace583b7371b35/selenium-3.6.0.tar.gz")
-md5sums=('47ddd3354004a7a1c8822e5415c917e4')
-
-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 265403, python-selenium/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-11-04 17:03:21 UTC (rev 265404)
@@ -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.7.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://files.pythonhosted.org/packages/bc/37/aea63b9651d5f27c9349895fc72862e2e14ed264e8f5d3eedc602c41254a/selenium-3.7.0.tar.gz")
+md5sums=('f5d26470803c93a02909e87240ccc56b')
+
+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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-11-04 17:03:06 UTC (rev 265403)
+++ community-x86_64/PKGBUILD	2017-11-04 17:03:21 UTC (rev 265404)
@@ -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.6.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/e1/25/ad1ee3c019e45933c201ae3c8b3c84ab335a64a8172051ace583b7371b35/selenium-3.6.0.tar.gz")
-md5sums=('47ddd3354004a7a1c8822e5415c917e4')
-
-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 265403, python-selenium/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-11-04 17:03:21 UTC (rev 265404)
@@ -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.7.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://files.pythonhosted.org/packages/bc/37/aea63b9651d5f27c9349895fc72862e2e14ed264e8f5d3eedc602c41254a/selenium-3.7.0.tar.gz")
+md5sums=('f5d26470803c93a02909e87240ccc56b')
+
+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