2024-12-15 19:04:28 +00:00

42 lines
1.1 KiB
Plaintext

# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Hannes Braun <hannes@hannesbraun.net>
pkgname=git-cola
pkgver=4.10.1
pkgrel=0
pkgdesc="GUI application for git built on Python & Qt"
url="https://git-cola.github.io"
arch="noarch !armhf !riscv64" # py3-qt6
license="GPL-2.0-or-later"
depends="python3 py3-qt6 py3-qtpy"
makedepends="py3-setuptools py3-setuptools_scm py3-gpep517 py3-installer py3-wheel"
checkdepends="py3-pytest"
subpackages="$pkgname-doc $pkgname-pyc"
source="git-cola-$pkgver.tar.gz::https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz"
# testsuite hangs after a while.
options="!check"
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 1
}
check() {
pytest
}
package() {
gpep517 install-wheel --destdir "$pkgdir" \
.dist/git_cola*.whl
make DESTDIR="$pkgdir" prefix=/usr \
install-desktop-files \
install-icons \
install-htmldocs \
install-metainfo
}
sha512sums="
582842a861726b4ed6e9f966afc47cb4817cecd82740bb446e39b6f3d03fb96523401267ebdef64960ef60b55cc3e7f42d8023a738b9ff660b9f0d9ea07f201b git-cola-4.10.1.tar.gz
"