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

Felix Yan felixonmars at archlinux.org
Sun Nov 3 21:16:06 UTC 2019


    Date: Sunday, November 3, 2019 @ 21:16:05
  Author: felixonmars
Revision: 522665

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 21:16:00 UTC (rev 522664)
+++ PKGBUILD	2019-11-03 21:16:05 UTC (rev 522665)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-envisage/repos/community-staging-any/PKGBUILD (from rev 522663, python-envisage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 21:16:05 UTC (rev 522665)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname='python-envisage'
+pkgver=4.8.0
+pkgrel=4
+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