[arch-commits] Commit in python-pytest-qt/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 10:13:25
  Author: felixonmars
Revision: 384043

upgpkg: python-pytest-qt 3.3.0-2: reproducibility rebuild

Modified:
  python-pytest-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 10:13:17 UTC (rev 384042)
+++ PKGBUILD2020-05-16 10:13:25 UTC (rev 384043)
@@ -3,7 +3,7 @@
 _name=pytest-qt
 pkgname=python-pytest-qt
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='pytest support for PyQt and PySide applications'
 arch=(any)
 license=('MIT')


[arch-commits] Commit in python-pytest-qt/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 19:12:31
  Author: felixonmars
Revision: 400694

upgpkg: python-pytest-qt 3.3.0-4: Python 3.9 rebuild

Modified:
  python-pytest-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 19:09:57 UTC (rev 400693)
+++ PKGBUILD2020-11-12 19:12:31 UTC (rev 400694)
@@ -3,7 +3,7 @@
 _name=pytest-qt
 pkgname=python-pytest-qt
 pkgver=3.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='pytest support for PyQt and PySide applications'
 arch=(any)
 license=('MIT')


[arch-commits] Commit in python-pytest-qt/trunk (PKGBUILD)

2019-12-15 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 15, 2019 @ 21:36:32
  Author: jelle
Revision: 371548

upgpkg: python-pytest-qt 3.3.0-1

Initial commit, test dependency of enaml

Modified:
  python-pytest-qt/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 21:16:50 UTC (rev 371547)
+++ PKGBUILD2019-12-15 21:36:32 UTC (rev 371548)
@@ -10,6 +10,7 @@
 url='https://github.com/pytest-dev/pytest-qt'
 depends=('python-pytest')
 makedepends=('python-setuptools-scm')
+checkdepends=('python-pyqt5' 'pyside2' 'xorg-server-xvfb')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
 
sha512sums=('8b3ce7b62621c55fb319966b162cb60663c5ef290f34e62e6a9329e67f530c2bde1329ae0b045b15c99ae14f5f6a5fef9ee930475fa700922c50ee725adf7983')
 
@@ -20,7 +21,7 @@
 
 check() {
   cd ${_name}-$pkgver
-  pytest
+  PYTHONPATH=. PYTEST_QT_API=pyqt5 xvfb-run pytest --fixtures pytestqt .
 }
 
 package() {


[arch-commits] Commit in python-pytest-qt/trunk (PKGBUILD)

2019-12-15 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 15, 2019 @ 21:40:14
  Author: jelle
Revision: 371550

upgpkg: python-pytest-qt 3.3.0-2

Fixup add license

Modified:
  python-pytest-qt/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 21:36:42 UTC (rev 371549)
+++ PKGBUILD2019-12-15 21:40:14 UTC (rev 371550)
@@ -3,7 +3,7 @@
 _name=pytest-qt
 pkgname=python-pytest-qt
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='pytest support for PyQt and PySide applications'
 arch=(any)
 license=('MIT')
@@ -27,4 +27,5 @@
 package() {
   cd ${_name}-$pkgver
   python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in python-pytest-qt/trunk (PKGBUILD)

2019-12-16 Thread Jelle van der Waa via arch-commits
Date: Monday, December 16, 2019 @ 08:42:20
  Author: jelle
Revision: 371563

upgpkg: python-pytest-qt 3.3.0-1

Initial commit

Modified:
  python-pytest-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 08:39:58 UTC (rev 371562)
+++ PKGBUILD2019-12-16 08:42:20 UTC (rev 371563)
@@ -3,7 +3,7 @@
 _name=pytest-qt
 pkgname=python-pytest-qt
 pkgver=3.3.0
-pkgrel=2
+pkgrel=1
 pkgdesc='pytest support for PyQt and PySide applications'
 arch=(any)
 license=('MIT')