# Maintainer: Dan Trickey # Contributor: Dan Trickey # This file is automatically generated by Arch Nemesis pkgname=python-pyquaternion pkgver=0.9.9 pkgrel=2 pkgdesc='A fully featured, pythonic library for representing and using quaternions' arch=('any') url="https://github.com/" license=('MIT') depends=('python' 'python-numpy') makedepends=('python-setuptools') source=('https://api.github.com/repos/KieranWynn/pyquaternion/tarball/v0.9.9') sha512sums=('9bd478dad5d70dce857083b2d289e7f7babd25f4fdb6e15601aa4ec1b560ee188fc14829a7f1b9060d062d04ab21afc86001b496bfe3aa688200a09c7e98cf9f') package() { cd $(ls ${srcdir} | grep pyquaternion) python setup.py install --root="$pkgdir/" --optimize=1 }