python=python2
name=selenium
pkgname=$python-$name
pkgver=2.21.2
pkgrel=1
pkgdesc="Python binding for Selenium Remote Control"
arch=('any')
url="http://pypi.python.org/pypi/selenium"
license=('BSD')
depends=($python $python-rdflib)
source=("http://pypi.python.org/packages/source/s/$name/$name-${pkgver}.tar.gz")
md5sums=('a781b059c325e7981fa65efd9972c961')
build() {
cd $srcdir/$name-$pkgver
$python setup.py install --root="$pkgdir/" --optimize=1
install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
}