mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/git-review: upgrade to 1.26.0
This commit is contained in:
parent
474e675ebf
commit
3fd829e90c
@ -1,31 +1,31 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=git-review
|
||||
pkgver=1.25.0
|
||||
pkgrel=1
|
||||
pkgver=1.26.0
|
||||
pkgrel=0
|
||||
pkgdesc="A git command for submitting branches to Gerrit"
|
||||
url="https://github.com/openstack-infra/git-review"
|
||||
arch="noarch"
|
||||
license="Apache-2.0"
|
||||
depends="git python3 py3-requests py3-idna py3-urllib3 py3-chardet py3-certifi"
|
||||
depends="git python3 py3-requests py3-idna py3-urllib3 py3-chardet py3-certifi py3-setuptools"
|
||||
makedepends="python3-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/openstack-infra/$pkgname/archive/$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
python3 setup.py check
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
python3 setup.py check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="eadd4711166607b1cb9e3d0d41b2f17cd01f8706377d4585bb4433998d0e9f51d5deb08bb17928c2c193eb43ebbd03af4456457cc673c0629a041abff554682a git-review-1.25.0.tar.gz"
|
||||
sha512sums="e99afdc812fb30d07d0fe84e5ff3ac866c295cac3e5c06410a0b58e6d1d5462e2bc149fa55deca19f2c357c25289611f1f1f3505b0f7202557ff437b67edb8f2 git-review-1.26.0.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user