Date: Monday, August 19, 2013 @ 12:31:58
  Author: angvp
Revision: 96023

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

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

-----------------------------------+
 community-testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: python2-traits/repos/community-testing-i686/PKGBUILD (from rev 96022, 
python2-traits/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2013-08-19 10:31:58 UTC (rev 96023)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <ggi...@gmail.com>
+
+pkgname=python2-traits
+pkgver=4.3.0
+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-setuptools')
+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
+}
+

Copied: python2-traits/repos/community-testing-x86_64/PKGBUILD (from rev 96022, 
python2-traits/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-08-19 10:31:58 UTC (rev 96023)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <ggi...@gmail.com>
+
+pkgname=python2-traits
+pkgver=4.3.0
+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-setuptools')
+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
+}
+

Reply via email to