updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / pylouie / PKGBUILD
blob6cefd9dc90f2326ab59a5680d02b0b4d1d28a6af
1 # Contributor: Paul Nicholson <brenix@gmail.com>
2 # Contributor: crazy <francois.cojean@gmail.com>
3 # Contributor: Jon Kristian Nilsen <jokr.nilsen@gmail.com>
5 pkgname=pylouie
6 pkgver=1.1
7 pkgrel=2
8 pkgdesc="Louie provides Python programmers with a straightforward way to dispatch signals \
9         between objects in a wide variety of contexts."
10 arch=('any')
12 url="http://pylouie.org/index.html"
13 license=('BSD')
15 depends=('python2' 'python2-distribute' 'python-nose')
16 source=(http://pypi.python.org/packages/source/L/Louie/Louie-1.1.tar.gz)
17 md5sums=('46a61f7a88c624433c96f28ae30aa1a4')
19 build() {
20     cd $startdir/src/Louie-$pkgver
21     python2 setup.py install --root=$startdir/pkg || return 1