python-pbr: update to 2.0.0
This commit is contained in:
parent
4785730051
commit
fa5f7d05cc
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pbr'
|
# Template file for 'python-pbr'
|
||||||
pkgname=python-pbr
|
pkgname=python-pbr
|
||||||
version=1.10.0
|
version=2.0.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pbr-${version}"
|
wrksrc="pbr-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,10 @@ depends="python"
|
||||||
pycompile_module="pbr"
|
pycompile_module="pbr"
|
||||||
short_desc="Python2 build reasonableness"
|
short_desc="Python2 build reasonableness"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pypi.python.org/pypi/pbr"
|
homepage="https://docs.openstack.org/developer/pbr/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/p/pbr/pbr-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pbr/pbr-${version}.tar.gz"
|
||||||
checksum=186428c270309e6fdfe2d5ab0949ab21ae5f7dea831eab96701b86bd666af39c
|
checksum=0ccd2db529afd070df815b1521f01401d43de03941170f8a800e7531faba265d
|
||||||
alternatives="pbr:pbr:/usr/bin/pbr2"
|
alternatives="pbr:pbr:/usr/bin/pbr2"
|
||||||
|
|
||||||
python3-pbr_package() {
|
python3-pbr_package() {
|
||||||
|
|
Loading…
Reference in New Issue