[arch-commits] Commit in python2-traits/repos (4 files)

Andrzej Giniewicz aginiewicz at nymeria.archlinux.org
Sun Apr 14 19:37:35 UTC 2013


    Date: Sunday, April 14, 2013 @ 21:37:35
  Author: aginiewicz
Revision: 88228

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python2-traits/repos/community-i686/PKGBUILD
    (from rev 88227, python2-traits/trunk/PKGBUILD)
  python2-traits/repos/community-x86_64/PKGBUILD
    (from rev 88227, python2-traits/trunk/PKGBUILD)
Deleted:
  python2-traits/repos/community-i686/PKGBUILD
  python2-traits/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-14 19:37:13 UTC (rev 88227)
+++ community-i686/PKGBUILD	2013-04-14 19:37:35 UTC (rev 88228)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python2-traits
-pkgver=4.2.0
-_githubtag=0afc79d
-pkgrel=2
-pkgdesc="Explicitly typed attributes for Python"
-arch=('i686' 'x86_64')
-url="http://code.enthought.com/projects/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')
-
-build() {
-  cd "$srcdir"/enthought-traits-${_githubtag}
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/enthought-traits-${_githubtag}
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-traits/repos/community-i686/PKGBUILD (from rev 88227, python2-traits/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-14 19:37:35 UTC (rev 88228)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python2-traits
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Explicitly typed attributes for Python"
+arch=('i686' 'x86_64')
+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/archive/${pkgver}.tar.gz")
+md5sums=('f78c15c44e0f965cc2ab799806a80388')
+
+build() {
+  cd "$srcdir"/traits-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/traits-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-14 19:37:13 UTC (rev 88227)
+++ community-x86_64/PKGBUILD	2013-04-14 19:37:35 UTC (rev 88228)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python2-traits
-pkgver=4.2.0
-_githubtag=0afc79d
-pkgrel=2
-pkgdesc="Explicitly typed attributes for Python"
-arch=('i686' 'x86_64')
-url="http://code.enthought.com/projects/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')
-
-build() {
-  cd "$srcdir"/enthought-traits-${_githubtag}
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/enthought-traits-${_githubtag}
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-traits/repos/community-x86_64/PKGBUILD (from rev 88227, python2-traits/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-14 19:37:35 UTC (rev 88228)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python2-traits
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Explicitly typed attributes for Python"
+arch=('i686' 'x86_64')
+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/archive/${pkgver}.tar.gz")
+md5sums=('f78c15c44e0f965cc2ab799806a80388')
+
+build() {
+  cd "$srcdir"/traits-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/traits-$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