[arch-commits] Commit in python-envisage/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Oct 26 06:45:25 UTC 2019


    Date: Saturday, October 26, 2019 @ 06:45:24
  Author: foutrelis
Revision: 520312

archrelease: copy trunk to community-staging-any

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

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

Copied: python-envisage/repos/community-staging-any/PKGBUILD (from rev 520311, python-envisage/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-26 06:45:24 UTC (rev 520312)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname='python-envisage'
+pkgver=4.8.0
+pkgrel=3
+pkgdesc="Extensible Application Framework"
+arch=('any')
+url="https://github.com/enthought/envisage"
+license=('BSD')
+depends=('python-apptools')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-configobj')
+optdepends=('ipython: for IPython shell plugin')
+source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz")
+sha256sums=('43b49eff50c352392c9228aa4eae6dc466ddf51cbf26f8f7765bf7bb00726add')
+
+build() {
+  cd "$srcdir"/envisage-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/envisage-$pkgver
+
+  python 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