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

2014-06-09 Thread Andrzej Giniewicz
Date: Monday, June 9, 2014 @ 16:52:16
  Author: aginiewicz
Revision: 112923

upgpkg: python2-traits 4.5.0-1

Update python2-traits to latest release

Modified:
  python2-traits/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 14:50:25 UTC (rev 112922)
+++ PKGBUILD2014-06-09 14:52:16 UTC (rev 112923)
@@ -2,7 +2,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python2-traits
-pkgver=4.4.0
+pkgver=4.5.0
 pkgrel=1
 pkgdesc="Explicitly typed attributes for Python"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz";)
-md5sums=('f284e67ae3437e9427e23f7f8a4975d6')
+md5sums=('b77b08837afd20c1254e5d94369712cd')
 
 build() {
   cd "$srcdir"/traits-$pkgver



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

2014-01-30 Thread Andrzej Giniewicz
Date: Thursday, January 30, 2014 @ 11:34:07
  Author: aginiewicz
Revision: 105024

upgpkg: python2-traits 4.4.0-1

python2-traits: update to new version

Modified:
  python2-traits/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-30 10:32:43 UTC (rev 105023)
+++ PKGBUILD2014-01-30 10:34:07 UTC (rev 105024)
@@ -2,8 +2,8 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python2-traits
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="Explicitly typed attributes for Python"
 arch=('i686' 'x86_64')
 url="https://github.com/enthought/traits";
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz";)
-md5sums=('f78c15c44e0f965cc2ab799806a80388')
+md5sums=('f284e67ae3437e9427e23f7f8a4975d6')
 
 build() {
   cd "$srcdir"/traits-$pkgver



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

2013-08-19 Thread Ángel Velásquez
Date: Monday, August 19, 2013 @ 12:31:03
  Author: angvp
Revision: 96022

upgpkg: python2-traits 4.3.0-2

Rebuild against setuptools

Modified:
  python2-traits/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 10:28:26 UTC (rev 96021)
+++ PKGBUILD2013-08-19 10:31:03 UTC (rev 96022)
@@ -3,13 +3,13 @@
 
 pkgname=python2-traits
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Explicitly typed attributes for Python"
 arch=('i686' 'x86_64')
 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";)



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:37:13
  Author: aginiewicz
Revision: 88227

upgpkg: python2-traits 4.3.0-1

new release

Modified:
  python2-traits/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 19:02:25 UTC (rev 88226)
+++ PKGBUILD2013-04-14 19:37:13 UTC (rev 88227)
@@ -2,28 +2,27 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python2-traits
-pkgver=4.2.0
-_githubtag=0afc79d
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="Explicitly typed attributes for Python"
 arch=('i686' 'x86_64')
-url="http://code.enthought.com/projects/traits/";
+url="https://github.com/enthought/traits";
 license=('BSD')
 depends=('python2-numpy')
 makedepends=('python2-distribute')
 options=(!emptydirs)
 
-source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/tarball/${pkgver}";)
-md5sums=('835c83c320ed1109ca05fa4ae4556828')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz";)
+md5sums=('f78c15c44e0f965cc2ab799806a80388')
 
 build() {
-  cd "$srcdir"/enthought-traits-${_githubtag}
+  cd "$srcdir"/traits-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd "$srcdir"/enthought-traits-${_githubtag}
+  cd "$srcdir"/traits-$pkgver
 
   python2 setup.py install --root="$pkgdir"/ --optimize=1