1 # maintainer: Sharn <go__cart91@hotmail.com>
3 pkgname=python-urwid-hg-stable
4 pkgdesc="Urwid is a curses-based user interface library."
9 depends=('python>=2.4')
10 makedepends=('mercurial')
11 url="http://excess.org/urwid/"
12 conflicts=('python-urwid' 'python-urwid-hg')
13 provides=('python-urwid' 'python-urwid-hg')
17 _hgroot="https://excess.org/hg"
23 cp -r $_hgrepo $_hgrepo-build
26 python setup.py install --prefix=/usr --root=$startdir/pkg || return 1
28 rm -rf $startdir/src/$_hgrepo-build