Date: Monday, April 10, 2023 @ 20:58:14
  Author: arojas
Revision: 1444590

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 20:57:59 UTC (rev 1444589)
+++ PKGBUILD    2023-04-10 20:58:14 UTC (rev 1444590)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz <[email protected]>
-
-pkgname=python-traitsui
-pkgver=7.4.2
-pkgrel=1
-pkgdesc="Traits-capable user interfaces"
-arch=('any')
-url="https://github.com/enthought/traitsui";
-license=('BSD')
-depends=('python-pyface')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz";)
-sha256sums=('98b7974b5bf9f84ca78358c21ba61c9c73de072b143c66bd00baeca5fa085062')
-
-build() {
-  cd traitsui-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd traitsui-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-traitsui/repos/community-any/PKGBUILD (from rev 1444589, 
python-traitsui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 20:58:14 UTC (rev 1444590)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+
+pkgname=python-traitsui
+pkgver=7.4.3
+pkgrel=1
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui";
+license=('BSD')
+depends=('python-pyface')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz";)
+sha256sums=('587da5de6b6000a9ec520e3860dd20c030c1a987814cde90d803bc06918aa32d')
+
+build() {
+  cd traitsui-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd traitsui-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to