updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / python2-setupdocs / PKGBUILD
blobe3bdd04be92f5c560477ea70e03ec0811574bea8
1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-setupdocs
3 pkgver=1.0.5
4 pkgrel=1
5 pkgdesc="setuptools plugin that automates building of docs from ReST source"
6 arch=('any')
7 url="http://pypi.python.org/pypi/SetupDocs/"
8 license=('BSD')
9 depends=('python2' 'python2-distribute' 'python-sphinx>=0.4.2')
10 optdepends=('texlive-bin: to build pdf documentation')
11 conflicts=('python-ets-setupdocs-svn')
12 options=(!emptydirs)
14 source=("http://www.enthought.com/repo/ETS/SetupDocs-${pkgver}.tar.gz")
15 md5sums=('d2fd0ea3311d9520ace007364937ce39')
17 build() {
18   cd "$srcdir/SetupDocs-${pkgver}"
20   python2 setup.py install --root="$pkgdir"/ --optimize=1 || return 1