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

Andrzej Giniewicz aginiewicz at nymeria.archlinux.org
Thu Jan 30 10:39:25 UTC 2014


    Date: Thursday, January 30, 2014 @ 11:39:25
  Author: aginiewicz
Revision: 105029

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-30 10:39:18 UTC (rev 105028)
+++ PKGBUILD	2014-01-30 10:39:25 UTC (rev 105029)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python2-traitsui
-pkgver=4.3.0
-pkgrel=2
-pkgdesc="Traits-capable user interfaces"
-arch=('any')
-url="https://github.com/enthought/traitsui"
-license=('BSD')
-depends=('python2-pyface')
-makedepends=('python2-setuptools')
-options=(!emptydirs)
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz")
-md5sums=('23b63f254d268666c816f1954c34b41a')
-
-build() {
-  cd "$srcdir"/traitsui-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/traitsui-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-traitsui/repos/community-any/PKGBUILD (from rev 105028, python2-traitsui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-30 10:39:25 UTC (rev 105029)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python2-traitsui
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui"
+license=('BSD')
+depends=('python2-pyface')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz")
+md5sums=('02b79ca4f2773394bd7c412d331c51d2')
+
+build() {
+  cd "$srcdir"/traitsui-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/traitsui-$pkgver
+
+  python2 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