Skip to content
Snippets Groups Projects
Commit 59580edc authored by Felix Yan's avatar Felix Yan
Browse files

upgpkg: 4.2.0-1

parent 808ec055
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-cliff
pkgver=4.1.0
pkgver=4.2.0
_commit=fb9a3a9b2daa21317d0adceca86215c393e975e6
pkgrel=1
pkgdesc="Command Line Interface Formulation Framework"
arch=('any')
......@@ -13,23 +14,21 @@ depends=('python-six' 'python-cmd2' 'python-prettytable' 'python-importlib-metad
makedepends=('git')
checkdepends=('python-stestr' 'python-sphinx' 'python-testscenarios')
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz")
sha512sums=('185ccceddebee30f813dff8d95d46d884a2911249741d4b418cf2112c9d19675d78f94b7b138aa485cb93248296b23b8e2a6d949af4fd0c81eb04704cb5a6c75')
export PBR_VERSION=$pkgver
source=("git+https://github.com/openstack/cliff.git#commit=$_commit")
sha512sums=('SKIP')
build() {
cd cliff-$pkgver
cd cliff
python setup.py build
}
check() {
cd cliff-$pkgver
cd cliff
stestr run
}
package() {
cd cliff-$pkgver
cd cliff
python setup.py install --root="$pkgdir" --optimize=1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment