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

Felix Yan felixonmars at gemini.archlinux.org
Sat Aug 14 22:37:35 UTC 2021


    Date: Saturday, August 14, 2021 @ 22:37:34
  Author: felixonmars
Revision: 998568

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-14 22:37:19 UTC (rev 998567)
+++ PKGBUILD	2021-08-14 22:37:34 UTC (rev 998568)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: gmes78 <gmes.078 at gmail dot com>
-
-pkgname=python-qasync
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Python library for using asyncio in Qt-based applications"
-arch=(any)
-url="https://github.com/CabbageDevelopment/qasync"
-license=('BSD')
-depends=('python' 'qt5-python-bindings')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
-source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('3ea51d164f15c9208c72b56e2dbc750697fa440ba1cc3ca7003dacfe0b67bd763911599785369ba594462d108b2ff07f0c5d0d348ad0d9e3d880be98a043e79c')
-
-build() {
-  cd qasync-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd qasync-$pkgver
-  QT_API=PyQt5 xvfb-run python -m pytest
-  QT_API=PySide2 xvfb-run python -m pytest
-}
-
-package() {
-  cd qasync-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: python-qasync/repos/community-any/PKGBUILD (from rev 998567, python-qasync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-14 22:37:34 UTC (rev 998568)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: gmes78 <gmes.078 at gmail dot com>
+
+pkgname=python-qasync
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="Python library for using asyncio in Qt-based applications"
+arch=(any)
+url="https://github.com/CabbageDevelopment/qasync"
+license=('BSD')
+depends=('python' 'qt5-python-bindings')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-raises' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
+source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('f5792f284d596c47b6efdd2c2637d21274ee2f935516902b6b1fbeafca227c5b4335ceef387c9556124713869e6b3e50055f5319dc9adc8779594090121f1c34')
+
+build() {
+  cd qasync-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd qasync-$pkgver
+  QT_API=PyQt5 xvfb-run python -m pytest
+  QT_API=PySide2 xvfb-run python -m pytest
+}
+
+package() {
+  cd qasync-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list