[arch-commits] Commit in python-qasync/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Nov 11 21:18:48 UTC 2020
Date: Wednesday, November 11, 2020 @ 21:18:47
Author: felixonmars
Revision: 751243
archrelease: copy trunk to community-staging-any
Added:
python-qasync/repos/community-staging-any/PKGBUILD
(from rev 751242, python-qasync/trunk/PKGBUILD)
Deleted:
python-qasync/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 21:18:36 UTC (rev 751242)
+++ PKGBUILD 2020-11-11 21:18:47 UTC (rev 751243)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: gmes78 <gmes.078 at gmail dot com>
-
-pkgname=python-qasync
-pkgver=0.9.5
-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' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
-source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4402f903a4e3e7447b5878d2da95fce9d12f89ad153f93e7ea1ede591451a9ffd1260e909dc2aef5d36cabc3c056a6245820ff77a4fbd8ed046c267fd6f5ac95')
-
-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 751242, python-qasync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 21:18:47 UTC (rev 751243)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: gmes78 <gmes.078 at gmail dot com>
+
+pkgname=python-qasync
+pkgver=0.10.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=('1111b5beee8e12c0c595ac2927f47c69d647bf46181e459d8ca19a694a562b4a4bbf928188c508ee2454ea30c231d3f3ee64fd910aca9ff84bdce1b898f5d4b1')
+
+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