Skip to content
Snippets Groups Projects
Commit 3eec9f2e authored by Iztok Fister Jr.'s avatar Iztok Fister Jr. Committed by alice
Browse files

community/py3-pyqt-feedback-flow: add smoke test

parent 9b997274
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!39118community/py3-pyqt-feedback-flow: add smoke test
Pipeline #136790 passed
......@@ -3,9 +3,8 @@
pkgname=py3-pyqt-feedback-flow
_pkgorig=pyqt-feedback-flow
pkgver=0.1.6
pkgrel=0
pkgrel=1
pkgdesc="Show feedback in toast-like notifications"
options="!check" # no tests
url="https://github.com/firefly-cpp/pyqt-feedback-flow"
arch="noarch !armhf" # failed build - missing dep
license="MIT"
......@@ -18,6 +17,11 @@ build() {
python3 setup.py build
}
# no tests provided by the upstream; use smoke tests
check() {
PYTHONPATH=build/lib python3 -c "from pyqt_feedback_flow import *"
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment