Skip to content
Snippets Groups Projects
Commit f1b7ce12 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Update to 3.9.0

parent 838ea284
No related branches found
No related tags found
No related merge requests found
......@@ -2,29 +2,22 @@
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=python-cliff
pkgver=3.8.0
pkgrel=3
pkgver=3.9.0
pkgrel=1
pkgdesc="Command Line Interface Formulation Framework"
arch=('any')
url="https://docs.openstack.org/cliff/latest/"
license=('Apache')
depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 'python-pyparsing'
'python-stevedore' 'python-yaml')
'python-stevedore' 'python-yaml' 'python-autopage')
makedepends=('git')
checkdepends=('python-stestr' 'python-mock' 'python-sphinx' 'python-testscenarios')
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz"
$pkgname-python310.patch::https://github.com/openstack/cliff/commit/9b66f4066cfb.patch)
sha512sums=('a4749446067c9307e766cb9e2255b06325722da2af1c576c072c5af2e7982fe9d455e6ff8b2ec1277390edb1efb8e530663fd4e66dcc3e0e910243d1e880be2e'
'39bf512e2b5e7b4235aea105a7ff5c1142c71e999cfe3d11136fa3c7c2fe2d15657e94a06d0ac894fbe092fb16bac7a710091534a38e20abe86155bcaeab6a93')
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz")
sha512sums=('832b67544a16a20f28e8079aaf40b43ef024299b64ad51c7df766b2757d622dafbf3189b490ced19a3b73f86e1931ebfb62dfd25a704f8396400865540ac462b')
export PBR_VERSION=$pkgver
prepare() {
cd cliff-$pkgver
patch -Np1 -i ../$pkgname-python310.patch
}
build() {
cd cliff-$pkgver
python setup.py build
......
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