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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 23:06:47 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:06:46
  Author: felixonmars
Revision: 1062906

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 23:06:46 UTC (rev 1062905)
+++ PKGBUILD	2021-12-02 23:06:46 UTC (rev 1062906)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: gmes78 <gmes.078 at gmail dot com>
-
-pkgname=python-qasync
-pkgver=0.22.0
-pkgrel=2
-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=('96c0d3560c947a66c91edbe284dd9878df03070f0f97314c3f9d62d0b39c0d9d44695ae126e99a0b4429705e60e7248ca2fd1ce3de0fee22929211af69ec4e5c')
-
-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-staging-any/PKGBUILD (from rev 1062904, python-qasync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 23:06:46 UTC (rev 1062906)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: gmes78 <gmes.078 at gmail dot com>
+
+pkgname=python-qasync
+pkgver=0.22.0
+pkgrel=3
+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=('96c0d3560c947a66c91edbe284dd9878df03070f0f97314c3f9d62d0b39c0d9d44695ae126e99a0b4429705e60e7248ca2fd1ce3de0fee22929211af69ec4e5c')
+
+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