# Maintainer: Tobias Bachmann pkgname=python-wxnatpy pkgver=0.4.0 pkgrel=1 pkgdesc="wxnatpy is a wxPython widget which allows users to browse the contents of a XNAT repository. It is built on top of wxPython and xnatpy." arch=('any') _name=wxnatpy url="https://github.com/pauldmccarthy/wxnatpy" license=('Apache') groups=() depends=('python' 'python-wxpython' 'python-xnatpy>=0.3.28') makedepends=() provides=() conflicts=() replaces=('wxnatpy') backup=() options=(!emptydirs) install= source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") sha256sums=('d7d6b27c07b3351e85a7ac55abc119817620e2709d5965c7ef335403148bc586') package() { cd "$srcdir/$_name-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 } # vim:set ts=2 sw=2 et: