1 # Maintainer: Filip GruszczyĆski < gruszczy@gmail.com >
2 # Contributor: Alireza Savand < amu.alireza with love gmail>
8 pkgdesc="Fathom is Python3 package that provides database inspection. It creates an objective model of database schema and allows you to easily retrieve information about it"
10 url="http://code.google.com/p/fathom"
12 depends=('python' 'pyqt')
13 makedepends=('python3')
14 optdepends=('qfathom: graphical database inspection tool written using PyQt'
15 'python-fathom-tools: utilities for database schema inspection')
16 source=(http://fathom.googlecode.com/files/${_pkgname}-${pkgver}.tar.gz)
18 md5sums=('17ff431ca4fada4b0ce334073d1a25a8')
21 cd "${srcdir}"/"${_pkgname}"-$pkgver
22 python setup.py install --root="$pkgdir/" --optimize=1