16 lines
575 B
Bash
16 lines
575 B
Bash
# Template file for 'git-review'
|
|
pkgname=git-review
|
|
version=1.25.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style="python-module"
|
|
hostmakedepends="python-setuptools python-requests"
|
|
depends="${hostmakedepends}"
|
|
pycompile_module="git_review"
|
|
short_desc="A git command for submitting branches to Gerrit"
|
|
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
|
homepage="https://git.openstack.org/cgit/openstack-infra/git-review/"
|
|
license="Apache-2.0"
|
|
distfiles="${PYPI_SITE}/g/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d
|