2 pkgname=django-mailer2-git
5 pkgdesc="A reusable Django app for queuing the sending of email by Chris Beaven (a fork of James Tauber's django-mailer)"
7 url="https://github.com/SmileyChris/django-mailer-2"
9 depends=('python' 'django')
11 conflicts=('django-mailer')
12 provides=('django-mailer2')
16 _gitname="django-mailer-2"
17 _gitroot="https://github.com/SmileyChris/django-mailer-2.git"
21 msg "Connecting to GIT server..."
23 if [ -d $startdir/src/$_gitname ] ; then
24 cd $_gitname && git pull origin
25 msg "The local files are updated."
30 msg "GIT checkout done or server timeout"
32 python setup.py install --root=$pkgdir/