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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 20 20:19:11 UTC 2022


    Date: Wednesday, July 20, 2022 @ 20:19:11
  Author: arojas
Revision: 1254941

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-20 20:19:02 UTC (rev 1254940)
+++ PKGBUILD	2022-07-20 20:19:11 UTC (rev 1254941)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-traitsui
-pkgver=7.2.1
-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=('be42f0e8d14d164c5fb1a278b3d0a99450d30a7db8c3da37ef9ea20cad615bc9')
-
-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 1254940, python-traitsui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-20 20:19:11 UTC (rev 1254941)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-traitsui
+pkgver=7.4.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=('55853041872bc7e35321e6b3816e153bf8982b87f8ab9df529c2e9e17586a3ca')
+
+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