16 lines
558 B
Bash
16 lines
558 B
Bash
# Template file for 'git-review'
|
|
pkgname=git-review
|
|
version=1.27.0
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="git_review"
|
|
hostmakedepends="python3-setuptools python3-pbr"
|
|
depends="python3-requests"
|
|
short_desc="Git command for submitting branches to Gerrit"
|
|
maintainer="Renato Aguiar <renato@renag.me>"
|
|
homepage="https://git.openstack.org/cgit/openstack-infra/git-review/"
|
|
license="Apache-2.0"
|
|
distfiles="${PYPI_SITE}/g/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=7a30afdd3c62e1ef69ebda3f22c17efccd1a0a89c761b9b0d301108a11a37476
|