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

Jelle van der Waa jelle at archlinux.org
Fri Mar 16 18:22:18 UTC 2018


    Date: Friday, March 16, 2018 @ 18:22:17
  Author: jelle
Revision: 308901

archrelease: copy trunk to community-x86_64

Deleted:
  python-selenium/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-16 17:27:00 UTC (rev 308900)
+++ PKGBUILD	2018-03-16 18:22:17 UTC (rev 308901)
@@ -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.9.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=('0a717bfcc26781c77a597c3fca335ccf')
-
-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