Skip to content
Snippets Groups Projects
Commit 68c3a838 authored by Leo's avatar Leo Committed by Kevin Daudt
Browse files

testing/git-cola: modernize

Closes GH-8108
parent 402689cc
No related branches found
No related tags found
No related merge requests found
......@@ -9,24 +9,20 @@ arch="noarch"
license="GPL-2.0-or-later"
depends="python3 py3-qtpy"
checkdepends="py3-nose"
makedepends="python3-dev py3-qtpy"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
source="git-cola-$pkgver.tar.gz::https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz"
builddir="$srcdir/git-cola-$pkgver"
# testsuite hangs after a while.
options="!check"
build() {
cd "$builddir"
make PYTHON=python3
}
check () {
cd "$builddir"
check() {
make PYTHON=python3 test
}
package() {
cd "$builddir"
make PYTHON=python3 prefix=/usr DESTDIR="$pkgdir" install
}
......
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