python-openshift ( 0.7.1-1 )
This commit is contained in:
parent
1a80a39cc5
commit
369b5d267f
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,20 +1,20 @@
|
|||
pkgbase = python-openshift
|
||||
pkgdesc = Python client for the OpenShift API
|
||||
pkgver = 0.6.3
|
||||
pkgver = 0.7.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/openshift/openshift-restclient-python
|
||||
arch = any
|
||||
license = APACHE
|
||||
makedepends = python-setuptools
|
||||
depends = python<3.7
|
||||
depends = python
|
||||
depends = python-dictdiffer
|
||||
depends = python-jinja
|
||||
depends = python-kubernetes
|
||||
depends = python-string-utils
|
||||
depends = python-ruamel-yaml
|
||||
depends = python-six
|
||||
source = https://files.pythonhosted.org/packages/source/o/openshift/openshift-0.6.3.tar.gz
|
||||
md5sums = b2ff1c4f57bd5c3584c009d634074cff
|
||||
source = https://files.pythonhosted.org/packages/source/o/openshift/openshift-0.7.1.tar.gz
|
||||
md5sums = 8f96ecc650f2393aa8ed8770aeec11a8
|
||||
|
||||
pkgname = python-openshift
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,17 +1,17 @@
|
|||
# Maintainer: Giacomo Longo <gabibbo97@gmail.com>
|
||||
pkgname=python-openshift
|
||||
pkgver=0.6.3
|
||||
pkgver=0.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="Python client for the OpenShift API"
|
||||
url="https://github.com/openshift/openshift-restclient-python"
|
||||
license=('APACHE')
|
||||
_name=${pkgname#python-}
|
||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
|
||||
md5sums=('b2ff1c4f57bd5c3584c009d634074cff')
|
||||
md5sums=('8f96ecc650f2393aa8ed8770aeec11a8')
|
||||
arch=('any')
|
||||
makedepends=('python-setuptools')
|
||||
depends=(
|
||||
'python<3.7'
|
||||
'python'
|
||||
'python-dictdiffer'
|
||||
'python-jinja'
|
||||
'python-kubernetes'
|
||||
|
|
Loading…
Reference in a new issue