updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python2-graphcanvas / PKGBUILD
blob7c6b99c0b9551d6ee82b48658b5e3677ebeaeb41
1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-graphcanvas
3 pkgver=4.0.0
4 _githubtag=c33a17b
5 pkgrel=2
6 pkgdesc="Interactive Graph (network) Visualization"
7 arch=('any')
8 url="https://github.com/enthought/graphcanvas"
9 license=('BSD')
10 depends=('python2' 'python2-networkx' 'python2-enable')
11 makedepends=('python2-distribute')
12 conflicts=('python2-graphcanvas-git' 'python-ets-graphcanvas-svn')
13 options=(!emptydirs)
15 source=("https://github.com/enthought/graphcanvas/tarball/${pkgver}")
16 md5sums=('e6074a565d8d10ff617fb8e50508e651')
18 build() {
19   cd "$srcdir/enthought-graphcanvas-${_githubtag}"
21   python2 setup.py install --root="$pkgdir"/ --optimize=1