[arch-commits] Commit in python-traitsui/repos/community-any (PKGBUILD PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Jun 13 11:50:21 UTC 2019


    Date: Thursday, June 13, 2019 @ 11:50:21
  Author: aginiewicz
Revision: 481262

archrelease: copy trunk to community-any

Added:
  python-traitsui/repos/community-any/PKGBUILD
    (from rev 481261, python-traitsui/trunk/PKGBUILD)
Deleted:
  python-traitsui/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-13 11:50:18 UTC (rev 481261)
+++ PKGBUILD	2019-06-13 11:50:21 UTC (rev 481262)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-traitsui'
-pkgver=6.0.0
-pkgrel=3
-pkgdesc="Traits-capable user interfaces"
-arch=('any')
-url="https://github.com/enthought/traitsui"
-license=('BSD')
-depends=('python-pyface')
-makedepends=('python-setuptools')
-source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz")
-sha256sums=('8ac096486f9a8615ad4c15276e3aaa55810e89ef029d358b1421c26501921f9a')
-
-build() {
-  cd "$srcdir"/traitsui-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/traitsui-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-traitsui/repos/community-any/PKGBUILD (from rev 481261, python-traitsui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-13 11:50:21 UTC (rev 481262)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname='python-traitsui'
+pkgver=6.1.1
+pkgrel=1
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui"
+license=('BSD')
+depends=('python-pyface')
+makedepends=('python-setuptools')
+source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz")
+sha256sums=('1a223fe0da390727f7d502255412b8f604b1f93a9239625dca705ec67b23bd8d')
+
+build() {
+  cd "$srcdir"/traitsui-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/traitsui-$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