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

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 1 20:12:23 UTC 2021


    Date: Sunday, August 1, 2021 @ 20:12:23
  Author: felixonmars
Revision: 992004

archrelease: copy trunk to community-any

Added:
  python-qasync/repos/community-any/PKGBUILD
    (from rev 992003, 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-01 20:12:15 UTC (rev 992003)
+++ PKGBUILD	2021-08-01 20:12:23 UTC (rev 992004)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: gmes78 <gmes.078 at gmail dot com>
-
-pkgname=python-qasync
-pkgver=0.17.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=('4f996bf52857d90bee4a5b2c95dae486f737ae112bf460b9a9e75fc2db564029c03828e68de7e06d84f1a6e000e278c3256d250f9ee63ab2c677bde22d8de4b9')
-
-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 992003, python-qasync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-01 20:12:23 UTC (rev 992004)
@@ -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.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/"
+}



More information about the arch-commits mailing list