summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 591543ff29bd709fab8eaea686520ab7ef78f557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
_pkgbase=rethinkdb
pkgname=python-$_pkgbase
pkgver=2.4.7
pkgrel=1
pkgdesc="Python driver for rethinkdb"
arch=('any')
url="https://github.com/rethinkdb/rethinkdb-python"
license=('LGPL')
depends=('python')
makedepends=('python-pip')
source=()


package() {
  pip install $_pkgbase==$pkgver --isolated --root "$pkgdir" --ignore-installed --no-deps --no-warn-script-location
}