Date: Tuesday, November 10, 2020 @ 05:01:05
  Author: felixonmars
Revision: 749232

archrelease: copy trunk to community-staging-any

Added:
  python-traitsui/repos/community-staging-any/
  python-traitsui/repos/community-staging-any/PKGBUILD
    (from rev 749230, python-traitsui/trunk/PKGBUILD)

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

Copied: python-traitsui/repos/community-staging-any/PKGBUILD (from rev 749230, 
python-traitsui/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2020-11-10 05:01:05 UTC (rev 749232)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+
+pkgname=python-traitsui
+pkgver=7.0.0
+pkgrel=2
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui";
+license=('BSD')
+depends=('python-pyface')
+makedepends=('python-setuptools')
+source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz";)
+sha256sums=('72fd09d04e134099ca4a318b549063a686e2e8c94de6743c38665396cc8b2636')
+
+build() {
+  cd "$srcdir"/traitsui-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/traitsui-$pkgver
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to