[arch-commits] Commit in python-envisage/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 15:19:52 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:19:52
  Author: felixonmars
Revision: 1062016

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 15:19:47 UTC (rev 1062015)
+++ PKGBUILD	2021-12-02 15:19:52 UTC (rev 1062016)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-envisage
-pkgver=6.0.1
-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=('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-staging-any/PKGBUILD (from rev 1062015, python-envisage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 15:19:52 UTC (rev 1062016)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+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
+}



More information about the arch-commits mailing list