[arch-commits] Commit in python-envisage/repos/community-any (PKGBUILD PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Jun 13 11:43:57 UTC 2019


    Date: Thursday, June 13, 2019 @ 11:43:56
  Author: aginiewicz
Revision: 481256

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-13 11:43:54 UTC (rev 481255)
+++ PKGBUILD	2019-06-13 11:43:56 UTC (rev 481256)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-envisage'
-pkgver=4.7.1
-pkgrel=2
-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=('0b8bd997a32aa060237ae82ff86183e1cbc5c8a7fd3d8a68dec9f3e30e84fd66')
-
-build() {
-  cd "$srcdir"/envisage-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/envisage-$pkgver
-
-  # eggs tests are harmless (see https://github.com/enthought/envisage/issues/135)
-  nosetests envisage || warning "tests failed"
-}
-
-package_python-envisage() {
-  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-any/PKGBUILD (from rev 481255, python-envisage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-13 11:43:56 UTC (rev 481256)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname='python-envisage'
+pkgver=4.7.2
+pkgrel=1
+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=('02790238293aa8b57298510d6497975b1f10b47bcb065847e79114f4932418c4')
+
+build() {
+  cd "$srcdir"/envisage-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/envisage-$pkgver
+
+  # eggs tests are harmless (see https://github.com/enthought/envisage/issues/135)
+  nosetests envisage || warning "tests failed"
+}
+
+package_python-envisage() {
+  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