diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-22 15:46:48 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-22 15:46:48 +0200 |
commit | 06dc337f60287526f4db95ce79a2ea506023bffa (patch) | |
tree | 1eecfa4a004b96e68b0be4da4b9a9f797f1e633b /community/python2-traits | |
parent | f4e7589d7749be9ccaf3d1db51808ea1ab7c3282 (diff) | |
parent | e9509842445d4a99493d1b643ffdafdca62263ae (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python-mpi4py/PKGBUILD
community/python-psutil/PKGBUILD
extra/kdepim/PKGBUILD
extra/libgtop/PKGBUILD
libre/bitlbee-libre/PKGBUILD
Diffstat (limited to 'community/python2-traits')
-rw-r--r-- | community/python2-traits/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python2-traits/PKGBUILD b/community/python2-traits/PKGBUILD index 1ae9671e7..5ca8ea7fc 100644 --- a/community/python2-traits/PKGBUILD +++ b/community/python2-traits/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 88228 2013-04-14 19:37:35Z aginiewicz $ +# $Id: PKGBUILD 96105 2013-08-20 06:32:41Z lcarlier $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> pkgname=python2-traits pkgver=4.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Explicitly typed attributes for Python" arch=('i686' 'x86_64' 'mips64el') url="https://github.com/enthought/traits" license=('BSD') depends=('python2-numpy') -makedepends=('python2-distribute') +makedepends=('python2-setuptools') options=(!emptydirs) source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz") |