1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
6 pkgdesc="Explicitly typed attributes for Python"
8 url="https://github.com/enthought/traits"
11 optdepends=('python-numpy: to support the trait types for arrays'
12 'python-traitsui: to support Gui Views')
13 makedepends=('python-setuptools')
14 source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz")
15 sha256sums=('974b682d112dfb531136d1185fe8d5f05ffd9e54a76b6dcd9715de85655ee30c')
26 python setup.py install --root="$pkgdir"/ --optimize=1
28 install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE