[arch-commits] Commit in python-envisage/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 2 17:25:40 UTC 2021


    Date: Thursday, September 2, 2021 @ 17:25:40
  Author: arojas
Revision: 1010610

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-02 17:25:30 UTC (rev 1010609)
+++ PKGBUILD	2021-09-02 17:25:40 UTC (rev 1010610)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-envisage
-pkgver=5.0.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=('1069e4be9efaf1e8e5375d61e01baeb889be428c78410d8879cc10ae26edbef9')
-
-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 1010609, python-envisage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-02 17:25:40 UTC (rev 1010610)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-envisage
+pkgver=6.0.1
+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=('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