[arch-commits] Commit in python-traits/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Saturday, December 7, 2019 @ 11:02:32
  Author: aginiewicz
Revision: 536262

archrelease: copy trunk to community-x86_64

Added:
  python-traits/repos/community-x86_64/PKGBUILD
    (from rev 536261, python-traits/trunk/PKGBUILD)
Deleted:
  python-traits/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 29 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-07 11:02:25 UTC (rev 536261)
+++ PKGBUILD	2019-12-07 11:02:32 UTC (rev 536262)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-traits'
-pkgver=5.1.2
-pkgrel=3
-pkgdesc="Explicitly typed attributes for Python"
-arch=('x86_64')
-url="https://github.com/enthought/traits"
-license=('BSD')
-depends=('python-numpy')
-makedepends=('python-setuptools')
-source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz")
-sha256sums=('9bafc5211ddbb4f6949511726c1696a080d0a3498c2657b6a1527029b7df7951')
-
-build() {
-  cd "$srcdir"/traits-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/traits-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-traits/repos/community-x86_64/PKGBUILD (from rev 536261, python-traits/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-07 11:02:32 UTC (rev 536262)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+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')
+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=('81f56d962d6a92f88ccddbd819a3f7623fa0b9819a9a4f196354cd12bae7d286')
+
+build() {
+  cd "$srcdir"/traits-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/traits-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list