Date: Sunday, October 2, 2022 @ 20:51:34
Author: arojas
Revision: 1320705
archrelease: copy trunk to community-any
Added:
python-envisage/repos/community-any/PKGBUILD
(from rev 1320704, python-envisage/trunk/PKGBUILD)
Deleted:
python-envisage/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-02 20:51:23 UTC (rev 1320704)
+++ PKGBUILD 2022-10-02 20:51:34 UTC (rev 1320705)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz <[email protected]>
-
-pkgname=python-envisage
-pkgver=6.0.1
-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=('1a34396711614837a3f9463c994d5bbbc3cb5115c484de0a60c2a3a9c6bf5119')
-
-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-any/PKGBUILD (from rev 1320704,
python-envisage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-02 20:51:34 UTC (rev 1320705)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+
+pkgname=python-envisage
+pkgver=6.1.0
+pkgrel=1
+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=('4576e5e1028a2bc2f2c8dc253af9d4b2b615bca694707cc185f2a052d6b0b6d4')
+
+build() {
+ cd envisage-$pkgver
+
+ python setup.py build
+}
+
+package() {
+ cd envisage-$pkgver
+
+ python setup.py install --root="$pkgdir"/ --optimize=1
+
+ install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}