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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:44:10 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:44:10
  Author: foutrelis
Revision: 752788

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 752787, python-selenium/trunk/PKGBUILD)

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

Copied: python-selenium/repos/community-staging-x86_64/PKGBUILD (from rev 752787, python-selenium/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-12 17:44:10 UTC (rev 752788)
@@ -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=3
+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