updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / python2-codetools / PKGBUILD
blobbe1b95b8b77a931d3b9d9b52a7f5b2eb87a63c54
1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-codetools
3 pkgver=4.0.0
4 _githubtag=0dfe45b
5 pkgrel=1
6 pkgdesc="Code Analysis and Execution Tools"
7 arch=('any')
8 url="https://github.com/enthought/codetools"
9 license=('BSD')
10 depends=('python2' 'python2-traits')
11 makedepends=('python2-distribute')
12 conflicts=('python2-codetools-git' 'python-ets-codetools-svn')
13 options=(!emptydirs)
15 source=("https://github.com/enthought/codetools/tarball/${pkgver}")
16 md5sums=('56ef884b845601e4f0ec2c5074b63cf4')
18 build() {
19   cd "$srcdir/enthought-codetools-${_githubtag}"
21   python2 setup.py install --root="$pkgdir"/ --optimize=1