[arch-commits] Commit in python-traits/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Dec 7 11:02:25 UTC 2019


    Date: Saturday, December 7, 2019 @ 11:02:25
  Author: aginiewicz
Revision: 536261

upgpkg: python-traits 5.2.0-1

python-traits: new upstream release

Modified:
  python-traits/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-07 10:40:40 UTC (rev 536260)
+++ PKGBUILD	2019-12-07 11:02:25 UTC (rev 536261)
@@ -1,16 +1,18 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
 
-pkgname='python-traits'
-pkgver=5.1.2
-pkgrel=3
+pkgname=python-traits
+pkgver=5.2.0
+pkgrel=1
 pkgdesc="Explicitly typed attributes for Python"
 arch=('x86_64')
 url="https://github.com/enthought/traits"
 license=('BSD')
-depends=('python-numpy')
+depends=('python')
+optdepends=('python-numpy: to support the trait types for arrays'
+            'python-traitsui: to support Gui Views')
 makedepends=('python-setuptools')
 source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz")
-sha256sums=('9bafc5211ddbb4f6949511726c1696a080d0a3498c2657b6a1527029b7df7951')
+sha256sums=('81f56d962d6a92f88ccddbd819a3f7623fa0b9819a9a4f196354cd12bae7d286')
 
 build() {
   cd "$srcdir"/traits-$pkgver



More information about the arch-commits mailing list