[arch-commits] Commit in python-envisage/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 10:06:15 UTC 2020
Date: Thursday, November 12, 2020 @ 10:06:14
Author: foutrelis
Revision: 751401
archrelease: copy trunk to community-staging-any
Added:
python-envisage/repos/community-staging-any/PKGBUILD
(from rev 751400, python-envisage/trunk/PKGBUILD)
Deleted:
python-envisage/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:06:11 UTC (rev 751400)
+++ PKGBUILD 2020-11-12 10:06:14 UTC (rev 751401)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-envisage
-pkgver=4.9.0
-pkgrel=2
-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=('c38bdea72c9c942d5a846e592687d5629520ae7fab1057ea1c530ab2f4896c78')
-
-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 751400, python-envisage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:06:14 UTC (rev 751401)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-envisage
+pkgver=4.9.0
+pkgrel=3
+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=('c38bdea72c9c942d5a846e592687d5629520ae7fab1057ea1c530ab2f4896c78')
+
+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