[arch-commits] Commit in python-envisage/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Oct 3 20:35:54 UTC 2019


    Date: Thursday, October 3, 2019 @ 20:35:54
  Author: aginiewicz
Revision: 512562

upgpkg: python-envisage 4.8.0-2

python-envisage: fix

Modified:
  python-envisage/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-03 20:34:42 UTC (rev 512561)
+++ PKGBUILD	2019-10-03 20:35:54 UTC (rev 512562)
@@ -2,7 +2,7 @@
 
 pkgname='python-envisage'
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage"
@@ -20,16 +20,9 @@
   python setup.py build
 }
 
-check() {
+package() {
   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