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

Antonio Rojas arojas at archlinux.org
Fri Mar 12 20:32:14 UTC 2021


    Date: Friday, March 12, 2021 @ 20:32:14
  Author: arojas
Revision: 889735

archrelease: copy trunk to community-testing-any

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

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

Copied: python-envisage/repos/community-testing-any/PKGBUILD (from rev 889734, python-envisage/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-03-12 20:32:14 UTC (rev 889735)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-envisage
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Extensible Application Framework"
+arch=('any')
+url="https://github.com/enthought/envisage"
+license=('BSD')
+depends=('python-apptools')
+makedepends=('python-setuptools')
+optdepends=('ipython: for IPython shell plugin')
+source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz")
+sha256sums=('1069e4be9efaf1e8e5375d61e01baeb889be428c78410d8879cc10ae26edbef9')
+
+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