[arch-commits] Commit in python-envisage/repos/community-any (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Thu Oct 3 20:35:57 UTC 2019
Date: Thursday, October 3, 2019 @ 20:35:56
Author: aginiewicz
Revision: 512563
archrelease: copy trunk to community-any
Added:
python-envisage/repos/community-any/PKGBUILD
(from rev 512562, python-envisage/trunk/PKGBUILD)
Deleted:
python-envisage/repos/community-any/PKGBUILD
----------+
PKGBUILD | 65 +++++++++++++++++++++++++++----------------------------------
1 file changed, 29 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-03 20:35:54 UTC (rev 512562)
+++ PKGBUILD 2019-10-03 20:35:56 UTC (rev 512563)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-envisage'
-pkgver=4.8.0
-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=('43b49eff50c352392c9228aa4eae6dc466ddf51cbf26f8f7765bf7bb00726add')
-
-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 512562, python-envisage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-03 20:35:56 UTC (rev 512563)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname='python-envisage'
+pkgver=4.8.0
+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=('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