1 # Contributor: Wes Brown <wesbrown18@gmail.com>
5 pkgdesc="This is a set of Python interfaces to the Tokyo libraries."
7 url=("http://pypi.python.org/pypi/tokyo-python/")
9 depends=('python2' 'tokyocabinet')
10 makedepends=('tokyocabinet')
11 source=('http://pypi.python.org/packages/source/t/tokyo-python/tokyo-python-0.7.0.tar.gz')
12 md5sums=('8e8a61c01bacaa47218778500fca1209')
15 cd "$srcdir/tokyo-python-${pkgver}"
16 python2 setup.py build install --root="${pkgdir}" || return 1
19 # vim:set ts=2 sw=2 et: