updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python-mailer / PKGBUILD
blobea07483dbdad3c154ceac0191d110a4004a5bcef
1 # Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
3 pkgname=python-mailer
4 pkgver=0.7
5 pkgrel=2
6 pkgdesc="A module that simplifies sending email."
7 arch=('any')
8 url='http://pypi.python.org/pypi/mailer'
9 license=('MIT')
10 depends=('python')
11 makedepends=('python-distribute')
12 source=("http://pypi.python.org/packages/source/m/mailer/mailer-$pkgver.zip")
13 options=(!emptydirs)
15 build() {
16         cd "$srcdir/mailer-$pkgver"
17         2to3 -nw .
18         python setup.py install --root="$pkgdir" --optimize=1
21 md5sums=('13f4ae9de5ea7ac49927b028d87f105e')
22 sha1sums=('5e11d6bddd2b74599dcb604e2ecc1d2dc620d82b')