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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 20 20:17:39 UTC 2022


    Date: Wednesday, July 20, 2022 @ 20:17:39
  Author: arojas
Revision: 1254939

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-20 20:17:30 UTC (rev 1254938)
+++ PKGBUILD	2022-07-20 20:17:39 UTC (rev 1254939)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-# TODO: python-scimath: for unit parser in pyface.wx.spreadsheet
-# TODO: look for more hidden dependencies
-
-pkgname=python-pyface
-pkgver=7.3.0
-pkgrel=4
-pkgdesc="Traits-capable windowing framework"
-arch=('any')
-url="https://github.com/enthought/pyface"
-license=('BSD')
-depends=('python-traits' 'python-importlib_resources')
-makedepends=('python-setuptools')
-optdepends=('python-pyqt5: for Qt backend (or pyside2)'
-            'python-pyqt5-webengine: for Qt backend'
-            'pyside2: for Qt backend (or python-pyqt5)'
-            'python-pygments: for syntax coloring in Qt backend'
-            'python-setuptools: to locate resources inside zip and egg files'
-            'ipython: for IPython widget'
-            'python-wxpython: for wx backend')
-options=(!emptydirs)
-source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz")
-sha256sums=('434aa47f11946fa0294e451aeedc083002b7113cb69dce0f59884279ea38c19c')
-
-build() {
-  cd "$srcdir"/pyface-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pyface-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyface/repos/community-any/PKGBUILD (from rev 1254938, python-pyface/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-20 20:17:39 UTC (rev 1254939)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+# TODO: python-scimath: for unit parser in pyface.wx.spreadsheet
+# TODO: look for more hidden dependencies
+
+pkgname=python-pyface
+pkgver=7.4.2
+pkgrel=1
+pkgdesc="Traits-capable windowing framework"
+arch=('any')
+url="https://github.com/enthought/pyface"
+license=('BSD')
+depends=('python-traits' 'python-importlib_resources')
+makedepends=('python-setuptools')
+optdepends=('python-pyqt5: for Qt backend (or pyside2)'
+            'python-pyqt5-webengine: for Qt backend'
+            'pyside2: for Qt backend (or python-pyqt5)'
+            'python-pygments: for syntax coloring in Qt backend'
+            'python-setuptools: to locate resources inside zip and egg files'
+            'ipython: for IPython widget'
+            'python-wxpython: for wx backend')
+options=(!emptydirs)
+source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz")
+sha256sums=('90f4145c33cc5de661835126276c947bb1193be41fd1458b99a6b724205ad654')
+
+build() {
+  cd "$srcdir"/pyface-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/pyface-$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