16 lines
567 B
Bash
16 lines
567 B
Bash
# Template file for 'git-review'
|
|
pkgname=git-review
|
|
version=1.26.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-requests"
|
|
depends="${hostmakedepends}"
|
|
pycompile_module="git_review"
|
|
short_desc="A 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=487c3c1d7cc81d02b303a1245e432579f683695c827ad454685b3953f70f0b94
|