Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
3eec9f2e
Commit
3eec9f2e
authored
2 years ago
by
Iztok Fister Jr.
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
,
!39118
community/py3-pyqt-feedback-flow: add smoke test
Pipeline
#136790
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-pyqt-feedback-flow/APKBUILD
+6
-2
6 additions, 2 deletions
community/py3-pyqt-feedback-flow/APKBUILD
with
6 additions
and
2 deletions
community/py3-pyqt-feedback-flow/APKBUILD
+
6
−
2
View file @
3eec9f2e
...
...
@@ -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
"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment