[arch-commits] Commit in python-traitsui/repos/community-any (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Thu May 7 11:42:03 UTC 2020
Date: Thursday, May 7, 2020 @ 11:42:03
Author: aginiewicz
Revision: 625333
archrelease: copy trunk to community-any
Added:
python-traitsui/repos/community-any/PKGBUILD
(from rev 625332, python-traitsui/trunk/PKGBUILD)
Deleted:
python-traitsui/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-07 11:42:00 UTC (rev 625332)
+++ PKGBUILD 2020-05-07 11:42:03 UTC (rev 625333)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-traitsui'
-pkgver=6.1.3
-pkgrel=3
-pkgdesc="Traits-capable user interfaces"
-arch=('any')
-url="https://github.com/enthought/traitsui"
-license=('BSD')
-depends=('python-pyface')
-makedepends=('python-setuptools')
-source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz")
-sha256sums=('476159eafbeac48dc4741b2a3a371dd21ba68665cfd4b17fd88f6df9db2e1a47')
-
-build() {
- cd "$srcdir"/traitsui-$pkgver
- python setup.py build
-}
-
-package() {
- cd "$srcdir"/traitsui-$pkgver
- python setup.py install --root="$pkgdir"/ --optimize=1
- install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-traitsui/repos/community-any/PKGBUILD (from rev 625332, python-traitsui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-07 11:42:03 UTC (rev 625333)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-traitsui
+pkgver=7.0.0
+pkgrel=1
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui"
+license=('BSD')
+depends=('python-pyface')
+makedepends=('python-setuptools')
+source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz")
+sha256sums=('72fd09d04e134099ca4a318b549063a686e2e8c94de6743c38665396cc8b2636')
+
+build() {
+ cd "$srcdir"/traitsui-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd "$srcdir"/traitsui-$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