[arch-commits] Commit in python2-envisage/repos/community-any (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at nymeria.archlinux.org
Thu Jan 30 10:42:53 UTC 2014
Date: Thursday, January 30, 2014 @ 11:42:53
Author: aginiewicz
Revision: 105031
archrelease: copy trunk to community-any
Added:
python2-envisage/repos/community-any/PKGBUILD
(from rev 105030, python2-envisage/trunk/PKGBUILD)
Deleted:
python2-envisage/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-30 10:42:46 UTC (rev 105030)
+++ PKGBUILD 2014-01-30 10:42:53 UTC (rev 105031)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python2-envisage
-pkgver=4.3.0
-pkgrel=2
-pkgdesc="Extensible Application Framework"
-arch=('any')
-url="https://github.com/enthought/envisage"
-license=('BSD')
-depends=('python2-apptools')
-makedepends=('python2-setuptools')
-options=(!emptydirs)
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz")
-md5sums=('80439d265c92e2c14a680a58d7cb8f16')
-
-build() {
- cd "$srcdir"/envisage-$pkgver
-
- python2 setup.py build
-}
-
-package() {
- cd "$srcdir"/envisage-$pkgver
-
- python2 setup.py install --root="$pkgdir"/ --optimize=1
-
- install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
Copied: python2-envisage/repos/community-any/PKGBUILD (from rev 105030, python2-envisage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-01-30 10:42:53 UTC (rev 105031)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python2-envisage
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Extensible Application Framework"
+arch=('any')
+url="https://github.com/enthought/envisage"
+license=('BSD')
+depends=('python2-apptools')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz")
+md5sums=('3448a251709907848f99304d259a4195')
+
+build() {
+ cd "$srcdir"/envisage-$pkgver
+
+ python2 setup.py build
+}
+
+package() {
+ cd "$srcdir"/envisage-$pkgver
+
+ python2 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