[arch-commits] Commit in python2-pyface/repos (2 files)

Ángel Velásquez angvp at nymeria.archlinux.org
Mon Aug 19 10:28:27 UTC 2013


    Date: Monday, August 19, 2013 @ 12:28:26
  Author: angvp
Revision: 96021

archrelease: copy trunk to community-testing-any

Added:
  python2-pyface/repos/community-testing-any/
  python2-pyface/repos/community-testing-any/PKGBUILD
    (from rev 96020, python2-pyface/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: python2-pyface/repos/community-testing-any/PKGBUILD (from rev 96020, python2-pyface/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-08-19 10:28:26 UTC (rev 96021)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python2-pyface
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="Traits-capable windowing framework"
+arch=('any')
+url="https://github.com/enthought/pyface"
+license=('BSD')
+depends=('python2-traits')
+makedepends=('python2-setuptools')
+optdepends=('python2-pyqt: for Qt backend'
+            'wxpython: for wx backend')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz")
+md5sums=('0ebc97074dc8d7170c03048108055759')
+
+build() {
+  cd "$srcdir"/pyface-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/pyface-$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