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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 05:37:24 UTC 2019


    Date: Monday, November 4, 2019 @ 05:37:23
  Author: felixonmars
Revision: 523220

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: python-selenium/repos/community-staging-x86_64/PKGBUILD (from rev 523219, python-selenium/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-04 05:37:23 UTC (rev 523220)
@@ -0,0 +1,22 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Aaron DeVore <aaron.devore at gmail.com>
+
+pkgname=python-selenium
+pkgver=3.141.0
+pkgrel=2
+pkgdesc="Python binding for Selenium Remote Control"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/selenium"
+license=('Apache')
+depends=('python' 'python-urllib3')
+makedepends=('python-setuptools')
+optdepends=('geckodriver: Firefox driver support')
+source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz")
+sha512sums=('3d2afbe9e96f88e9c055a89786b5090af387d3feba4598577b70fd3e0b20c2c09c4b25af920c654f52ec7e34f23181e6d278ac05f1a1f960d2d371ce7a6b82d8')
+
+package() {
+  cd "$srcdir/selenium-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# check() takes too many dependencies to run



More information about the arch-commits mailing list