# Maintainer: A Frederick Christensen # Contributor: Carsten Feuls pkgname=python-caldav pkgver=0.9.2 pkgrel=1 pkgdesc="a caldav client library" arch=('any') url="https://pypi.python.org/pypi/caldav" license=('GPL') depends=('python' 'python-lxml' 'python-vobject' 'python-dateutil' 'python-distribute' 'python-six' 'python-requests') optdepends=('python-pytz: Resolves https://github.com/collective/icalendar/issues/333' 'python-tzlocal: Resolves https://github.com/collective/icalendar/issues/333') options=(!emptydirs) source=("https://github.com/python-caldav/caldav/archive/v${pkgver}.tar.gz") sha256sums=('47163cae0343a2758b111d77fc92996db4286bed1fd08b48fa230c03c70b6e1b') package() { cd "$srcdir/caldav-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 } # vim:set ts=2 sw=2 et: