# Maintainer: Pierre-Alain TORET pkgname=('python-django-etesync-journal') _name=${pkgname#python-} pkgver=1.0.1 pkgrel=1 pkgdesc="The server side implementation of the EteSync protocol." arch=(any) url="https://pypi.org/project/django-etesync-journal/" license=('AGPL3') options=(!emptydirs) source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") sha256sums=('1d995e0c415e6bb059104262445f4a778776345c70032f06b61894eef23f65a5') makedepends=('python-setuptools') build() { cd ${srcdir}/$_name-${pkgver} python setup.py build } package() { cd ${srcdir}/$_name-${pkgver} python setup.py install --prefix=/usr --root=${pkgdir} }