updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / python-mongokit / PKGBUILD
bloba9c667656f333443a4eb31524fc33031370615cc
1 # Maintainer: Aaron DeVore <aaron.devore@gmail.com>
2 # Contributor: Andrei Antoukh <niwi@niwi.be>
4 pkgname=python-mongokit
5 pkgver=0.6
6 pkgrel=1
7 pkgdesc="Structured schema and validation layer on top of PyMongo (Use python2-mongokit)"
8 license=("BSD")
9 url="http://namlook.github.com/mongokit/"
10 depends=('python2' 'python-pymongo')
11 conflicts=('python2-mongokit')
12 arch=('any')
13 source=("http://pypi.python.org/packages/source/m/mongokit/mongokit-$pkgver.tar.gz")
14 md5sums=("91af87f51d82e37204314d7d4451a951")
16 build() {
17     cd $srcdir/mongokit-$pkgver
18     python2 setup.py install --root=$pkgdir --optimize=1